Color Hex Logo

#9e713a Color Hex

#9E713A
(158,113,58)
0 Favorites   0 Comments

Color spaces of #9e713a

RGB 15811358
HSL0.090.460.42
HSV33°63°62°
CMYK 0.000.280.63   0.38
XYZ20.769419.38486.6500
Yxy19.38480.44380.4142
Hunter Lab44.02827.154521.8646
CIE-Lab51.134411.788436.9869

#9e713a color RGB value is (158,113,58).

#9e713a hex color red value is 158, green value is 113 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #9e713a hue: 0.09 , saturation: 0.46 and the lightness value of 9e713a is 0.42.

The process color (four color CMYK) of #9e713a color hex is 0.00, 0.28, 0.63, 0.38. Web safe color of #9e713a is #996633. Color #9e713a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01110001 00111010
Octal 236 161 72
Decimal 158 113 58
Hex 9E 71 3A

RGB Percentages of Color #9e713a

%48.02
%34.35
%17.63

CMYK Percentages of Color #9e713a

%0
%28
%63
%38

Triadic Colors of #9e713a

#9e713a #3a9e71 #713a9e

Analogous Colors of #9e713a

#9e713a #999e3a #9e3f3a

Monochromatic Colors of #9e713a

#9e713a

Complementary Color

#9e713a #3a679e

#9e713a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e713a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e713a Color CSS Codes

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

#9e713a Text Font Color

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

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


#9e713a Background Color

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

This div background color is #9e713a


#9e713a Border Color

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

This div border color is #9e713a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e713a


Comments

No comments written yet.

Please login to write comment.