Color Hex Logo

#9f9c4e Color Hex

#9F9C4E
(159,156,78)
0 Favorites   0 Comments

Color spaces of #9f9c4e

RGB 15915678
HSL0.160.340.46
HSV58°51°62°
CMYK 0.000.020.51   0.38
XYZ27.561731.697911.8734
Yxy31.69790.38750.4456
Hunter Lab56.3009-11.143126.9068
CIE-Lab63.0924-9.968040.8153

#9f9c4e color RGB value is (159,156,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10011100 01001110
Octal 237 234 116
Decimal 159 156 78
Hex 9F 9C 4E

RGB Percentages of Color #9f9c4e

%40.46
%39.69
%19.85

CMYK Percentages of Color #9f9c4e

%0
%2
%51
%38

Triadic Colors of #9f9c4e

#9f9c4e #4e9f9c #9c4e9f

Analogous Colors of #9f9c4e

#9f9c4e #7a9f4e #9f744e

Monochromatic Colors of #9f9c4e

#9f9c4e

Complementary Color

#9f9c4e #4e519f

#9f9c4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f9c4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f9c4e Color CSS Codes

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

#9f9c4e Text Font Color

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

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


#9f9c4e Background Color

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

This div background color is #9f9c4e


#9f9c4e Border Color

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

This div border color is #9f9c4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f9c4e


Comments

No comments written yet.

Please login to write comment.