COLOR #959076

HEX: #959076
RGB: (149,144,118)

Color info

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

RGB color model

#959076 color RGB value is (149,144,118).

  • red value is 149;
  • green value is 144;
  • blue value is 118.
RGB:
(149,144,118)
(58%,56%,46%)

RGB channels and saturation

R 149 of 255 = 58%
G 144 of 255 = 56%
B 118 of 255 = 46%

149
144
118

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

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 118 = 411 (100%)
R 149 of 411 ~ 36.25%
G 144 of 411 ~ 35.04%
B 118 of 411 ~ 28.71%

%36.25
%35.04
%28.71

CMYK color model

#959076 color CMYK value is (0,3,21,42).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 20.81%
  • key color value is 41.57%
CMYK:
(0,3,21,42)
C0M3Y21K42 
(0%,3%,21%,42%)
(0.00/0.03/0.21/0.42)	

CMYK percentages

%0
%3.36
%20.81
%41.57

Codes

Color #959076 in popluar color models

959076
RGB149144118
HSL50°12.76%52.35%
HSB/HSV50°20.81%58.43%
CMYK0.00%3.36%20.81%
41.57%

Color #959076 in popluar number systems.

HEX959076
Decimal149144118
Binary10010101100100001110110
Octal225220166

Shades and tints

Shades of #959076

#959076
(149,144,118)
#88836C
(136,131,108)
#7B7662
(123,118,98)
#6E6958
(110,105,88)
#615C4E
(97,92,78)
#544F44
(84,79,68)
#47423A
(71,66,58)
#3A3530
(58,53,48)
#2D2826
(45,40,38)
#201B1C
(32,27,28)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #959076

#959076
(149,144,118)
#9E9A82
(158,154,130)
#A7A48E
(167,164,142)
#B0AE9A
(176,174,154)
#B9B8A6
(185,184,166)
#C2C2B2
(194,194,178)
#CBCCBE
(203,204,190)
#D4D6CA
(212,214,202)
#DDE0D6
(221,224,214)
#E6EAE2
(230,234,226)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959076 color. Also use rgb(149,144,118) instead hex code.

Text Font Color

.myTextColor { color: #959076; }

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

This text font color is #959076.


Background Color

.myBgColor { background-color: #959076; }

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

This div background color is #959076.


Border color

.myBorderColor { border: 1px solid #959076; }

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

This div border color is #959076.


Opacity

.myOpacity80 { color: #959076; opacity: 0.8; }

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

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

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

This text has shadow with #959076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959076 on black background.


Color preview on white background

This text has color #959076 on white background.



Black color preview on #959076 background

This text has black color on #959076 background.


White color preview on #959076 background

This text has white color on #959076 background.