Color Hex Logo

#5c784a Color Hex

#5C784A
(92,120,74)
0 Favorites   0 Comments

Color spaces of #5c784a

RGB 9212074
HSL0.270.240.38
HSV97°38°47°
CMYK 0.230.000.38   0.53
XYZ12.366116.20278.9542
Yxy16.20270.32960.4318
Hunter Lab40.2526-15.604614.9877
CIE-Lab47.2393-19.225122.0601

#5c784a color RGB value is (92,120,74).

#5c784a hex color red value is 92, green value is 120 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #5c784a hue: 0.27 , saturation: 0.24 and the lightness value of 5c784a is 0.38.

The process color (four color CMYK) of #5c784a color hex is 0.23, 0.00, 0.38, 0.53. Web safe color of #5c784a is #666633. Color #5c784a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01111000 01001010
Octal 134 170 112
Decimal 92 120 74
Hex 5C 78 4A

RGB Percentages of Color #5c784a

%32.17
%41.96
%25.87

CMYK Percentages of Color #5c784a

%23
%0
%38
%53

Triadic Colors of #5c784a

#5c784a #4a5c78 #784a5c

Analogous Colors of #5c784a

#5c784a #4a784f #73784a

Monochromatic Colors of #5c784a

#5c784a

Complementary Color

#5c784a #664a78

#5c784a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c784a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c784a Color CSS Codes

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

#5c784a Text Font Color

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

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


#5c784a Background Color

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

This div background color is #5c784a


#5c784a Border Color

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

This div border color is #5c784a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c784a


Comments

No comments written yet.

Please login to write comment.