COLOR #9C958A

HEX: #9C958A RGB: (156,149,138)

Color info

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

RGB color model

#9C958A color RGB value is (156,149,138).

RGB: (156,149,138) (61%, 58%, 54%)

RGB channels and saturation

R 156 of 255 = 61%
G 149 of 255 = 58%
B 138 of 255 = 54%

156
149
138

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

Portions of RGB colors in percentages

R + G + B = 156 + 149 + 138 = 443 (100%)
R 156 of 443 ~ 35.21%
G 149 of 443 ~ 33.63%
B 138 of 443 ~ 31.15'%

%35.21
%33.63
%31.15

CMYK color model

#9C958A color CMYK value is (0,4,12,39).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 11.54%
  • key color value is 38.82%
CMYK: (0,4,12,39) C0M4Y12K39 (0%,4%,12%,39%) (0.00/0.04/0.12/0.39) 

CMYK percentages

%0
%4.49
%11.54
%38.82

Codes

Color #9C958A in popluar color models

9C 95 8A
RGB 156 149 138
HSL 37° 8.33% 57.65%
HSB/HSV 37° 11.54% 61.18%
CMYK 0.00% 4.49% 11.54%
38.82%

Color #9C958A in popluar number systems.

HEX 9C 95 8A
Decimal 156 149 138
Binary 10011100 10010101 10001010
Octal 234 225 212

Shades and tints

Shades of #9C958A

#9C958A
(156,149,138)
#8E887E
(142,136,126)
#807B72
(128,123,114)
#726E66
(114,110,102)
#64615A
(100,97,90)
#56544E
(86,84,78)
#484742
(72,71,66)
#3A3A36
(58,58,54)
#2C2D2A
(44,45,42)
#1E201E
(30,32,30)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #9C958A

#9C958A
(156,149,138)
#A59E94
(165,158,148)
#AEA79E
(174,167,158)
#B7B0A8
(183,176,168)
#C0B9B2
(192,185,178)
#C9C2BC
(201,194,188)
#D2CBC6
(210,203,198)
#DBD4D0
(219,212,208)
#E4DDDA
(228,221,218)
#EDE6E4
(237,230,228)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C958A; }

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

This text font color is #9C958A.

Background Color

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

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

This div background color is #9C958A.

Border color

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

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

This div border color is #9C958A.

Opacity

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

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

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

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

This text has shadow with #9C958A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C958A.

Preview

Color preview on black background

This text has color #9C958A on black background.


Color preview on white background

This text has color #9C958A on white background.


Black color preview on #9C958A background

This text has black color on #9C958A background.


White color preview on #9C958A background

This text has white color on #9C958A background.


Related colors

Complementary color

Complementary color for #hex is #636A75.


I love getcolorcode.com

Triadic colors

1 #8A9C95 and #958A9C with #9C958A are triadic colors.

2 #8A959C and #959C8A with #9C958A are triadic colors.