Color Hex Logo

#5e592b Color Hex

#5E592B
(94,89,43)
0 Favorites   0 Comments

Color spaces of #5e592b

RGB 948943
HSL0.150.370.27
HSV54°54°37°
CMYK 0.000.050.54   0.63
XYZ8.62459.69893.7030
Yxy9.69890.39160.4403
Hunter Lab31.1431-5.068014.7504
CIE-Lab37.2965-5.044227.0926

#5e592b color RGB value is (94,89,43).

#5e592b hex color red value is 94, green value is 89 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #5e592b hue: 0.15 , saturation: 0.37 and the lightness value of 5e592b is 0.27.

The process color (four color CMYK) of #5e592b color hex is 0.00, 0.05, 0.54, 0.63. Web safe color of #5e592b is #666633. Color #5e592b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01011001 00101011
Octal 136 131 53
Decimal 94 89 43
Hex 5E 59 2B

RGB Percentages of Color #5e592b

%41.59
%39.38
%19.03

CMYK Percentages of Color #5e592b

%0
%5
%54
%63

Triadic Colors of #5e592b

#5e592b #2b5e59 #592b5e

Analogous Colors of #5e592b

#5e592b #4a5e2b #5e402b

Monochromatic Colors of #5e592b

#5e592b

Complementary Color

#5e592b #2b305e

#5e592b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e592b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e592b Color CSS Codes

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

#5e592b Text Font Color

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

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


#5e592b Background Color

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

This div background color is #5e592b


#5e592b Border Color

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

This div border color is #5e592b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e592b


Comments

No comments written yet.

Please login to write comment.