color codes Logo

#617e6c color codes

#617E6C
(97,126,108)
0 Favorites   0 Comments

Color spaces of #617e6c

RGB 97126108
HSL0.400.130.44
HSV143°23°49°
CMYK 0.230.000.14   0.51
XYZ15.097418.545816.9713
Yxy18.54580.29830.3664
Hunter Lab43.0648-12.78606.7800
CIE-Lab50.1515-14.35096.4206

#617e6c color RGB value is (97,126,108).

#617e6c hex color red value is 97, green value is 126 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #617e6c hue: 0.40 , saturation: 0.13 and the lightness value of 617e6c is 0.44.

The process color (four color CMYK) of #617e6c color code is 0.23, 0.00, 0.14, 0.51. Web safe color of #617e6c is #666666. Color #617e6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111110 01101100
Octal 141 176 154
Decimal 97 126 108
Hex 61 7E 6C

RGB Percentages of Color #617e6c

%29.31
%38.07
%32.63

CMYK Percentages of Color #617e6c

%23
%0
%14
%51

Triadic Colors of #617e6c

#617e6c #6c617e #7e6c61

Analogous Colors of #617e6c

#617e6c #617e7b #657e61

Monochromatic Colors of #617e6c

#617e6c

Complementary Color

#617e6c #7e6173

#617e6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617e6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#617e6c Color CSS Codes

.mybgcolor {background-color:#617e6c; } 
.myforecolor {color:#617e6c; }
.mybordercolor {border:3px solid #617e6c; }

#617e6c Text Font Color

<p style="color:#617e6c">Text here</p>

This sample text font color is #617e6c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#617e6c Background Color

<div style="background-color:#617e6c">
Div content here</div>

This div background color is #617e6c


#617e6c Border Color

<div style="border:3px solid #617e6c">
Div here</div>

This div border color is #617e6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,126,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #617e6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #617e6c;
  -webkit-box-shadow: 1px 1px 3px 2px #617e6c;
  box-shadow:         1px 1px 3px 2px #617e6c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,126,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #617e6c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #617e6c;
  -webkit-box-shadow: 1px 1px 3px 2px #617e6c;
  box-shadow:         1px 1px 3px 2px #617e6c;">
Div content here</div>

This div box has shadow with color #617e6c


Comments

No comments written yet.

Please login to write comment.