COLOR #9C8C7C

HEX: #9C8C7C RGB: (156,140,124)

Color info

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

RGB color model

#9C8C7C color RGB value is (156,140,124).

RGB: (156,140,124) (61%, 55%, 49%)

RGB channels and saturation

R 156 of 255 = 61%
G 140 of 255 = 55%
B 124 of 255 = 49%

156
140
124

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

Portions of RGB colors in percentages

R + G + B = 156 + 140 + 124 = 420 (100%)
R 156 of 420 ~ 37.14%
G 140 of 420 ~ 33.33%
B 124 of 420 ~ 29.52'%

%37.14
%33.33
%29.52

CMYK color model

#9C8C7C color CMYK value is (0,10,21,39).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 20.51%
  • key color value is 38.82%

CMYK: (0,10,21,39)
C0M10Y21K39 (0%, 10%, 21%, 39%)
(0.00 / 0.10 / 0.21 / 0.39)

CMYK percentages

%0
%10.26
%20.51
%38.82

Codes

Color #9C8C7C in popluar color models

9C 8C 7C
RGB 156 140 124
HSL 30° 13.91% 54.90%
HSB/HSV 30° 20.51% 61.18%
CMYK 0.00% 10.26% 20.51%
38.82%

Color #9C8C7C in popluar number systems.

HEX 9C 8C 7C
Decimal 156 140 124
Binary 10011100 10001100 1111100
Octal 234 214 174

Shades and tints

Shades of #9C8C7C

#9C8C7C
(156,140,124)
#8E8071
(142,128,113)
#807466
(128,116,102)
#72685B
(114,104,91)
#645C50
(100,92,80)
#565045
(86,80,69)
#48443A
(72,68,58)
#3A382F
(58,56,47)
#2C2C24
(44,44,36)
#1E2019
(30,32,25)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #9C8C7C

#9C8C7C
(156,140,124)
#A59687
(165,150,135)
#AEA092
(174,160,146)
#B7AA9D
(183,170,157)
#C0B4A8
(192,180,168)
#C9BEB3
(201,190,179)
#D2C8BE
(210,200,190)
#DBD2C9
(219,210,201)
#E4DCD4
(228,220,212)
#EDE6DF
(237,230,223)
#F6F0EA
(246,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8C7C color. Also use rgb(156,140,124) instead hex code.

Text Font Color

.myTextColor { color: #9C8C7C; }

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

This text font color is #9C8C7C.

Background Color

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

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

This div background color is #9C8C7C.

Border color

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

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

This div border color is #9C8C7C.

Opacity

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

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

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

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

This text has shadow with #9C8C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8C7C.

Preview

Color preview on black background

This text has color #9C8C7C on black background.


Color preview on white background

This text has color #9C8C7C on white background.


Black color preview on #9C8C7C background

This text has black color on #9C8C7C background.


White color preview on #9C8C7C background

This text has white color on #9C8C7C background.


Related colors

Complementary color

Complementary color for #hex is #637383.


I love getcolorcode.com

Triadic colors

1 #7C9C8C and #8C7C9C with #9C8C7C are triadic colors.

2 #7C8C9C and #8C9C7C with #9C8C7C are triadic colors.