COLOR #9D958A

HEX: #9D958A
RGB: (157,149,138)

Color info

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

RGB color model

#9D958A color RGB value is (157,149,138).

  • red value is 157;
  • green value is 149;
  • blue value is 138.
RGB:
(157,149,138)
(62%,58%,54%)

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 138 of 255 = 54%

157
149
138

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

Portions of RGB colors in percentages

R + G + B =
157 + 149 + 138 = 444 (100%)
R 157 of 444 ~ 35.36%
G 149 of 444 ~ 33.56%
B 138 of 444 ~ 31.08%

%35.36
%33.56
%31.08

CMYK color model

#9D958A color CMYK value is (0,5,12,38).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 12.10%
  • key color value is 38.43%
CMYK:
(0,5,12,38)
C0M5Y12K38 
(0%,5%,12%,38%)
(0.00/0.05/0.12/0.38)	

CMYK percentages

%0
%5.1
%12.1
%38.43

Codes

Color #9D958A in popluar color models

9D958A
RGB157149138
HSL35°8.84%57.84%
HSB/HSV35°12.10%61.57%
CMYK0.00%5.10%12.10%
38.43%

Color #9D958A in popluar number systems.

HEX9D958A
Decimal157149138
Binary100111011001010110001010
Octal235225212

Shades and tints

Shades of #9D958A

#9D958A
(157,149,138)
#8F887E
(143,136,126)
#817B72
(129,123,114)
#736E66
(115,110,102)
#65615A
(101,97,90)
#57544E
(87,84,78)
#494742
(73,71,66)
#3B3A36
(59,58,54)
#2D2D2A
(45,45,42)
#1F201E
(31,32,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #9D958A

#9D958A
(157,149,138)
#A59E94
(165,158,148)
#ADA79E
(173,167,158)
#B5B0A8
(181,176,168)
#BDB9B2
(189,185,178)
#C5C2BC
(197,194,188)
#CDCBC6
(205,203,198)
#D5D4D0
(213,212,208)
#DDDDDA
(221,221,218)
#E5E6E4
(229,230,228)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D958A; }

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

This text font color is #9D958A.


Background Color

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

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

This div background color is #9D958A.


Border color

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

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

This div border color is #9D958A.


Opacity

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

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

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

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

This text has shadow with #9D958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D958A on black background.


Color preview on white background

This text has color #9D958A on white background.



Black color preview on #9D958A background

This text has black color on #9D958A background.


White color preview on #9D958A background

This text has white color on #9D958A background.