Color Hex Logo

#5e6519 Color Hex

#5E6519
(94,101,25)
0 Favorites   0 Comments

Color spaces of #5e6519

RGB 9410125
HSL0.180.600.25
HSV66°75°40°
CMYK 0.070.000.75   0.60
XYZ9.445211.75722.6913
Yxy11.75720.39530.4921
Hunter Lab34.2888-10.835719.3485
CIE-Lab40.8276-13.352439.7195

#5e6519 color RGB value is (94,101,25).

#5e6519 hex color red value is 94, green value is 101 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #5e6519 hue: 0.18 , saturation: 0.60 and the lightness value of 5e6519 is 0.25.

The process color (four color CMYK) of #5e6519 color hex is 0.07, 0.00, 0.75, 0.60. Web safe color of #5e6519 is #666600. Color #5e6519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01100101 00011001
Octal 136 145 31
Decimal 94 101 25
Hex 5E 65 19

RGB Percentages of Color #5e6519

%42.73
%45.91
%11.36

CMYK Percentages of Color #5e6519

%7
%0
%75
%60

Triadic Colors of #5e6519

#5e6519 #195e65 #65195e

Analogous Colors of #5e6519

#5e6519 #386519 #654619

Monochromatic Colors of #5e6519

#5e6519

Complementary Color

#5e6519 #201965

#5e6519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e6519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e6519 Color CSS Codes

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

#5e6519 Text Font Color

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

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


#5e6519 Background Color

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

This div background color is #5e6519


#5e6519 Border Color

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

This div border color is #5e6519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e6519


Comments

No comments written yet.

Please login to write comment.