COLOR #9F7264

HEX: #9F7264
RGB: (159,114,100)

Color info

#9F7264 contains red, green and blue colors in about the same proportion. Web safe color of #9F7264 is #996666 (or #966).

RGB color model

#9F7264 color RGB value is (159,114,100).

  • red value is 159;
  • green value is 114;
  • blue value is 100.
RGB:
(159,114,100)
(62%,45%,39%)

RGB channels and saturation

R 159 of 255 = 62%
G 114 of 255 = 45%
B 100 of 255 = 39%

159
114
100

R + G + B ~ 49%. #9F7264 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 114 + 100 = 373 (100%)
R 159 of 373 ~ 42.63%
G 114 of 373 ~ 30.56%
B 100 of 373 ~ 26.81%

%42.63
%30.56
%26.81

CMYK color model

#9F7264 color CMYK value is (0,28,37,38).

  • cyan value is 0.00%
  • magenta value is 28.30%
  • yellow value is 37.11%
  • key color value is 37.65%
CMYK:
(0,28,37,38)
C0M28Y37K38 
(0%,28%,37%,38%)
(0.00/0.28/0.37/0.38)	

CMYK percentages

%0
%28.3
%37.11
%37.65

Codes

Color #9F7264 in popluar color models

9F7264
RGB159114100
HSL14°23.51%50.78%
HSB/HSV14°37.11%62.35%
CMYK0.00%28.30%37.11%
37.65%

Color #9F7264 in popluar number systems.

HEX9F7264
Decimal159114100
Binary1001111111100101100100
Octal237162144

Shades and tints

Shades of #9F7264

#9F7264
(159,114,100)
#91685B
(145,104,91)
#835E52
(131,94,82)
#755449
(117,84,73)
#674A40
(103,74,64)
#594037
(89,64,55)
#4B362E
(75,54,46)
#3D2C25
(61,44,37)
#2F221C
(47,34,28)
#211813
(33,24,19)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #9F7264

#9F7264
(159,114,100)
#A77E72
(167,126,114)
#AF8A80
(175,138,128)
#B7968E
(183,150,142)
#BFA29C
(191,162,156)
#C7AEAA
(199,174,170)
#CFBAB8
(207,186,184)
#D7C6C6
(215,198,198)
#DFD2D4
(223,210,212)
#E7DEE2
(231,222,226)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7264 color. Also use rgb(159,114,100) instead hex code.

Text Font Color

.myTextColor { color: #9F7264; }

<p style="color:#9F7264">This sample text font color is #9F7264.</p>

This text font color is #9F7264.


Background Color

.myBgColor { background-color: #9F7264; }

<div style="background-color:#9F7264">Inner text</div>

This div background color is #9F7264.


Border color

.myBorderColor { border: 1px solid #9F7264; }

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

This div border color is #9F7264.


Opacity

.myOpacity80 { color: #9F7264; opacity: 0.8; }

<p style="color:#9F7264;opacity:0.8;">80%</p>

Text with #9F7264 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9F7264;}

<p style="text-shadow: 3px 3px 1px #9F7264">Text here.</p>

This text has shadow with #9F7264 color.

.textShadow {text-shadow: 3px 3px 1px #9F7264, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9F7264, 5px 5px 20px red">Text here.</p>

This text has shadow with #9F7264 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9F7264, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9F7264, Direction=45, Strength=4)">Text</p>

This text has shadow with #9F7264 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9F7264;
  -webkit-box-shadow:	1px 1px 3px 2px #9F7264;
  box-shadow:		1px 1px 3px 2px #9F7264;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9F7264;
-webkit-box-shadow: 1px 1px 3px 2px #9F7264;
box-shadow:1px 1px 3px 2px #9F7264;">
Div content here</div>
This div box has shadow with color #9F7264.

Preview

Color preview on black background

This text has color #9F7264 on black background.


Color preview on white background

This text has color #9F7264 on white background.



Black color preview on #9F7264 background

This text has black color on #9F7264 background.


White color preview on #9F7264 background

This text has white color on #9F7264 background.