COLOR #959A6A

HEX: #959A6A
RGB: (149,154,106)

Color info

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

RGB color model

#959A6A color RGB value is (149,154,106).

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

RGB channels and saturation

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

149
154
106

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

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 106 = 409 (100%)
R 149 of 409 ~ 36.43%
G 154 of 409 ~ 37.65%
B 106 of 409 ~ 25.92%

%36.43
%37.65
%25.92

CMYK color model

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

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • 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
%31.17
%39.61

Codes

Color #959A6A in popluar color models

959A6A
RGB149154106
HSL66°19.20%50.98%
HSB/HSV66°31.17%60.39%
CMYK3.25%0.00%31.17%
39.61%

Color #959A6A in popluar number systems.

HEX959A6A
Decimal149154106
Binary10010101100110101101010
Octal225232152

Shades and tints

Shades of #959A6A

#959A6A
(149,154,106)
#888C61
(136,140,97)
#7B7E58
(123,126,88)
#6E704F
(110,112,79)
#616246
(97,98,70)
#54543D
(84,84,61)
#474634
(71,70,52)
#3A382B
(58,56,43)
#2D2A22
(45,42,34)
#201C19
(32,28,25)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #959A6A

#959A6A
(149,154,106)
#9EA377
(158,163,119)
#A7AC84
(167,172,132)
#B0B591
(176,181,145)
#B9BE9E
(185,190,158)
#C2C7AB
(194,199,171)
#CBD0B8
(203,208,184)
#D4D9C5
(212,217,197)
#DDE2D2
(221,226,210)
#E6EBDF
(230,235,223)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959A6A; }

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

This text font color is #959A6A.


Background Color

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

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

This div background color is #959A6A.


Border color

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

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

This div border color is #959A6A.


Opacity

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

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

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

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

This text has shadow with #959A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959A6A on black background.


Color preview on white background

This text has color #959A6A on white background.



Black color preview on #959A6A background

This text has black color on #959A6A background.


White color preview on #959A6A background

This text has white color on #959A6A background.