COLOR #959A7A

HEX: #959A7A RGB: (149,154,122)

Color info

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

RGB color model

#959A7A color RGB value is (149,154,122).

RGB: (149,154,122) (58%, 60%, 48%)

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 122 of 255 = 48%

149
154
122

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

Portions of RGB colors in percentages

R + G + B = 149 + 154 + 122 = 425 (100%)
R 149 of 425 ~ 35.06%
G 154 of 425 ~ 36.24%
B 122 of 425 ~ 28.71'%

%35.06
%36.24
%28.71

CMYK color model

#959A7A color CMYK value is (3,0,21,40).

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 39.61%

CMYK: (3,0,21,40)
C3M0Y21K40 (3%, 0%, 21%, 40%)
(0.03 / 0.00 / 0.21 / 0.40)

CMYK percentages

%3.25
%0
%20.78
%39.61

Codes

Color #959A7A in popluar color models

95 9A 7A
RGB 149 154 122
HSL 69° 13.68% 54.12%
HSB/HSV 69° 20.78% 60.39%
CMYK 3.25% 0.00% 20.78%
39.61%

Color #959A7A in popluar number systems.

HEX 95 9A 7A
Decimal 149 154 122
Binary 10010101 10011010 1111010
Octal 225 232 172

Shades and tints

Shades of #959A7A

#959A7A
(149,154,122)
#888C6F
(136,140,111)
#7B7E64
(123,126,100)
#6E7059
(110,112,89)
#61624E
(97,98,78)
#545443
(84,84,67)
#474638
(71,70,56)
#3A382D
(58,56,45)
#2D2A22
(45,42,34)
#201C17
(32,28,23)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #959A7A

#959A7A
(149,154,122)
#9EA386
(158,163,134)
#A7AC92
(167,172,146)
#B0B59E
(176,181,158)
#B9BEAA
(185,190,170)
#C2C7B6
(194,199,182)
#CBD0C2
(203,208,194)
#D4D9CE
(212,217,206)
#DDE2DA
(221,226,218)
#E6EBE6
(230,235,230)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959A7A; }

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

This text font color is #959A7A.

Background Color

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

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

This div background color is #959A7A.

Border color

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

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

This div border color is #959A7A.

Opacity

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

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

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

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

This text has shadow with #959A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959A7A.

Preview

Color preview on black background

This text has color #959A7A on black background.


Color preview on white background

This text has color #959A7A on white background.


Black color preview on #959A7A background

This text has black color on #959A7A background.


White color preview on #959A7A background

This text has white color on #959A7A background.


Related colors

Complementary color

Complementary color for #hex is #6A6585.


I love getcolorcode.com

Triadic colors

1 #7A959A and #9A7A95 with #959A7A are triadic colors.

2 #7A9A95 and #9A957A with #959A7A are triadic colors.