Color Hex Logo

#9e964e Color Hex

#9E964E
(158,150,78)
0 Favorites   0 Comments

Color spaces of #9e964e

RGB 15815078
HSL0.150.340.46
HSV54°51°62°
CMYK 0.000.050.51   0.38
XYZ26.382029.631911.5368
Yxy29.63190.39060.4387
Hunter Lab54.4352-8.751625.5389
CIE-Lab61.3353-7.185038.6974

#9e964e color RGB value is (158,150,78).

#9e964e hex color red value is 158, green value is 150 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #9e964e hue: 0.15 , saturation: 0.34 and the lightness value of 9e964e is 0.46.

The process color (four color CMYK) of #9e964e color hex is 0.00, 0.05, 0.51, 0.38. Web safe color of #9e964e is #999966. Color #9e964e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10010110 01001110
Octal 236 226 116
Decimal 158 150 78
Hex 9E 96 4E

RGB Percentages of Color #9e964e

%40.93
%38.86
%20.21

CMYK Percentages of Color #9e964e

%0
%5
%51
%38

Triadic Colors of #9e964e

#9e964e #4e9e96 #964e9e

Analogous Colors of #9e964e

#9e964e #7e9e4e #9e6e4e

Monochromatic Colors of #9e964e

#9e964e

Complementary Color

#9e964e #4e569e

#9e964e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e964e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e964e Color CSS Codes

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

#9e964e Text Font Color

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

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


#9e964e Background Color

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

This div background color is #9e964e


#9e964e Border Color

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

This div border color is #9e964e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e964e


Comments

No comments written yet.

Please login to write comment.