Color Hex Logo

#9e540e Color Hex

#9E540E
(158,84,14)
0 Favorites   0 Comments

Color spaces of #9e540e

RGB 1588414
HSL0.080.840.34
HSV29°91°62°
CMYK 0.000.470.91   0.38
XYZ17.350113.64152.1341
Yxy13.64150.52380.4118
Hunter Lab36.934419.216022.4283
CIE-Lab43.714326.244349.0318

#9e540e color RGB value is (158,84,14).

#9e540e hex color red value is 158, green value is 84 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #9e540e hue: 0.08 , saturation: 0.84 and the lightness value of 9e540e is 0.34.

The process color (four color CMYK) of #9e540e color hex is 0.00, 0.47, 0.91, 0.38. Web safe color of #9e540e is #996600. Color #9e540e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01010100 00001110
Octal 236 124 16
Decimal 158 84 14
Hex 9E 54 E

RGB Percentages of Color #9e540e

%61.72
%32.81
%5.47

CMYK Percentages of Color #9e540e

%0
%47
%91
%38

Triadic Colors of #9e540e

#9e540e #0e9e54 #540e9e

Analogous Colors of #9e540e

#9e540e #9e9c0e #9e0e10

Monochromatic Colors of #9e540e

#9e540e

Complementary Color

#9e540e #0e589e

#9e540e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e540e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e540e Color CSS Codes

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

#9e540e Text Font Color

<p style="color:#9e540e">Text here</p>

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


#9e540e Background Color

<div style="background-color:#9e540e">
Div content here</div>

This div background color is #9e540e


#9e540e Border Color

<div style="border:3px solid #9e540e">
Div here</div>

This div border color is #9e540e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,84,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e540e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e540e;
  -webkit-box-shadow: 1px 1px 3px 2px #9e540e;
  box-shadow:         1px 1px 3px 2px #9e540e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,84,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e540e


Comments

No comments written yet.

Please login to write comment.