COLOR #9F7432

HEX: #9F7432 RGB: (159,116,50)

Color info

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

RGB color model

#9F7432 color RGB value is (159,116,50).

RGB: (159,116,50) (62%, 45%, 20%)

RGB channels and saturation

R 159 of 255 = 62%
G 116 of 255 = 45%
B 50 of 255 = 20%

159
116
50

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

Portions of RGB colors in percentages

R + G + B = 159 + 116 + 50 = 325 (100%)
R 159 of 325 ~ 48.92%
G 116 of 325 ~ 35.69%
B 50 of 325 ~ 15.38'%

%48.92
%35.69
%15.38

CMYK color model

#9F7432 color CMYK value is (0,27,69,38).

  • cyan value is 0.00%
  • magenta value is 27.04%
  • yellow value is 68.55%
  • key color value is 37.65%

CMYK: (0,27,69,38)
C0M27Y69K38 (0%, 27%, 69%, 38%)
(0.00 / 0.27 / 0.69 / 0.38)

CMYK percentages

%0
%27.04
%68.55
%37.65

Codes

Color #9F7432 in popluar color models

9F 74 32
RGB 159 116 50
HSL 36° 52.15% 40.98%
HSB/HSV 36° 68.55% 62.35%
CMYK 0.00% 27.04% 68.55%
37.65%

Color #9F7432 in popluar number systems.

HEX 9F 74 32
Decimal 159 116 50
Binary 10011111 1110100 110010
Octal 237 164 62

Shades and tints

Shades of #9F7432

#9F7432
(159,116,50)
#916A2E
(145,106,46)
#83602A
(131,96,42)
#755626
(117,86,38)
#674C22
(103,76,34)
#59421E
(89,66,30)
#4B381A
(75,56,26)
#3D2E16
(61,46,22)
#2F2412
(47,36,18)
#211A0E
(33,26,14)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #9F7432

#9F7432
(159,116,50)
#A78044
(167,128,68)
#AF8C56
(175,140,86)
#B79868
(183,152,104)
#BFA47A
(191,164,122)
#C7B08C
(199,176,140)
#CFBC9E
(207,188,158)
#D7C8B0
(215,200,176)
#DFD4C2
(223,212,194)
#E7E0D4
(231,224,212)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7432 color. Also use rgb(159,116,50) instead hex code.

Text Font Color

.myTextColor { color: #9F7432; }

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

This text font color is #9F7432.

Background Color

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

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

This div background color is #9F7432.

Border color

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

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

This div border color is #9F7432.

Opacity

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

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

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

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

This text has shadow with #9F7432 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F7432.

Preview

Color preview on black background

This text has color #9F7432 on black background.


Color preview on white background

This text has color #9F7432 on white background.


Black color preview on #9F7432 background

This text has black color on #9F7432 background.


White color preview on #9F7432 background

This text has white color on #9F7432 background.


Related colors

Complementary color

Complementary color for #hex is #608BCD.


I love getcolorcode.com

Triadic colors

1 #329F74 and #74329F with #9F7432 are triadic colors.

2 #32749F and #749F32 with #9F7432 are triadic colors.