Color Hex Logo

#5e581c Color Hex

#5E581C
(94,88,28)
0 Favorites   0 Comments

Color spaces of #5e581c

RGB 948828
HSL0.150.540.24
HSV55°70°37°
CMYK 0.000.060.70   0.63
XYZ8.31549.44302.4830
Yxy9.44300.41080.4665
Hunter Lab30.7295-5.474416.7199
CIE-Lab36.8236-5.722734.3596

#5e581c color RGB value is (94,88,28).

#5e581c hex color red value is 94, green value is 88 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #5e581c hue: 0.15 , saturation: 0.54 and the lightness value of 5e581c is 0.24.

The process color (four color CMYK) of #5e581c color hex is 0.00, 0.06, 0.70, 0.63. Web safe color of #5e581c is #666633. Color #5e581c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01011000 00011100
Octal 136 130 34
Decimal 94 88 28
Hex 5E 58 1C

RGB Percentages of Color #5e581c

%44.76
%41.90
%13.33

CMYK Percentages of Color #5e581c

%0
%6
%70
%63

Triadic Colors of #5e581c

#5e581c #1c5e58 #581c5e

Analogous Colors of #5e581c

#5e581c #435e1c #5e371c

Monochromatic Colors of #5e581c

#5e581c

Complementary Color

#5e581c #1c225e

#5e581c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e581c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e581c Color CSS Codes

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

#5e581c Text Font Color

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

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


#5e581c Background Color

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

This div background color is #5e581c


#5e581c Border Color

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

This div border color is #5e581c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e581c


Comments

No comments written yet.

Please login to write comment.