Color Hex Logo

#5c9372 Color Hex

#5C9372
(92,147,114)
0 Favorites   0 Comments

Color spaces of #5c9372

RGB 92147114
HSL0.400.230.47
HSV144°37°58°
CMYK 0.370.000.22   0.42
XYZ17.884624.357719.6785
Yxy24.35770.28880.3934
Hunter Lab49.3535-21.684310.9070
CIE-Lab56.4442-25.742411.8268

#5c9372 color RGB value is (92,147,114).

#5c9372 hex color red value is 92, green value is 147 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #5c9372 hue: 0.40 , saturation: 0.23 and the lightness value of 5c9372 is 0.47.

The process color (four color CMYK) of #5c9372 color hex is 0.37, 0.00, 0.22, 0.42. Web safe color of #5c9372 is #669966. Color #5c9372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10010011 01110010
Octal 134 223 162
Decimal 92 147 114
Hex 5C 93 72

RGB Percentages of Color #5c9372

%26.06
%41.64
%32.29

CMYK Percentages of Color #5c9372

%37
%0
%22
%42

Triadic Colors of #5c9372

#5c9372 #725c93 #93725c

Analogous Colors of #5c9372

#5c9372 #5c938e #62935c

Monochromatic Colors of #5c9372

#5c9372

Complementary Color

#5c9372 #935c7d

#5c9372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c9372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c9372 Color CSS Codes

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

#5c9372 Text Font Color

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

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


#5c9372 Background Color

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

This div background color is #5c9372


#5c9372 Border Color

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

This div border color is #5c9372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c9372


Comments

No comments written yet.

Please login to write comment.