COLOR #959A79

HEX: #959A79
RGB: (149,154,121)

Color info

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

RGB color model

#959A79 color RGB value is (149,154,121).

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

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 121 of 255 = 47%

149
154
121

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

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 121 = 424 (100%)
R 149 of 424 ~ 35.14%
G 154 of 424 ~ 36.32%
B 121 of 424 ~ 28.54%

%35.14
%36.32
%28.54

CMYK color model

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

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

Codes

Color #959A79 in popluar color models

959A79
RGB149154121
HSL69°14.04%53.92%
HSB/HSV69°21.43%60.39%
CMYK3.25%0.00%21.43%
39.61%

Color #959A79 in popluar number systems.

HEX959A79
Decimal149154121
Binary10010101100110101111001
Octal225232171

Shades and tints

Shades of #959A79

#959A79
(149,154,121)
#888C6E
(136,140,110)
#7B7E63
(123,126,99)
#6E7058
(110,112,88)
#61624D
(97,98,77)
#545442
(84,84,66)
#474637
(71,70,55)
#3A382C
(58,56,44)
#2D2A21
(45,42,33)
#201C16
(32,28,22)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #959A79

#959A79
(149,154,121)
#9EA385
(158,163,133)
#A7AC91
(167,172,145)
#B0B59D
(176,181,157)
#B9BEA9
(185,190,169)
#C2C7B5
(194,199,181)
#CBD0C1
(203,208,193)
#D4D9CD
(212,217,205)
#DDE2D9
(221,226,217)
#E6EBE5
(230,235,229)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959A79; }

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

This text font color is #959A79.


Background Color

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

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

This div background color is #959A79.


Border color

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

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

This div border color is #959A79.


Opacity

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

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

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

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

This text has shadow with #959A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959A79 on black background.


Color preview on white background

This text has color #959A79 on white background.



Black color preview on #959A79 background

This text has black color on #959A79 background.


White color preview on #959A79 background

This text has white color on #959A79 background.