COLOR #959B7A

HEX: #959B7A
RGB: (149,155,122)

Color info

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

RGB color model

#959B7A color RGB value is (149,155,122).

  • red value is 149;
  • green value is 155;
  • blue value is 122.
RGB:
(149,155,122)
(58%,61%,48%)

RGB channels and saturation

R 149 of 255 = 58%
G 155 of 255 = 61%
B 122 of 255 = 48%

149
155
122

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

Portions of RGB colors in percentages

R + G + B =
149 + 155 + 122 = 426 (100%)
R 149 of 426 ~ 34.98%
G 155 of 426 ~ 36.38%
B 122 of 426 ~ 28.64%

%34.98
%36.38
%28.64

CMYK color model

#959B7A color CMYK value is (4,0,21,39).

  • cyan value is 3.87%
  • magenta value is 0.00%
  • yellow value is 21.29%
  • key color value is 39.22%
CMYK:
(4,0,21,39)
C4M0Y21K39 
(4%,0%,21%,39%)
(0.04/0.00/0.21/0.39)	

CMYK percentages

%3.87
%0
%21.29
%39.22

Codes

Color #959B7A in popluar color models

959B7A
RGB149155122
HSL71°14.16%54.31%
HSB/HSV71°21.29%60.78%
CMYK3.87%0.00%21.29%
39.22%

Color #959B7A in popluar number systems.

HEX959B7A
Decimal149155122
Binary10010101100110111111010
Octal225233172

Shades and tints

Shades of #959B7A

#959B7A
(149,155,122)
#888D6F
(136,141,111)
#7B7F64
(123,127,100)
#6E7159
(110,113,89)
#61634E
(97,99,78)
#545543
(84,85,67)
#474738
(71,71,56)
#3A392D
(58,57,45)
#2D2B22
(45,43,34)
#201D17
(32,29,23)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #959B7A

#959B7A
(149,155,122)
#9EA486
(158,164,134)
#A7AD92
(167,173,146)
#B0B69E
(176,182,158)
#B9BFAA
(185,191,170)
#C2C8B6
(194,200,182)
#CBD1C2
(203,209,194)
#D4DACE
(212,218,206)
#DDE3DA
(221,227,218)
#E6ECE6
(230,236,230)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959B7A; }

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

This text font color is #959B7A.


Background Color

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

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

This div background color is #959B7A.


Border color

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

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

This div border color is #959B7A.


Opacity

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

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

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

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

This text has shadow with #959B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959B7A on black background.


Color preview on white background

This text has color #959B7A on white background.



Black color preview on #959B7A background

This text has black color on #959B7A background.


White color preview on #959B7A background

This text has white color on #959B7A background.