Color Hex Logo

#9e483b Color Hex

#9E483B
(158,72,59)
0 Favorites   0 Comments

Color spaces of #9e483b

RGB 1587259
HSL0.020.460.43
HSV63°62°
CMYK 0.000.540.63   0.38
XYZ17.207312.21965.5894
Yxy12.21960.49140.3490
Hunter Lab34.956526.692414.9894
CIE-Lab41.563034.736924.9165

#9e483b color RGB value is (158,72,59).

#9e483b hex color red value is 158, green value is 72 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #9e483b hue: 0.02 , saturation: 0.46 and the lightness value of 9e483b is 0.43.

The process color (four color CMYK) of #9e483b color hex is 0.00, 0.54, 0.63, 0.38. Web safe color of #9e483b is #993333. Color #9e483b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01001000 00111011
Octal 236 110 73
Decimal 158 72 59
Hex 9E 48 3B

RGB Percentages of Color #9e483b

%54.67
%24.91
%20.42

CMYK Percentages of Color #9e483b

%0
%54
%63
%38

Triadic Colors of #9e483b

#9e483b #3b9e48 #483b9e

Analogous Colors of #9e483b

#9e483b #9e7a3b #9e3b5f

Monochromatic Colors of #9e483b

#9e483b

Complementary Color

#9e483b #3b919e

#9e483b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e483b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e483b Color CSS Codes

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

#9e483b Text Font Color

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

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


#9e483b Background Color

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

This div background color is #9e483b


#9e483b Border Color

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

This div border color is #9e483b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e483b


Comments

No comments written yet.

Please login to write comment.