Color Hex Logo

#5e5217 Color Hex

#5E5217
(94,82,23)
0 Favorites   0 Comments

Color spaces of #5e5217

RGB 948223
HSL0.140.610.23
HSV50°76°37°
CMYK 0.000.130.76   0.63
XYZ7.78808.47612.0362
Yxy8.47610.42560.4632
Hunter Lab29.1137-3.199816.2329
CIE-Lab34.9554-2.465634.7677

#5e5217 color RGB value is (94,82,23).

#5e5217 hex color red value is 94, green value is 82 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #5e5217 hue: 0.14 , saturation: 0.61 and the lightness value of 5e5217 is 0.23.

The process color (four color CMYK) of #5e5217 color hex is 0.00, 0.13, 0.76, 0.63. Web safe color of #5e5217 is #666600. Color #5e5217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01010010 00010111
Octal 136 122 27
Decimal 94 82 23
Hex 5E 52 17

RGB Percentages of Color #5e5217

%47.24
%41.21
%11.56

CMYK Percentages of Color #5e5217

%0
%13
%76
%63

Triadic Colors of #5e5217

#5e5217 #175e52 #52175e

Analogous Colors of #5e5217

#5e5217 #475e17 #5e2f17

Monochromatic Colors of #5e5217

#5e5217

Complementary Color

#5e5217 #17235e

#5e5217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e5217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e5217 Color CSS Codes

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

#5e5217 Text Font Color

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

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


#5e5217 Background Color

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

This div background color is #5e5217


#5e5217 Border Color

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

This div border color is #5e5217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e5217


Comments

No comments written yet.

Please login to write comment.