Color Hex Logo

#5e5037 Color Hex

#5E5037
(94,80,55)
0 Favorites   0 Comments

Color spaces of #5e5037

RGB 948055
HSL0.110.260.29
HSV38°41°37°
CMYK 0.000.150.41   0.63
XYZ8.17438.39284.8036
Yxy8.39280.38250.3927
Hunter Lab28.9703-0.332310.4483
CIE-Lab34.78791.789216.8958

#5e5037 color RGB value is (94,80,55).

#5e5037 hex color red value is 94, green value is 80 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #5e5037 hue: 0.11 , saturation: 0.26 and the lightness value of 5e5037 is 0.29.

The process color (four color CMYK) of #5e5037 color hex is 0.00, 0.15, 0.41, 0.63. Web safe color of #5e5037 is #666633. Color #5e5037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01010000 00110111
Octal 136 120 67
Decimal 94 80 55
Hex 5E 50 37

RGB Percentages of Color #5e5037

%41.05
%34.93
%24.02

CMYK Percentages of Color #5e5037

%0
%15
%41
%63

Triadic Colors of #5e5037

#5e5037 #375e50 #50375e

Analogous Colors of #5e5037

#5e5037 #595e37 #5e3d37

Monochromatic Colors of #5e5037

#5e5037

Complementary Color

#5e5037 #37455e

#5e5037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e5037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e5037 Color CSS Codes

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

#5e5037 Text Font Color

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

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


#5e5037 Background Color

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

This div background color is #5e5037


#5e5037 Border Color

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

This div border color is #5e5037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e5037


Comments

No comments written yet.

Please login to write comment.