Color Hex Logo

#9f9649 Color Hex

#9F9649
(159,150,73)
0 Favorites   0 Comments

Color spaces of #9f9649

RGB 15915073
HSL0.150.370.45
HSV54°54°62°
CMYK 0.000.060.54   0.38
XYZ26.407029.664710.6374
Yxy29.66470.39590.4447
Hunter Lab54.4653-8.770226.5460
CIE-Lab61.3638-7.205041.2727

#9f9649 color RGB value is (159,150,73).

#9f9649 hex color red value is 159, green value is 150 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #9f9649 hue: 0.15 , saturation: 0.37 and the lightness value of 9f9649 is 0.45.

The process color (four color CMYK) of #9f9649 color hex is 0.00, 0.06, 0.54, 0.38. Web safe color of #9f9649 is #999933. Color #9f9649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10010110 01001001
Octal 237 226 111
Decimal 159 150 73
Hex 9F 96 49

RGB Percentages of Color #9f9649

%41.62
%39.27
%19.11

CMYK Percentages of Color #9f9649

%0
%6
%54
%38

Triadic Colors of #9f9649

#9f9649 #499f96 #96499f

Analogous Colors of #9f9649

#9f9649 #7d9f49 #9f6b49

Monochromatic Colors of #9f9649

#9f9649

Complementary Color

#9f9649 #49529f

#9f9649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f9649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f9649 Color CSS Codes

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

#9f9649 Text Font Color

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

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


#9f9649 Background Color

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

This div background color is #9f9649


#9f9649 Border Color

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

This div border color is #9f9649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f9649


Comments

No comments written yet.

Please login to write comment.