Color Hex Logo

#5c882e Color Hex

#5C882E
(92,136,46)
0 Favorites   0 Comments

Color spaces of #5c882e

RGB 9213646
HSL0.250.490.36
HSV89°66°53°
CMYK 0.320.000.66   0.47
XYZ13.710920.08095.7381
Yxy20.08090.34680.5080
Hunter Lab44.8117-23.805423.7762
CIE-Lab51.9286-30.567442.1346

#5c882e color RGB value is (92,136,46).

#5c882e hex color red value is 92, green value is 136 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5c882e hue: 0.25 , saturation: 0.49 and the lightness value of 5c882e is 0.36.

The process color (four color CMYK) of #5c882e color hex is 0.32, 0.00, 0.66, 0.47. Web safe color of #5c882e is #669933. Color #5c882e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10001000 00101110
Octal 134 210 56
Decimal 92 136 46
Hex 5C 88 2E

RGB Percentages of Color #5c882e

%33.58
%49.64
%16.79

CMYK Percentages of Color #5c882e

%32
%0
%66
%47

Triadic Colors of #5c882e

#5c882e #2e5c88 #882e5c

Analogous Colors of #5c882e

#5c882e #2f882e #88872e

Monochromatic Colors of #5c882e

#5c882e

Complementary Color

#5c882e #5a2e88

#5c882e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c882e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c882e Color CSS Codes

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

#5c882e Text Font Color

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

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


#5c882e Background Color

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

This div background color is #5c882e


#5c882e Border Color

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

This div border color is #5c882e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c882e


Comments

No comments written yet.

Please login to write comment.