COLOR #958D7B

HEX: #958D7B
RGB: (149,141,123)

Color info

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

RGB color model

#958D7B color RGB value is (149,141,123).

  • red value is 149;
  • green value is 141;
  • blue value is 123.
RGB:
(149,141,123)
(58%,55%,48%)

RGB channels and saturation

R 149 of 255 = 58%
G 141 of 255 = 55%
B 123 of 255 = 48%

149
141
123

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

Portions of RGB colors in percentages

R + G + B =
149 + 141 + 123 = 413 (100%)
R 149 of 413 ~ 36.08%
G 141 of 413 ~ 34.14%
B 123 of 413 ~ 29.78%

%36.08
%34.14
%29.78

CMYK color model

#958D7B color CMYK value is (0,5,17,42).

  • cyan value is 0.00%
  • magenta value is 5.37%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK:
(0,5,17,42)
C0M5Y17K42 
(0%,5%,17%,42%)
(0.00/0.05/0.17/0.42)	

CMYK percentages

%0
%5.37
%17.45
%41.57

Codes

Color #958D7B in popluar color models

958D7B
RGB149141123
HSL42°10.92%53.33%
HSB/HSV42°17.45%58.43%
CMYK0.00%5.37%17.45%
41.57%

Color #958D7B in popluar number systems.

HEX958D7B
Decimal149141123
Binary10010101100011011111011
Octal225215173

Shades and tints

Shades of #958D7B

#958D7B
(149,141,123)
#888170
(136,129,112)
#7B7565
(123,117,101)
#6E695A
(110,105,90)
#615D4F
(97,93,79)
#545144
(84,81,68)
#474539
(71,69,57)
#3A392E
(58,57,46)
#2D2D23
(45,45,35)
#202118
(32,33,24)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #958D7B

#958D7B
(149,141,123)
#9E9787
(158,151,135)
#A7A193
(167,161,147)
#B0AB9F
(176,171,159)
#B9B5AB
(185,181,171)
#C2BFB7
(194,191,183)
#CBC9C3
(203,201,195)
#D4D3CF
(212,211,207)
#DDDDDB
(221,221,219)
#E6E7E7
(230,231,231)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958D7B color. Also use rgb(149,141,123) instead hex code.

Text Font Color

.myTextColor { color: #958D7B; }

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

This text font color is #958D7B.


Background Color

.myBgColor { background-color: #958D7B; }

<div style="background-color:#958D7B">Inner text</div>

This div background color is #958D7B.


Border color

.myBorderColor { border: 1px solid #958D7B; }

<div style="border:3px solid #958D7B">Div</div>

This div border color is #958D7B.


Opacity

.myOpacity80 { color: #958D7B; opacity: 0.8; }

<p style="color:#958D7B;opacity:0.8;">80%</p>

Text with #958D7B 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 #958D7B;}

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

This text has shadow with #958D7B color.

.textShadow {text-shadow: 3px 3px 1px #958D7B, 3px 3px 1px red;}

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

This text has shadow with #958D7B primary color and red secondary color.


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

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

This text has shadow with #958D7B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958D7B on black background.


Color preview on white background

This text has color #958D7B on white background.



Black color preview on #958D7B background

This text has black color on #958D7B background.


White color preview on #958D7B background

This text has white color on #958D7B background.