COLOR #959A6B

HEX: #959A6B
RGB: (149,154,107)

Color info

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

RGB color model

#959A6B color RGB value is (149,154,107).

  • red value is 149;
  • green value is 154;
  • blue value is 107.
RGB:
(149,154,107)
(58%,60%,42%)

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 107 of 255 = 42%

149
154
107

R + G + B ~ 53%. #959A6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 107 = 410 (100%)
R 149 of 410 ~ 36.34%
G 154 of 410 ~ 37.56%
B 107 of 410 ~ 26.1%

%36.34
%37.56
%26.1

CMYK color model

#959A6B color CMYK value is (3,0,31,40).

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 30.52%
  • key color value is 39.61%
CMYK:
(3,0,31,40)
C3M0Y31K40 
(3%,0%,31%,40%)
(0.03/0.00/0.31/0.40)	

CMYK percentages

%3.25
%0
%30.52
%39.61

Codes

Color #959A6B in popluar color models

959A6B
RGB149154107
HSL66°18.88%51.18%
HSB/HSV66°30.52%60.39%
CMYK3.25%0.00%30.52%
39.61%

Color #959A6B in popluar number systems.

HEX959A6B
Decimal149154107
Binary10010101100110101101011
Octal225232153

Shades and tints

Shades of #959A6B

#959A6B
(149,154,107)
#888C62
(136,140,98)
#7B7E59
(123,126,89)
#6E7050
(110,112,80)
#616247
(97,98,71)
#54543E
(84,84,62)
#474635
(71,70,53)
#3A382C
(58,56,44)
#2D2A23
(45,42,35)
#201C1A
(32,28,26)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #959A6B

#959A6B
(149,154,107)
#9EA378
(158,163,120)
#A7AC85
(167,172,133)
#B0B592
(176,181,146)
#B9BE9F
(185,190,159)
#C2C7AC
(194,199,172)
#CBD0B9
(203,208,185)
#D4D9C6
(212,217,198)
#DDE2D3
(221,226,211)
#E6EBE0
(230,235,224)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959A6B color. Also use rgb(149,154,107) instead hex code.

Text Font Color

.myTextColor { color: #959A6B; }

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

This text font color is #959A6B.


Background Color

.myBgColor { background-color: #959A6B; }

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

This div background color is #959A6B.


Border color

.myBorderColor { border: 1px solid #959A6B; }

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

This div border color is #959A6B.


Opacity

.myOpacity80 { color: #959A6B; opacity: 0.8; }

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

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

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

This text has shadow with #959A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959A6B on black background.


Color preview on white background

This text has color #959A6B on white background.



Black color preview on #959A6B background

This text has black color on #959A6B background.


White color preview on #959A6B background

This text has white color on #959A6B background.