COLOR #959B6F

HEX: #959B6F
RGB: (149,155,111)

Color info

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

RGB color model

#959B6F color RGB value is (149,155,111).

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

RGB channels and saturation

R 149 of 255 = 58%
G 155 of 255 = 61%
B 111 of 255 = 44%

149
155
111

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

Portions of RGB colors in percentages

R + G + B =
149 + 155 + 111 = 415 (100%)
R 149 of 415 ~ 35.9%
G 155 of 415 ~ 37.35%
B 111 of 415 ~ 26.75%

%35.9
%37.35
%26.75

CMYK color model

#959B6F color CMYK value is (4,0,28,39).

  • cyan value is 3.87%
  • magenta value is 0.00%
  • yellow value is 28.39%
  • key color value is 39.22%
CMYK:
(4,0,28,39)
C4M0Y28K39 
(4%,0%,28%,39%)
(0.04/0.00/0.28/0.39)	

CMYK percentages

%3.87
%0
%28.39
%39.22

Codes

Color #959B6F in popluar color models

959B6F
RGB149155111
HSL68°18.03%52.16%
HSB/HSV68°28.39%60.78%
CMYK3.87%0.00%28.39%
39.22%

Color #959B6F in popluar number systems.

HEX959B6F
Decimal149155111
Binary10010101100110111101111
Octal225233157

Shades and tints

Shades of #959B6F

#959B6F
(149,155,111)
#888D65
(136,141,101)
#7B7F5B
(123,127,91)
#6E7151
(110,113,81)
#616347
(97,99,71)
#54553D
(84,85,61)
#474733
(71,71,51)
#3A3929
(58,57,41)
#2D2B1F
(45,43,31)
#201D15
(32,29,21)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #959B6F

#959B6F
(149,155,111)
#9EA47C
(158,164,124)
#A7AD89
(167,173,137)
#B0B696
(176,182,150)
#B9BFA3
(185,191,163)
#C2C8B0
(194,200,176)
#CBD1BD
(203,209,189)
#D4DACA
(212,218,202)
#DDE3D7
(221,227,215)
#E6ECE4
(230,236,228)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959B6F; }

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

This text font color is #959B6F.


Background Color

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

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

This div background color is #959B6F.


Border color

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

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

This div border color is #959B6F.


Opacity

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

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

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

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

This text has shadow with #959B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959B6F on black background.


Color preview on white background

This text has color #959B6F on white background.



Black color preview on #959B6F background

This text has black color on #959B6F background.


White color preview on #959B6F background

This text has white color on #959B6F background.