Color Hex Logo

#9f974e Color Hex

#9F974E
(159,151,78)
0 Favorites   0 Comments

Color spaces of #9f974e

RGB 15915178
HSL0.150.340.46
HSV54°51°62°
CMYK 0.000.050.51   0.38
XYZ26.739830.054211.5994
Yxy30.05420.39100.4394
Hunter Lab54.8217-8.873025.8304
CIE-Lab61.7010-7.293339.1570

#9f974e color RGB value is (159,151,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10010111 01001110
Octal 237 227 116
Decimal 159 151 78
Hex 9F 97 4E

RGB Percentages of Color #9f974e

%40.98
%38.92
%20.10

CMYK Percentages of Color #9f974e

%0
%5
%51
%38

Triadic Colors of #9f974e

#9f974e #4e9f97 #974e9f

Analogous Colors of #9f974e

#9f974e #7f9f4e #9f6f4e

Monochromatic Colors of #9f974e

#9f974e

Complementary Color

#9f974e #4e569f

#9f974e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f974e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f974e Color CSS Codes

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

#9f974e Text Font Color

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

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


#9f974e Background Color

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

This div background color is #9f974e


#9f974e Border Color

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

This div border color is #9f974e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f974e


Comments

No comments written yet.

Please login to write comment.