Color Hex Logo

#5e854e Color Hex

#5E854E
(94,133,78)
0 Favorites   0 Comments

Color spaces of #5e854e

RGB 9413378
HSL0.280.260.41
HSV103°41°52°
CMYK 0.290.000.41   0.48
XYZ14.378819.704810.2533
Yxy19.70480.32430.4444
Hunter Lab44.3901-19.863117.3782
CIE-Lab51.5018-24.537325.3915

#5e854e color RGB value is (94,133,78).

#5e854e hex color red value is 94, green value is 133 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #5e854e hue: 0.28 , saturation: 0.26 and the lightness value of 5e854e is 0.41.

The process color (four color CMYK) of #5e854e color hex is 0.29, 0.00, 0.41, 0.48. Web safe color of #5e854e is #669966. Color #5e854e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10000101 01001110
Octal 136 205 116
Decimal 94 133 78
Hex 5E 85 4E

RGB Percentages of Color #5e854e

%30.82
%43.61
%25.57

CMYK Percentages of Color #5e854e

%29
%0
%41
%48

Triadic Colors of #5e854e

#5e854e #4e5e85 #854e5e

Analogous Colors of #5e854e

#5e854e #4e855a #7a854e

Monochromatic Colors of #5e854e

#5e854e

Complementary Color

#5e854e #754e85

#5e854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e854e Color CSS Codes

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

#5e854e Text Font Color

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

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


#5e854e Background Color

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

This div background color is #5e854e


#5e854e Border Color

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

This div border color is #5e854e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e854e


Comments

No comments written yet.

Please login to write comment.