COLOR #958983

HEX: #958983
RGB: (149,137,131)

Color info

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

RGB color model

#958983 color RGB value is (149,137,131).

  • red value is 149;
  • green value is 137;
  • blue value is 131.
RGB:
(149,137,131)
(58%,54%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 131 of 255 = 51%

149
137
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 131 = 417 (100%)
R 149 of 417 ~ 35.73%
G 137 of 417 ~ 32.85%
B 131 of 417 ~ 31.41%

%35.73
%32.85
%31.41

CMYK color model

#958983 color CMYK value is (0,8,12,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 12.08%
  • key color value is 41.57%
CMYK:
(0,8,12,42)
C0M8Y12K42 
(0%,8%,12%,42%)
(0.00/0.08/0.12/0.42)	

CMYK percentages

%0
%8.05
%12.08
%41.57

Codes

Color #958983 in popluar color models

958983
RGB149137131
HSL20°7.83%54.90%
HSB/HSV20°12.08%58.43%
CMYK0.00%8.05%12.08%
41.57%

Color #958983 in popluar number systems.

HEX958983
Decimal149137131
Binary100101011000100110000011
Octal225211203

Shades and tints

Shades of #958983

#958983
(149,137,131)
#887D78
(136,125,120)
#7B716D
(123,113,109)
#6E6562
(110,101,98)
#615957
(97,89,87)
#544D4C
(84,77,76)
#474141
(71,65,65)
#3A3536
(58,53,54)
#2D292B
(45,41,43)
#201D20
(32,29,32)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #958983

#958983
(149,137,131)
#9E938E
(158,147,142)
#A79D99
(167,157,153)
#B0A7A4
(176,167,164)
#B9B1AF
(185,177,175)
#C2BBBA
(194,187,186)
#CBC5C5
(203,197,197)
#D4CFD0
(212,207,208)
#DDD9DB
(221,217,219)
#E6E3E6
(230,227,230)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958983 color. Also use rgb(149,137,131) instead hex code.

Text Font Color

.myTextColor { color: #958983; }

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

This text font color is #958983.


Background Color

.myBgColor { background-color: #958983; }

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

This div background color is #958983.


Border color

.myBorderColor { border: 1px solid #958983; }

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

This div border color is #958983.


Opacity

.myOpacity80 { color: #958983; opacity: 0.8; }

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

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

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

This text has shadow with #958983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958983 on black background.


Color preview on white background

This text has color #958983 on white background.



Black color preview on #958983 background

This text has black color on #958983 background.


White color preview on #958983 background

This text has white color on #958983 background.