COLOR #9C837F

HEX: #9C837F RGB: (156,131,127)

Color info

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

RGB color model

#9C837F color RGB value is (156,131,127).

RGB: (156,131,127) (61%, 51%, 50%)

RGB channels and saturation

R 156 of 255 = 61%
G 131 of 255 = 51%
B 127 of 255 = 50%

156
131
127

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

Portions of RGB colors in percentages

R + G + B = 156 + 131 + 127 = 414 (100%)
R 156 of 414 ~ 37.68%
G 131 of 414 ~ 31.64%
B 127 of 414 ~ 30.68'%

%37.68
%31.64
%30.68

CMYK color model

#9C837F color CMYK value is (0,16,19,39).

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

CMYK: (0,16,19,39)
C0M16Y19K39 (0%, 16%, 19%, 39%)
(0.00 / 0.16 / 0.19 / 0.39)

CMYK percentages

%0
%16.03
%18.59
%38.82

Codes

Color #9C837F in popluar color models

9C 83 7F
RGB 156 131 127
HSL 12.78% 55.49%
HSB/HSV 18.59% 61.18%
CMYK 0.00% 16.03% 18.59%
38.82%

Color #9C837F in popluar number systems.

HEX 9C 83 7F
Decimal 156 131 127
Binary 10011100 10000011 1111111
Octal 234 203 177

Shades and tints

Shades of #9C837F

#9C837F
(156,131,127)
#8E7874
(142,120,116)
#806D69
(128,109,105)
#72625E
(114,98,94)
#645753
(100,87,83)
#564C48
(86,76,72)
#48413D
(72,65,61)
#3A3632
(58,54,50)
#2C2B27
(44,43,39)
#1E201C
(30,32,28)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #9C837F

#9C837F
(156,131,127)
#A58E8A
(165,142,138)
#AE9995
(174,153,149)
#B7A4A0
(183,164,160)
#C0AFAB
(192,175,171)
#C9BAB6
(201,186,182)
#D2C5C1
(210,197,193)
#DBD0CC
(219,208,204)
#E4DBD7
(228,219,215)
#EDE6E2
(237,230,226)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C837F; }

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

This text font color is #9C837F.

Background Color

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

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

This div background color is #9C837F.

Border color

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

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

This div border color is #9C837F.

Opacity

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

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

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

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

This text has shadow with #9C837F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C837F.

Preview

Color preview on black background

This text has color #9C837F on black background.


Color preview on white background

This text has color #9C837F on white background.


Black color preview on #9C837F background

This text has black color on #9C837F background.


White color preview on #9C837F background

This text has white color on #9C837F background.


Related colors

Complementary color

Complementary color for #hex is #637C80.


I love getcolorcode.com

Triadic colors

1 #7F9C83 and #837F9C with #9C837F are triadic colors.

2 #7F839C and #839C7F with #9C837F are triadic colors.