Color Hex Logo

#9e521c Color Hex

#9E521C
(158,82,28)
0 Favorites   0 Comments

Color spaces of #9e521c

RGB 1588228
HSL0.070.700.36
HSV25°82°62°
CMYK 0.000.480.82   0.38
XYZ17.327413.38752.7694
Yxy13.38750.51750.3998
Hunter Lab36.588920.501521.1246
CIE-Lab43.341427.728143.4954

#9e521c color RGB value is (158,82,28).

#9e521c hex color red value is 158, green value is 82 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #9e521c hue: 0.07 , saturation: 0.70 and the lightness value of 9e521c is 0.36.

The process color (four color CMYK) of #9e521c color hex is 0.00, 0.48, 0.82, 0.38. Web safe color of #9e521c is #996633. Color #9e521c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01010010 00011100
Octal 236 122 34
Decimal 158 82 28
Hex 9E 52 1C

RGB Percentages of Color #9e521c

%58.96
%30.60
%10.45

CMYK Percentages of Color #9e521c

%0
%48
%82
%38

Triadic Colors of #9e521c

#9e521c #1c9e52 #521c9e

Analogous Colors of #9e521c

#9e521c #9e931c #9e1c27

Monochromatic Colors of #9e521c

#9e521c

Complementary Color

#9e521c #1c689e

#9e521c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e521c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e521c Color CSS Codes

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

#9e521c Text Font Color

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

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


#9e521c Background Color

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

This div background color is #9e521c


#9e521c Border Color

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

This div border color is #9e521c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,82,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 #9e521c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e521c


Comments

No comments written yet.

Please login to write comment.