COLOR #9C8A78

HEX: #9C8A78 RGB: (156,138,120)

Color info

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

RGB color model

#9C8A78 color RGB value is (156,138,120).

RGB: (156,138,120) (61%, 54%, 47%)

RGB channels and saturation

R 156 of 255 = 61%
G 138 of 255 = 54%
B 120 of 255 = 47%

156
138
120

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

Portions of RGB colors in percentages

R + G + B = 156 + 138 + 120 = 414 (100%)
R 156 of 414 ~ 37.68%
G 138 of 414 ~ 33.33%
B 120 of 414 ~ 28.99'%

%37.68
%33.33
%28.99

CMYK color model

#9C8A78 color CMYK value is (0,12,23,39).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 23.08%
  • key color value is 38.82%

CMYK: (0,12,23,39)
C0M12Y23K39 (0%, 12%, 23%, 39%)
(0.00 / 0.12 / 0.23 / 0.39)

CMYK percentages

%0
%11.54
%23.08
%38.82

Codes

Color #9C8A78 in popluar color models

9C 8A 78
RGB 156 138 120
HSL 30° 15.38% 54.12%
HSB/HSV 30° 23.08% 61.18%
CMYK 0.00% 11.54% 23.08%
38.82%

Color #9C8A78 in popluar number systems.

HEX 9C 8A 78
Decimal 156 138 120
Binary 10011100 10001010 1111000
Octal 234 212 170

Shades and tints

Shades of #9C8A78

#9C8A78
(156,138,120)
#8E7E6E
(142,126,110)
#807264
(128,114,100)
#72665A
(114,102,90)
#645A50
(100,90,80)
#564E46
(86,78,70)
#48423C
(72,66,60)
#3A3632
(58,54,50)
#2C2A28
(44,42,40)
#1E1E1E
(30,30,30)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #9C8A78

#9C8A78
(156,138,120)
#A59484
(165,148,132)
#AE9E90
(174,158,144)
#B7A89C
(183,168,156)
#C0B2A8
(192,178,168)
#C9BCB4
(201,188,180)
#D2C6C0
(210,198,192)
#DBD0CC
(219,208,204)
#E4DAD8
(228,218,216)
#EDE4E4
(237,228,228)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8A78 color. Also use rgb(156,138,120) instead hex code.

Text Font Color

.myTextColor { color: #9C8A78; }

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

This text font color is #9C8A78.

Background Color

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

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

This div background color is #9C8A78.

Border color

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

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

This div border color is #9C8A78.

Opacity

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

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

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

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

This text has shadow with #9C8A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8A78.

Preview

Color preview on black background

This text has color #9C8A78 on black background.


Color preview on white background

This text has color #9C8A78 on white background.


Black color preview on #9C8A78 background

This text has black color on #9C8A78 background.


White color preview on #9C8A78 background

This text has white color on #9C8A78 background.


Related colors

Complementary color

Complementary color for #hex is #637587.


I love getcolorcode.com

Triadic colors

1 #789C8A and #8A789C with #9C8A78 are triadic colors.

2 #788A9C and #8A9C78 with #9C8A78 are triadic colors.