COLOR #959083

HEX: #959083
RGB: (149,144,131)

Color info

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

RGB color model

#959083 color RGB value is (149,144,131).

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

RGB channels and saturation

R 149 of 255 = 58%
G 144 of 255 = 56%
B 131 of 255 = 51%

149
144
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 131 = 424 (100%)
R 149 of 424 ~ 35.14%
G 144 of 424 ~ 33.96%
B 131 of 424 ~ 30.9%

%35.14
%33.96
%30.9

CMYK color model

#959083 color CMYK value is (0,3,12,42).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 12.08%
  • key color value is 41.57%
CMYK:
(0,3,12,42)
C0M3Y12K42 
(0%,3%,12%,42%)
(0.00/0.03/0.12/0.42)	

CMYK percentages

%0
%3.36
%12.08
%41.57

Codes

Color #959083 in popluar color models

959083
RGB149144131
HSL43°7.83%54.90%
HSB/HSV43°12.08%58.43%
CMYK0.00%3.36%12.08%
41.57%

Color #959083 in popluar number systems.

HEX959083
Decimal149144131
Binary100101011001000010000011
Octal225220203

Shades and tints

Shades of #959083

#959083
(149,144,131)
#888378
(136,131,120)
#7B766D
(123,118,109)
#6E6962
(110,105,98)
#615C57
(97,92,87)
#544F4C
(84,79,76)
#474241
(71,66,65)
#3A3536
(58,53,54)
#2D282B
(45,40,43)
#201B20
(32,27,32)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #959083

#959083
(149,144,131)
#9E9A8E
(158,154,142)
#A7A499
(167,164,153)
#B0AEA4
(176,174,164)
#B9B8AF
(185,184,175)
#C2C2BA
(194,194,186)
#CBCCC5
(203,204,197)
#D4D6D0
(212,214,208)
#DDE0DB
(221,224,219)
#E6EAE6
(230,234,230)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959083; }

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

This text font color is #959083.


Background Color

.myBgColor { background-color: #959083; }

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

This div background color is #959083.


Border color

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

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

This div border color is #959083.


Opacity

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

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

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

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

This text has shadow with #959083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959083 on black background.


Color preview on white background

This text has color #959083 on white background.



Black color preview on #959083 background

This text has black color on #959083 background.


White color preview on #959083 background

This text has white color on #959083 background.