Color Hex Logo

#9e5122 Color Hex

#9E5122
(158,81,34)
0 Favorites   0 Comments

Color spaces of #9e5122

RGB 1588134
HSL0.060.650.38
HSV23°78°62°
CMYK 0.000.490.78   0.38
XYZ17.331713.26953.1612
Yxy13.26950.51330.3930
Hunter Lab36.427321.180420.3539
CIE-Lab43.166528.505240.5416

#9e5122 color RGB value is (158,81,34).

#9e5122 hex color red value is 158, green value is 81 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #9e5122 hue: 0.06 , saturation: 0.65 and the lightness value of 9e5122 is 0.38.

The process color (four color CMYK) of #9e5122 color hex is 0.00, 0.49, 0.78, 0.38. Web safe color of #9e5122 is #996633. Color #9e5122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01010001 00100010
Octal 236 121 42
Decimal 158 81 34
Hex 9E 51 22

RGB Percentages of Color #9e5122

%57.88
%29.67
%12.45

CMYK Percentages of Color #9e5122

%0
%49
%78
%38

Triadic Colors of #9e5122

#9e5122 #229e51 #51229e

Analogous Colors of #9e5122

#9e5122 #9e8f22 #9e2231

Monochromatic Colors of #9e5122

#9e5122

Complementary Color

#9e5122 #226f9e

#9e5122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e5122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e5122 Color CSS Codes

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

#9e5122 Text Font Color

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

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


#9e5122 Background Color

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

This div background color is #9e5122


#9e5122 Border Color

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

This div border color is #9e5122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e5122


Comments

No comments written yet.

Please login to write comment.