COLOR #9F724D

HEX: #9F724D RGB: (159,114,77)

Color info

#9F724D contains mainly red and green colors. Web safe color of #9F724D is #996633 (or #963).

RGB color model

#9F724D color RGB value is (159,114,77).

RGB: (159,114,77) (62%, 45%, 30%)

RGB channels and saturation

R 159 of 255 = 62%
G 114 of 255 = 45%
B 77 of 255 = 30%

159
114
77

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

Portions of RGB colors in percentages

R + G + B = 159 + 114 + 77 = 350 (100%)
R 159 of 350 ~ 45.43%
G 114 of 350 ~ 32.57%
B 77 of 350 ~ 22'%

%45.43
%32.57
%22

CMYK color model

#9F724D color CMYK value is (0,28,52,38).

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

CMYK: (0,28,52,38)
C0M28Y52K38 (0%, 28%, 52%, 38%)
(0.00 / 0.28 / 0.52 / 0.38)

CMYK percentages

%0
%28.3
%51.57
%37.65

Codes

Color #9F724D in popluar color models

9F 72 4D
RGB 159 114 77
HSL 27° 34.75% 46.27%
HSB/HSV 27° 51.57% 62.35%
CMYK 0.00% 28.30% 51.57%
37.65%

Color #9F724D in popluar number systems.

HEX 9F 72 4D
Decimal 159 114 77
Binary 10011111 1110010 1001101
Octal 237 162 115

Shades and tints

Shades of #9F724D

#9F724D
(159,114,77)
#916846
(145,104,70)
#835E3F
(131,94,63)
#755438
(117,84,56)
#674A31
(103,74,49)
#59402A
(89,64,42)
#4B3623
(75,54,35)
#3D2C1C
(61,44,28)
#2F2215
(47,34,21)
#21180E
(33,24,14)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #9F724D

#9F724D
(159,114,77)
#A77E5D
(167,126,93)
#AF8A6D
(175,138,109)
#B7967D
(183,150,125)
#BFA28D
(191,162,141)
#C7AE9D
(199,174,157)
#CFBAAD
(207,186,173)
#D7C6BD
(215,198,189)
#DFD2CD
(223,210,205)
#E7DEDD
(231,222,221)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F724D; }

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

This text font color is #9F724D.

Background Color

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

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

This div background color is #9F724D.

Border color

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

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

This div border color is #9F724D.

Opacity

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

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

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

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

This text has shadow with #9F724D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F724D.

Preview

Color preview on black background

This text has color #9F724D on black background.


Color preview on white background

This text has color #9F724D on white background.


Black color preview on #9F724D background

This text has black color on #9F724D background.


White color preview on #9F724D background

This text has white color on #9F724D background.


Related colors

Complementary color

Complementary color for #hex is #608DB2.


I love getcolorcode.com

Triadic colors

1 #4D9F72 and #724D9F with #9F724D are triadic colors.

2 #4D729F and #729F4D with #9F724D are triadic colors.