COLOR #959B6E

HEX: #959B6E
RGB: (149,155,110)

Color info

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

RGB color model

#959B6E color RGB value is (149,155,110).

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

RGB channels and saturation

R 149 of 255 = 58%
G 155 of 255 = 61%
B 110 of 255 = 43%

149
155
110

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

Portions of RGB colors in percentages

R + G + B =
149 + 155 + 110 = 414 (100%)
R 149 of 414 ~ 35.99%
G 155 of 414 ~ 37.44%
B 110 of 414 ~ 26.57%

%35.99
%37.44
%26.57

CMYK color model

#959B6E color CMYK value is (4,0,29,39).

  • cyan value is 3.87%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 39.22%
CMYK:
(4,0,29,39)
C4M0Y29K39 
(4%,0%,29%,39%)
(0.04/0.00/0.29/0.39)	

CMYK percentages

%3.87
%0
%29.03
%39.22

Codes

Color #959B6E in popluar color models

959B6E
RGB149155110
HSL68°18.37%51.96%
HSB/HSV68°29.03%60.78%
CMYK3.87%0.00%29.03%
39.22%

Color #959B6E in popluar number systems.

HEX959B6E
Decimal149155110
Binary10010101100110111101110
Octal225233156

Shades and tints

Shades of #959B6E

#959B6E
(149,155,110)
#888D64
(136,141,100)
#7B7F5A
(123,127,90)
#6E7150
(110,113,80)
#616346
(97,99,70)
#54553C
(84,85,60)
#474732
(71,71,50)
#3A3928
(58,57,40)
#2D2B1E
(45,43,30)
#201D14
(32,29,20)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #959B6E

#959B6E
(149,155,110)
#9EA47B
(158,164,123)
#A7AD88
(167,173,136)
#B0B695
(176,182,149)
#B9BFA2
(185,191,162)
#C2C8AF
(194,200,175)
#CBD1BC
(203,209,188)
#D4DAC9
(212,218,201)
#DDE3D6
(221,227,214)
#E6ECE3
(230,236,227)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959B6E; }

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

This text font color is #959B6E.


Background Color

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

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

This div background color is #959B6E.


Border color

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

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

This div border color is #959B6E.


Opacity

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

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

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

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

This text has shadow with #959B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959B6E on black background.


Color preview on white background

This text has color #959B6E on white background.



Black color preview on #959B6E background

This text has black color on #959B6E background.


White color preview on #959B6E background

This text has white color on #959B6E background.