COLOR #9F844C

HEX: #9F844C RGB: (159,132,76)

Color info

#9F844C contains mainly red and green colors. Web safe color of #9F844C is #999933 (or #993).

RGB color model

#9F844C color RGB value is (159,132,76).

RGB: (159,132,76) (62%, 52%, 30%)

RGB channels and saturation

R 159 of 255 = 62%
G 132 of 255 = 52%
B 76 of 255 = 30%

159
132
76

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

Portions of RGB colors in percentages

R + G + B = 159 + 132 + 76 = 367 (100%)
R 159 of 367 ~ 43.32%
G 132 of 367 ~ 35.97%
B 76 of 367 ~ 20.71'%

%43.32
%35.97
%20.71

CMYK color model

#9F844C color CMYK value is (0,17,52,38).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 52.20%
  • key color value is 37.65%

CMYK: (0,17,52,38)
C0M17Y52K38 (0%, 17%, 52%, 38%)
(0.00 / 0.17 / 0.52 / 0.38)

CMYK percentages

%0
%16.98
%52.2
%37.65

Codes

Color #9F844C in popluar color models

9F 84 4C
RGB 159 132 76
HSL 40° 35.32% 46.08%
HSB/HSV 40° 52.20% 62.35%
CMYK 0.00% 16.98% 52.20%
37.65%

Color #9F844C in popluar number systems.

HEX 9F 84 4C
Decimal 159 132 76
Binary 10011111 10000100 1001100
Octal 237 204 114

Shades and tints

Shades of #9F844C

#9F844C
(159,132,76)
#917846
(145,120,70)
#836C40
(131,108,64)
#75603A
(117,96,58)
#675434
(103,84,52)
#59482E
(89,72,46)
#4B3C28
(75,60,40)
#3D3022
(61,48,34)
#2F241C
(47,36,28)
#211816
(33,24,22)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #9F844C

#9F844C
(159,132,76)
#A78F5C
(167,143,92)
#AF9A6C
(175,154,108)
#B7A57C
(183,165,124)
#BFB08C
(191,176,140)
#C7BB9C
(199,187,156)
#CFC6AC
(207,198,172)
#D7D1BC
(215,209,188)
#DFDCCC
(223,220,204)
#E7E7DC
(231,231,220)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F844C color. Also use rgb(159,132,76) instead hex code.

Text Font Color

.myTextColor { color: #9F844C; }

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

This text font color is #9F844C.

Background Color

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

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

This div background color is #9F844C.

Border color

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

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

This div border color is #9F844C.

Opacity

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

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

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

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

This text has shadow with #9F844C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F844C.

Preview

Color preview on black background

This text has color #9F844C on black background.


Color preview on white background

This text has color #9F844C on white background.


Black color preview on #9F844C background

This text has black color on #9F844C background.


White color preview on #9F844C background

This text has white color on #9F844C background.


Related colors

Complementary color

Complementary color for #hex is #607BB3.


I love getcolorcode.com

Triadic colors

1 #4C9F84 and #844C9F with #9F844C are triadic colors.

2 #4C849F and #849F4C with #9F844C are triadic colors.