COLOR #9F8E5C

HEX: #9F8E5C RGB: (159,142,92)

Color info

#9F8E5C contains mainly red and green colors. Web safe color of #9F8E5C is #999966 (or #996).

RGB color model

#9F8E5C color RGB value is (159,142,92).

RGB: (159,142,92) (62%, 56%, 36%)

RGB channels and saturation

R 159 of 255 = 62%
G 142 of 255 = 56%
B 92 of 255 = 36%

159
142
92

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

Portions of RGB colors in percentages

R + G + B = 159 + 142 + 92 = 393 (100%)
R 159 of 393 ~ 40.46%
G 142 of 393 ~ 36.13%
B 92 of 393 ~ 23.41'%

%40.46
%36.13
%23.41

CMYK color model

#9F8E5C color CMYK value is (0,11,42,38).

  • cyan value is 0.00%
  • magenta value is 10.69%
  • yellow value is 42.14%
  • key color value is 37.65%

CMYK: (0,11,42,38)
C0M11Y42K38 (0%, 11%, 42%, 38%)
(0.00 / 0.11 / 0.42 / 0.38)

CMYK percentages

%0
%10.69
%42.14
%37.65

Codes

Color #9F8E5C in popluar color models

9F 8E 5C
RGB 159 142 92
HSL 45° 26.69% 49.22%
HSB/HSV 45° 42.14% 62.35%
CMYK 0.00% 10.69% 42.14%
37.65%

Color #9F8E5C in popluar number systems.

HEX 9F 8E 5C
Decimal 159 142 92
Binary 10011111 10001110 1011100
Octal 237 216 134

Shades and tints

Shades of #9F8E5C

#9F8E5C
(159,142,92)
#918254
(145,130,84)
#83764C
(131,118,76)
#756A44
(117,106,68)
#675E3C
(103,94,60)
#595234
(89,82,52)
#4B462C
(75,70,44)
#3D3A24
(61,58,36)
#2F2E1C
(47,46,28)
#212214
(33,34,20)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #9F8E5C

#9F8E5C
(159,142,92)
#A7986A
(167,152,106)
#AFA278
(175,162,120)
#B7AC86
(183,172,134)
#BFB694
(191,182,148)
#C7C0A2
(199,192,162)
#CFCAB0
(207,202,176)
#D7D4BE
(215,212,190)
#DFDECC
(223,222,204)
#E7E8DA
(231,232,218)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8E5C color. Also use rgb(159,142,92) instead hex code.

Text Font Color

.myTextColor { color: #9F8E5C; }

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

This text font color is #9F8E5C.

Background Color

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

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

This div background color is #9F8E5C.

Border color

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

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

This div border color is #9F8E5C.

Opacity

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

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

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

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

This text has shadow with #9F8E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8E5C.

Preview

Color preview on black background

This text has color #9F8E5C on black background.


Color preview on white background

This text has color #9F8E5C on white background.


Black color preview on #9F8E5C background

This text has black color on #9F8E5C background.


White color preview on #9F8E5C background

This text has white color on #9F8E5C background.


Related colors

Complementary color

Complementary color for #hex is #6071A3.


I love getcolorcode.com

Triadic colors

1 #5C9F8E and #8E5C9F with #9F8E5C are triadic colors.

2 #5C8E9F and #8E9F5C with #9F8E5C are triadic colors.