Color Hex Logo

#5e4b0a Color Hex

#5E4B0A
(94,75,10)
0 Favorites   0 Comments

Color spaces of #5e4b0a

RGB 947510
HSL0.130.810.20
HSV46°89°37°
CMYK 0.000.200.89   0.63
XYZ7.18707.43381.3432
Yxy7.43380.45020.4657
Hunter Lab27.2650-0.661516.1646
CIE-Lab32.77471.197237.8822

#5e4b0a color RGB value is (94,75,10).

#5e4b0a hex color red value is 94, green value is 75 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #5e4b0a hue: 0.13 , saturation: 0.81 and the lightness value of 5e4b0a is 0.20.

The process color (four color CMYK) of #5e4b0a color hex is 0.00, 0.20, 0.89, 0.63. Web safe color of #5e4b0a is #663300. Color #5e4b0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01001011 00001010
Octal 136 113 12
Decimal 94 75 10
Hex 5E 4B A

RGB Percentages of Color #5e4b0a

%52.51
%41.90
%5.59

CMYK Percentages of Color #5e4b0a

%0
%20
%89
%63

Triadic Colors of #5e4b0a

#5e4b0a #0a5e4b #4b0a5e

Analogous Colors of #5e4b0a

#5e4b0a #475e0a #5e210a

Monochromatic Colors of #5e4b0a

#5e4b0a

Complementary Color

#5e4b0a #0a1d5e

#5e4b0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e4b0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e4b0a Color CSS Codes

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

#5e4b0a Text Font Color

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

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


#5e4b0a Background Color

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

This div background color is #5e4b0a


#5e4b0a Border Color

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

This div border color is #5e4b0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e4b0a


Comments

No comments written yet.

Please login to write comment.