color codes Logo

#5e841c color codes

#5E841C
(94,132,28)
0 Favorites   0 Comments

Color spaces of #5e841c

RGB 9413228
HSL0.230.650.31
HSV82°79°52°
CMYK 0.290.000.79   0.48
XYZ13.077018.96614.0702
Yxy18.96610.36210.5252
Hunter Lab43.5501-22.613624.9438
CIE-Lab50.6475-29.150948.0369

#5e841c color RGB value is (94,132,28).

#5e841c hex color red value is 94, green value is 132 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #5e841c hue: 0.23 , saturation: 0.65 and the lightness value of 5e841c is 0.31.

The process color (four color CMYK) of #5e841c color code is 0.29, 0.00, 0.79, 0.48. Web safe color of #5e841c is #669933. Color #5e841c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10000100 00011100
Octal 136 204 34
Decimal 94 132 28
Hex 5E 84 1C

RGB Percentages of Color #5e841c

%37.01
%51.97
%11.02

CMYK Percentages of Color #5e841c

%29
%0
%79
%48

Triadic Colors of #5e841c

#5e841c #1c5e84 #841c5e

Analogous Colors of #5e841c

#5e841c #2a841c #84761c

Monochromatic Colors of #5e841c

#5e841c

Complementary Color

#5e841c #421c84

#5e841c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e841c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e841c Color CSS Codes

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

#5e841c Text Font Color

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

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


#5e841c Background Color

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

This div background color is #5e841c


#5e841c Border Color

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

This div border color is #5e841c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,132,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e841c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e841c;
  -webkit-box-shadow: 1px 1px 3px 2px #5e841c;
  box-shadow:         1px 1px 3px 2px #5e841c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,132,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e841c


Comments

No comments written yet.

Please login to write comment.