COLOR #9C875E

HEX: #9C875E
RGB: (156,135,94)

Color info

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

RGB color model

#9C875E color RGB value is (156,135,94).

  • red value is 156;
  • green value is 135;
  • blue value is 94.
RGB:
(156,135,94)
(61%,53%,37%)

RGB channels and saturation

R 156 of 255 = 61%
G 135 of 255 = 53%
B 94 of 255 = 37%

156
135
94

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

Portions of RGB colors in percentages

R + G + B =
156 + 135 + 94 = 385 (100%)
R 156 of 385 ~ 40.52%
G 135 of 385 ~ 35.06%
B 94 of 385 ~ 24.42%

%40.52
%35.06
%24.42

CMYK color model

#9C875E color CMYK value is (0,13,40,39).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 39.74%
  • key color value is 38.82%
CMYK:
(0,13,40,39)
C0M13Y40K39 
(0%,13%,40%,39%)
(0.00/0.13/0.40/0.39)	

CMYK percentages

%0
%13.46
%39.74
%38.82

Codes

Color #9C875E in popluar color models

9C875E
RGB15613594
HSL40°24.80%49.02%
HSB/HSV40°39.74%61.18%
CMYK0.00%13.46%39.74%
38.82%

Color #9C875E in popluar number systems.

HEX9C875E
Decimal15613594
Binary10011100100001111011110
Octal234207136

Shades and tints

Shades of #9C875E

#9C875E
(156,135,94)
#8E7B56
(142,123,86)
#806F4E
(128,111,78)
#726346
(114,99,70)
#64573E
(100,87,62)
#564B36
(86,75,54)
#483F2E
(72,63,46)
#3A3326
(58,51,38)
#2C271E
(44,39,30)
#1E1B16
(30,27,22)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #9C875E

#9C875E
(156,135,94)
#A5916C
(165,145,108)
#AE9B7A
(174,155,122)
#B7A588
(183,165,136)
#C0AF96
(192,175,150)
#C9B9A4
(201,185,164)
#D2C3B2
(210,195,178)
#DBCDC0
(219,205,192)
#E4D7CE
(228,215,206)
#EDE1DC
(237,225,220)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C875E color. Also use rgb(156,135,94) instead hex code.

Text Font Color

.myTextColor { color: #9C875E; }

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

This text font color is #9C875E.


Background Color

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

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

This div background color is #9C875E.


Border color

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

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

This div border color is #9C875E.


Opacity

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

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

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

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

This text has shadow with #9C875E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C875E on black background.


Color preview on white background

This text has color #9C875E on white background.



Black color preview on #9C875E background

This text has black color on #9C875E background.


White color preview on #9C875E background

This text has white color on #9C875E background.