COLOR #9C895D

HEX: #9C895D
RGB: (156,137,93)

Color info

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

RGB color model

#9C895D color RGB value is (156,137,93).

  • red value is 156;
  • green value is 137;
  • blue value is 93.
RGB:
(156,137,93)
(61%,54%,36%)

RGB channels and saturation

R 156 of 255 = 61%
G 137 of 255 = 54%
B 93 of 255 = 36%

156
137
93

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

Portions of RGB colors in percentages

R + G + B =
156 + 137 + 93 = 386 (100%)
R 156 of 386 ~ 40.41%
G 137 of 386 ~ 35.49%
B 93 of 386 ~ 24.09%

%40.41
%35.49
%24.09

CMYK color model

#9C895D color CMYK value is (0,12,40,39).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 40.38%
  • key color value is 38.82%
CMYK:
(0,12,40,39)
C0M12Y40K39 
(0%,12%,40%,39%)
(0.00/0.12/0.40/0.39)	

CMYK percentages

%0
%12.18
%40.38
%38.82

Codes

Color #9C895D in popluar color models

9C895D
RGB15613793
HSL42°25.30%48.82%
HSB/HSV42°40.38%61.18%
CMYK0.00%12.18%40.38%
38.82%

Color #9C895D in popluar number systems.

HEX9C895D
Decimal15613793
Binary10011100100010011011101
Octal234211135

Shades and tints

Shades of #9C895D

#9C895D
(156,137,93)
#8E7D55
(142,125,85)
#80714D
(128,113,77)
#726545
(114,101,69)
#64593D
(100,89,61)
#564D35
(86,77,53)
#48412D
(72,65,45)
#3A3525
(58,53,37)
#2C291D
(44,41,29)
#1E1D15
(30,29,21)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #9C895D

#9C895D
(156,137,93)
#A5936B
(165,147,107)
#AE9D79
(174,157,121)
#B7A787
(183,167,135)
#C0B195
(192,177,149)
#C9BBA3
(201,187,163)
#D2C5B1
(210,197,177)
#DBCFBF
(219,207,191)
#E4D9CD
(228,217,205)
#EDE3DB
(237,227,219)
#F6EDE9
(246,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C895D color. Also use rgb(156,137,93) instead hex code.

Text Font Color

.myTextColor { color: #9C895D; }

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

This text font color is #9C895D.


Background Color

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

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

This div background color is #9C895D.


Border color

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

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

This div border color is #9C895D.


Opacity

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

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

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

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

This text has shadow with #9C895D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C895D on black background.


Color preview on white background

This text has color #9C895D on white background.



Black color preview on #9C895D background

This text has black color on #9C895D background.


White color preview on #9C895D background

This text has white color on #9C895D background.