COLOR #9C8375

HEX: #9C8375 RGB: (156,131,117)

Color info

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

RGB color model

#9C8375 color RGB value is (156,131,117).

RGB: (156,131,117) (61%, 51%, 46%)

RGB channels and saturation

R 156 of 255 = 61%
G 131 of 255 = 51%
B 117 of 255 = 46%

156
131
117

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

Portions of RGB colors in percentages

R + G + B = 156 + 131 + 117 = 404 (100%)
R 156 of 404 ~ 38.61%
G 131 of 404 ~ 32.43%
B 117 of 404 ~ 28.96'%

%38.61
%32.43
%28.96

CMYK color model

#9C8375 color CMYK value is (0,16,25,39).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 25.00%
  • key color value is 38.82%

CMYK: (0,16,25,39)
C0M16Y25K39 (0%, 16%, 25%, 39%)
(0.00 / 0.16 / 0.25 / 0.39)

CMYK percentages

%0
%16.03
%25
%38.82

Codes

Color #9C8375 in popluar color models

9C 83 75
RGB 156 131 117
HSL 22° 16.46% 53.53%
HSB/HSV 22° 25.00% 61.18%
CMYK 0.00% 16.03% 25.00%
38.82%

Color #9C8375 in popluar number systems.

HEX 9C 83 75
Decimal 156 131 117
Binary 10011100 10000011 1110101
Octal 234 203 165

Shades and tints

Shades of #9C8375

#9C8375
(156,131,117)
#8E786B
(142,120,107)
#806D61
(128,109,97)
#726257
(114,98,87)
#64574D
(100,87,77)
#564C43
(86,76,67)
#484139
(72,65,57)
#3A362F
(58,54,47)
#2C2B25
(44,43,37)
#1E201B
(30,32,27)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #9C8375

#9C8375
(156,131,117)
#A58E81
(165,142,129)
#AE998D
(174,153,141)
#B7A499
(183,164,153)
#C0AFA5
(192,175,165)
#C9BAB1
(201,186,177)
#D2C5BD
(210,197,189)
#DBD0C9
(219,208,201)
#E4DBD5
(228,219,213)
#EDE6E1
(237,230,225)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8375 color. Also use rgb(156,131,117) instead hex code.

Text Font Color

.myTextColor { color: #9C8375; }

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

This text font color is #9C8375.

Background Color

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

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

This div background color is #9C8375.

Border color

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

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

This div border color is #9C8375.

Opacity

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

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

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

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

This text has shadow with #9C8375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8375.

Preview

Color preview on black background

This text has color #9C8375 on black background.


Color preview on white background

This text has color #9C8375 on white background.


Black color preview on #9C8375 background

This text has black color on #9C8375 background.


White color preview on #9C8375 background

This text has white color on #9C8375 background.


Related colors

Complementary color

Complementary color for #hex is #637C8A.


I love getcolorcode.com

Triadic colors

1 #759C83 and #83759C with #9C8375 are triadic colors.

2 #75839C and #839C75 with #9C8375 are triadic colors.