COLOR #9C958C

HEX: #9C958C
RGB: (156,149,140)

Color info

#9C958C contains red, green and blue colors in about the same proportion. Web safe color of #9C958C is #999999 (or #999).

RGB color model

#9C958C color RGB value is (156,149,140).

  • red value is 156;
  • green value is 149;
  • blue value is 140.
RGB:
(156,149,140)
(61%,58%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 149 of 255 = 58%
B 140 of 255 = 55%

156
149
140

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

Portions of RGB colors in percentages

R + G + B =
156 + 149 + 140 = 445 (100%)
R 156 of 445 ~ 35.06%
G 149 of 445 ~ 33.48%
B 140 of 445 ~ 31.46%

%35.06
%33.48
%31.46

CMYK color model

#9C958C color CMYK value is (0,4,10,39).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 10.26%
  • key color value is 38.82%
CMYK:
(0,4,10,39)
C0M4Y10K39 
(0%,4%,10%,39%)
(0.00/0.04/0.10/0.39)	

CMYK percentages

%0
%4.49
%10.26
%38.82

Codes

Color #9C958C in popluar color models

9C958C
RGB156149140
HSL34°7.48%58.04%
HSB/HSV34°10.26%61.18%
CMYK0.00%4.49%10.26%
38.82%

Color #9C958C in popluar number systems.

HEX9C958C
Decimal156149140
Binary100111001001010110001100
Octal234225214

Shades and tints

Shades of #9C958C

#9C958C
(156,149,140)
#8E8880
(142,136,128)
#807B74
(128,123,116)
#726E68
(114,110,104)
#64615C
(100,97,92)
#565450
(86,84,80)
#484744
(72,71,68)
#3A3A38
(58,58,56)
#2C2D2C
(44,45,44)
#1E2020
(30,32,32)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #9C958C

#9C958C
(156,149,140)
#A59E96
(165,158,150)
#AEA7A0
(174,167,160)
#B7B0AA
(183,176,170)
#C0B9B4
(192,185,180)
#C9C2BE
(201,194,190)
#D2CBC8
(210,203,200)
#DBD4D2
(219,212,210)
#E4DDDC
(228,221,220)
#EDE6E6
(237,230,230)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C958C; }

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

This text font color is #9C958C.


Background Color

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

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

This div background color is #9C958C.


Border color

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

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

This div border color is #9C958C.


Opacity

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

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

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

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

This text has shadow with #9C958C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C958C on black background.


Color preview on white background

This text has color #9C958C on white background.



Black color preview on #9C958C background

This text has black color on #9C958C background.


White color preview on #9C958C background

This text has white color on #9C958C background.