COLOR #9C8377

HEX: #9C8377 RGB: (156,131,119)

Color info

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

RGB color model

#9C8377 color RGB value is (156,131,119).

RGB: (156,131,119) (61%, 51%, 47%)

RGB channels and saturation

R 156 of 255 = 61%
G 131 of 255 = 51%
B 119 of 255 = 47%

156
131
119

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

Portions of RGB colors in percentages

R + G + B = 156 + 131 + 119 = 406 (100%)
R 156 of 406 ~ 38.42%
G 131 of 406 ~ 32.27%
B 119 of 406 ~ 29.31'%

%38.42
%32.27
%29.31

CMYK color model

#9C8377 color CMYK value is (0,16,24,39).

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

CMYK: (0,16,24,39)
C0M16Y24K39 (0%, 16%, 24%, 39%)
(0.00 / 0.16 / 0.24 / 0.39)

CMYK percentages

%0
%16.03
%23.72
%38.82

Codes

Color #9C8377 in popluar color models

9C 83 77
RGB 156 131 119
HSL 19° 15.74% 53.92%
HSB/HSV 19° 23.72% 61.18%
CMYK 0.00% 16.03% 23.72%
38.82%

Color #9C8377 in popluar number systems.

HEX 9C 83 77
Decimal 156 131 119
Binary 10011100 10000011 1110111
Octal 234 203 167

Shades and tints

Shades of #9C8377

#9C8377
(156,131,119)
#8E786D
(142,120,109)
#806D63
(128,109,99)
#726259
(114,98,89)
#64574F
(100,87,79)
#564C45
(86,76,69)
#48413B
(72,65,59)
#3A3631
(58,54,49)
#2C2B27
(44,43,39)
#1E201D
(30,32,29)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #9C8377

#9C8377
(156,131,119)
#A58E83
(165,142,131)
#AE998F
(174,153,143)
#B7A49B
(183,164,155)
#C0AFA7
(192,175,167)
#C9BAB3
(201,186,179)
#D2C5BF
(210,197,191)
#DBD0CB
(219,208,203)
#E4DBD7
(228,219,215)
#EDE6E3
(237,230,227)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8377; }

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

This text font color is #9C8377.

Background Color

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

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

This div background color is #9C8377.

Border color

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

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

This div border color is #9C8377.

Opacity

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

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

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

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

This text has shadow with #9C8377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8377.

Preview

Color preview on black background

This text has color #9C8377 on black background.


Color preview on white background

This text has color #9C8377 on white background.


Black color preview on #9C8377 background

This text has black color on #9C8377 background.


White color preview on #9C8377 background

This text has white color on #9C8377 background.


Related colors

Complementary color

Complementary color for #hex is #637C88.


I love getcolorcode.com

Triadic colors

1 #779C83 and #83779C with #9C8377 are triadic colors.

2 #77839C and #839C77 with #9C8377 are triadic colors.