Color Hex Logo

#9e964f Color Hex

#9E964F
(158,150,79)
0 Favorites   0 Comments

Color spaces of #9e964f

RGB 15815079
HSL0.150.330.46
HSV54°50°62°
CMYK 0.000.050.50   0.38
XYZ26.418229.646311.7271
Yxy29.64630.38970.4373
Hunter Lab54.4484-8.677125.3440
CIE-Lab61.3478-7.089938.2015

#9e964f color RGB value is (158,150,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10010110 01001111
Octal 236 226 117
Decimal 158 150 79
Hex 9E 96 4F

RGB Percentages of Color #9e964f

%40.83
%38.76
%20.41

CMYK Percentages of Color #9e964f

%0
%5
%50
%38

Triadic Colors of #9e964f

#9e964f #4f9e96 #964f9e

Analogous Colors of #9e964f

#9e964f #7f9e4f #9e6f4f

Monochromatic Colors of #9e964f

#9e964f

Complementary Color

#9e964f #4f579e

#9e964f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e964f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e964f Color CSS Codes

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

#9e964f Text Font Color

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

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


#9e964f Background Color

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

This div background color is #9e964f


#9e964f Border Color

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

This div border color is #9e964f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e964f


Comments

No comments written yet.

Please login to write comment.