COLOR #958D82

HEX: #958D82
RGB: (149,141,130)

Color info

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

RGB color model

#958D82 color RGB value is (149,141,130).

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

RGB channels and saturation

R 149 of 255 = 58%
G 141 of 255 = 55%
B 130 of 255 = 51%

149
141
130

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

Portions of RGB colors in percentages

R + G + B =
149 + 141 + 130 = 420 (100%)
R 149 of 420 ~ 35.48%
G 141 of 420 ~ 33.57%
B 130 of 420 ~ 30.95%

%35.48
%33.57
%30.95

CMYK color model

#958D82 color CMYK value is (0,5,13,42).

  • cyan value is 0.00%
  • magenta value is 5.37%
  • yellow value is 12.75%
  • key color value is 41.57%
CMYK:
(0,5,13,42)
C0M5Y13K42 
(0%,5%,13%,42%)
(0.00/0.05/0.13/0.42)	

CMYK percentages

%0
%5.37
%12.75
%41.57

Codes

Color #958D82 in popluar color models

958D82
RGB149141130
HSL35°8.23%54.71%
HSB/HSV35°12.75%58.43%
CMYK0.00%5.37%12.75%
41.57%

Color #958D82 in popluar number systems.

HEX958D82
Decimal149141130
Binary100101011000110110000010
Octal225215202

Shades and tints

Shades of #958D82

#958D82
(149,141,130)
#888177
(136,129,119)
#7B756C
(123,117,108)
#6E6961
(110,105,97)
#615D56
(97,93,86)
#54514B
(84,81,75)
#474540
(71,69,64)
#3A3935
(58,57,53)
#2D2D2A
(45,45,42)
#20211F
(32,33,31)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #958D82

#958D82
(149,141,130)
#9E978D
(158,151,141)
#A7A198
(167,161,152)
#B0ABA3
(176,171,163)
#B9B5AE
(185,181,174)
#C2BFB9
(194,191,185)
#CBC9C4
(203,201,196)
#D4D3CF
(212,211,207)
#DDDDDA
(221,221,218)
#E6E7E5
(230,231,229)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958D82; }

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

This text font color is #958D82.


Background Color

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

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

This div background color is #958D82.


Border color

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

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

This div border color is #958D82.


Opacity

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

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

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

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

This text has shadow with #958D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958D82 on black background.


Color preview on white background

This text has color #958D82 on white background.



Black color preview on #958D82 background

This text has black color on #958D82 background.


White color preview on #958D82 background

This text has white color on #958D82 background.