Color Hex Logo

#5c814c Color Hex

#5C814C
(92,129,76)
0 Favorites   0 Comments

Color spaces of #5c814c

RGB 9212976
HSL0.280.260.40
HSV102°41°51°
CMYK 0.290.000.41   0.49
XYZ13.568418.49769.6927
Yxy18.49760.32490.4430
Hunter Lab43.0088-18.952416.7443
CIE-Lab50.0942-23.572224.6541

#5c814c color RGB value is (92,129,76).

#5c814c hex color red value is 92, green value is 129 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #5c814c hue: 0.28 , saturation: 0.26 and the lightness value of 5c814c is 0.40.

The process color (four color CMYK) of #5c814c color hex is 0.29, 0.00, 0.41, 0.49. Web safe color of #5c814c is #669933. Color #5c814c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10000001 01001100
Octal 134 201 114
Decimal 92 129 76
Hex 5C 81 4C

RGB Percentages of Color #5c814c

%30.98
%43.43
%25.59

CMYK Percentages of Color #5c814c

%29
%0
%41
%49

Triadic Colors of #5c814c

#5c814c #4c5c81 #814c5c

Analogous Colors of #5c814c

#5c814c #4c8157 #77814c

Monochromatic Colors of #5c814c

#5c814c

Complementary Color

#5c814c #714c81

#5c814c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c814c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c814c Color CSS Codes

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

#5c814c Text Font Color

<p style="color:#5c814c">Text here</p>

This sample text font color is #5c814c
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.


#5c814c Background Color

<div style="background-color:#5c814c">
Div content here</div>

This div background color is #5c814c


#5c814c Border Color

<div style="border:3px solid #5c814c">
Div here</div>

This div border color is #5c814c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,129,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c814c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c814c;
  -webkit-box-shadow: 1px 1px 3px 2px #5c814c;
  box-shadow:         1px 1px 3px 2px #5c814c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,129,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c814c


Comments

No comments written yet.

Please login to write comment.