COLOR #9C835C

HEX: #9C835C RGB: (156,131,92)

Color info

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

RGB color model

#9C835C color RGB value is (156,131,92).

RGB: (156,131,92) (61%, 51%, 36%)

RGB channels and saturation

R 156 of 255 = 61%
G 131 of 255 = 51%
B 92 of 255 = 36%

156
131
92

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

Portions of RGB colors in percentages

R + G + B = 156 + 131 + 92 = 379 (100%)
R 156 of 379 ~ 41.16%
G 131 of 379 ~ 34.56%
B 92 of 379 ~ 24.27'%

%41.16
%34.56
%24.27

CMYK color model

#9C835C color CMYK value is (0,16,41,39).

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

CMYK: (0,16,41,39)
C0M16Y41K39 (0%, 16%, 41%, 39%)
(0.00 / 0.16 / 0.41 / 0.39)

CMYK percentages

%0
%16.03
%41.03
%38.82

Codes

Color #9C835C in popluar color models

9C 83 5C
RGB 156 131 92
HSL 37° 25.81% 48.63%
HSB/HSV 37° 41.03% 61.18%
CMYK 0.00% 16.03% 41.03%
38.82%

Color #9C835C in popluar number systems.

HEX 9C 83 5C
Decimal 156 131 92
Binary 10011100 10000011 1011100
Octal 234 203 134

Shades and tints

Shades of #9C835C

#9C835C
(156,131,92)
#8E7854
(142,120,84)
#806D4C
(128,109,76)
#726244
(114,98,68)
#64573C
(100,87,60)
#564C34
(86,76,52)
#48412C
(72,65,44)
#3A3624
(58,54,36)
#2C2B1C
(44,43,28)
#1E2014
(30,32,20)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #9C835C

#9C835C
(156,131,92)
#A58E6A
(165,142,106)
#AE9978
(174,153,120)
#B7A486
(183,164,134)
#C0AF94
(192,175,148)
#C9BAA2
(201,186,162)
#D2C5B0
(210,197,176)
#DBD0BE
(219,208,190)
#E4DBCC
(228,219,204)
#EDE6DA
(237,230,218)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C835C; }

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

This text font color is #9C835C.

Background Color

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

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

This div background color is #9C835C.

Border color

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

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

This div border color is #9C835C.

Opacity

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

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

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

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

This text has shadow with #9C835C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C835C.

Preview

Color preview on black background

This text has color #9C835C on black background.


Color preview on white background

This text has color #9C835C on white background.


Black color preview on #9C835C background

This text has black color on #9C835C background.


White color preview on #9C835C background

This text has white color on #9C835C background.


Related colors

Complementary color

Complementary color for #hex is #637CA3.


I love getcolorcode.com

Triadic colors

1 #5C9C83 and #835C9C with #9C835C are triadic colors.

2 #5C839C and #839C5C with #9C835C are triadic colors.