COLOR #9C8858

HEX: #9C8858
RGB: (156,136,88)

Color info

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

RGB color model

#9C8858 color RGB value is (156,136,88).

  • red value is 156;
  • green value is 136;
  • blue value is 88.
RGB:
(156,136,88)
(61%,53%,35%)

RGB channels and saturation

R 156 of 255 = 61%
G 136 of 255 = 53%
B 88 of 255 = 35%

156
136
88

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

Portions of RGB colors in percentages

R + G + B =
156 + 136 + 88 = 380 (100%)
R 156 of 380 ~ 41.05%
G 136 of 380 ~ 35.79%
B 88 of 380 ~ 23.16%

%41.05
%35.79
%23.16

CMYK color model

#9C8858 color CMYK value is (0,13,44,39).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 43.59%
  • key color value is 38.82%
CMYK:
(0,13,44,39)
C0M13Y44K39 
(0%,13%,44%,39%)
(0.00/0.13/0.44/0.39)	

CMYK percentages

%0
%12.82
%43.59
%38.82

Codes

Color #9C8858 in popluar color models

9C8858
RGB15613688
HSL42°27.87%47.84%
HSB/HSV42°43.59%61.18%
CMYK0.00%12.82%43.59%
38.82%

Color #9C8858 in popluar number systems.

HEX9C8858
Decimal15613688
Binary10011100100010001011000
Octal234210130

Shades and tints

Shades of #9C8858

#9C8858
(156,136,88)
#8E7C50
(142,124,80)
#807048
(128,112,72)
#726440
(114,100,64)
#645838
(100,88,56)
#564C30
(86,76,48)
#484028
(72,64,40)
#3A3420
(58,52,32)
#2C2818
(44,40,24)
#1E1C10
(30,28,16)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #9C8858

#9C8858
(156,136,88)
#A59267
(165,146,103)
#AE9C76
(174,156,118)
#B7A685
(183,166,133)
#C0B094
(192,176,148)
#C9BAA3
(201,186,163)
#D2C4B2
(210,196,178)
#DBCEC1
(219,206,193)
#E4D8D0
(228,216,208)
#EDE2DF
(237,226,223)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8858 color. Also use rgb(156,136,88) instead hex code.

Text Font Color

.myTextColor { color: #9C8858; }

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

This text font color is #9C8858.


Background Color

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

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

This div background color is #9C8858.


Border color

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

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

This div border color is #9C8858.


Opacity

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

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

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

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

This text has shadow with #9C8858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8858 on black background.


Color preview on white background

This text has color #9C8858 on white background.



Black color preview on #9C8858 background

This text has black color on #9C8858 background.


White color preview on #9C8858 background

This text has white color on #9C8858 background.