COLOR #9F8272

HEX: #9F8272 RGB: (159,130,114)

Color info

#9F8272 contains red, green and blue colors in about the same proportion. Web safe color of #9F8272 is #999966 (or #996).

RGB color model

#9F8272 color RGB value is (159,130,114).

RGB: (159,130,114) (62%, 51%, 45%)

RGB channels and saturation

R 159 of 255 = 62%
G 130 of 255 = 51%
B 114 of 255 = 45%

159
130
114

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

Portions of RGB colors in percentages

R + G + B = 159 + 130 + 114 = 403 (100%)
R 159 of 403 ~ 39.45%
G 130 of 403 ~ 32.26%
B 114 of 403 ~ 28.29'%

%39.45
%32.26
%28.29

CMYK color model

#9F8272 color CMYK value is (0,18,28,38).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 28.30%
  • key color value is 37.65%

CMYK: (0,18,28,38)
C0M18Y28K38 (0%, 18%, 28%, 38%)
(0.00 / 0.18 / 0.28 / 0.38)

CMYK percentages

%0
%18.24
%28.3
%37.65

Codes

Color #9F8272 in popluar color models

9F 82 72
RGB 159 130 114
HSL 21° 18.99% 53.53%
HSB/HSV 21° 28.30% 62.35%
CMYK 0.00% 18.24% 28.30%
37.65%

Color #9F8272 in popluar number systems.

HEX 9F 82 72
Decimal 159 130 114
Binary 10011111 10000010 1110010
Octal 237 202 162

Shades and tints

Shades of #9F8272

#9F8272
(159,130,114)
#917768
(145,119,104)
#836C5E
(131,108,94)
#756154
(117,97,84)
#67564A
(103,86,74)
#594B40
(89,75,64)
#4B4036
(75,64,54)
#3D352C
(61,53,44)
#2F2A22
(47,42,34)
#211F18
(33,31,24)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #9F8272

#9F8272
(159,130,114)
#A78D7E
(167,141,126)
#AF988A
(175,152,138)
#B7A396
(183,163,150)
#BFAEA2
(191,174,162)
#C7B9AE
(199,185,174)
#CFC4BA
(207,196,186)
#D7CFC6
(215,207,198)
#DFDAD2
(223,218,210)
#E7E5DE
(231,229,222)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8272; }

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

This text font color is #9F8272.

Background Color

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

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

This div background color is #9F8272.

Border color

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

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

This div border color is #9F8272.

Opacity

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

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

Text with #9F8272 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 #9F8272;}

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

This text has shadow with #9F8272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8272.

Preview

Color preview on black background

This text has color #9F8272 on black background.


Color preview on white background

This text has color #9F8272 on white background.


Black color preview on #9F8272 background

This text has black color on #9F8272 background.


White color preview on #9F8272 background

This text has white color on #9F8272 background.


Related colors

Complementary color

Complementary color for #hex is #607D8D.


I love getcolorcode.com

Triadic colors

1 #729F82 and #82729F with #9F8272 are triadic colors.

2 #72829F and #829F72 with #9F8272 are triadic colors.