Color Hex Logo

#5e760e Color Hex

#5E760E
(94,118,14)
0 Favorites   0 Comments

Color spaces of #5e760e

RGB 9411814
HSL0.210.790.26
HSV74°88°46°
CMYK 0.200.000.88   0.54
XYZ11.173815.36832.7929
Yxy15.36830.38090.5239
Hunter Lab39.2024-17.726723.2177
CIE-Lab46.1346-22.882748.1453

#5e760e color RGB value is (94,118,14).

#5e760e hex color red value is 94, green value is 118 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #5e760e hue: 0.21 , saturation: 0.79 and the lightness value of 5e760e is 0.26.

The process color (four color CMYK) of #5e760e color hex is 0.20, 0.00, 0.88, 0.54. Web safe color of #5e760e is #666600. Color #5e760e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110110 00001110
Octal 136 166 16
Decimal 94 118 14
Hex 5E 76 E

RGB Percentages of Color #5e760e

%41.59
%52.21
%6.19

CMYK Percentages of Color #5e760e

%20
%0
%88
%54

Triadic Colors of #5e760e

#5e760e #0e5e76 #760e5e

Analogous Colors of #5e760e

#5e760e #2a760e #765a0e

Monochromatic Colors of #5e760e

#5e760e

Complementary Color

#5e760e #260e76

#5e760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e760e Color CSS Codes

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

#5e760e Text Font Color

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

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


#5e760e Background Color

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

This div background color is #5e760e


#5e760e Border Color

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

This div border color is #5e760e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e760e


Comments

No comments written yet.

Please login to write comment.