COLOR #959082

HEX: #959082
RGB: (149,144,130)

Color info

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

RGB color model

#959082 color RGB value is (149,144,130).

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

RGB channels and saturation

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

149
144
130

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

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 130 = 423 (100%)
R 149 of 423 ~ 35.22%
G 144 of 423 ~ 34.04%
B 130 of 423 ~ 30.73%

%35.22
%34.04
%30.73

CMYK color model

#959082 color CMYK value is (0,3,13,42).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 12.75%
  • key color value is 41.57%
CMYK:
(0,3,13,42)
C0M3Y13K42 
(0%,3%,13%,42%)
(0.00/0.03/0.13/0.42)	

CMYK percentages

%0
%3.36
%12.75
%41.57

Codes

Color #959082 in popluar color models

959082
RGB149144130
HSL44°8.23%54.71%
HSB/HSV44°12.75%58.43%
CMYK0.00%3.36%12.75%
41.57%

Color #959082 in popluar number systems.

HEX959082
Decimal149144130
Binary100101011001000010000010
Octal225220202

Shades and tints

Shades of #959082

#959082
(149,144,130)
#888377
(136,131,119)
#7B766C
(123,118,108)
#6E6961
(110,105,97)
#615C56
(97,92,86)
#544F4B
(84,79,75)
#474240
(71,66,64)
#3A3535
(58,53,53)
#2D282A
(45,40,42)
#201B1F
(32,27,31)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #959082

#959082
(149,144,130)
#9E9A8D
(158,154,141)
#A7A498
(167,164,152)
#B0AEA3
(176,174,163)
#B9B8AE
(185,184,174)
#C2C2B9
(194,194,185)
#CBCCC4
(203,204,196)
#D4D6CF
(212,214,207)
#DDE0DA
(221,224,218)
#E6EAE5
(230,234,229)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959082; }

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

This text font color is #959082.


Background Color

.myBgColor { background-color: #959082; }

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

This div background color is #959082.


Border color

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

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

This div border color is #959082.


Opacity

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

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

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

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

This text has shadow with #959082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959082 on black background.


Color preview on white background

This text has color #959082 on white background.



Black color preview on #959082 background

This text has black color on #959082 background.


White color preview on #959082 background

This text has white color on #959082 background.