COLOR #969C6F

HEX: #969C6F
RGB: (150,156,111)

Color info

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

RGB color model

#969C6F color RGB value is (150,156,111).

  • red value is 150;
  • green value is 156;
  • blue value is 111.
RGB:
(150,156,111)
(59%,61%,44%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 111 of 255 = 44%

150
156
111

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

Portions of RGB colors in percentages

R + G + B =
150 + 156 + 111 = 417 (100%)
R 150 of 417 ~ 35.97%
G 156 of 417 ~ 37.41%
B 111 of 417 ~ 26.62%

%35.97
%37.41
%26.62

CMYK color model

#969C6F color CMYK value is (4,0,29,39).

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

CMYK percentages

%3.85
%0
%28.85
%38.82

Codes

Color #969C6F in popluar color models

969C6F
RGB150156111
HSL68°18.52%52.35%
HSB/HSV68°28.85%61.18%
CMYK3.85%0.00%28.85%
38.82%

Color #969C6F in popluar number systems.

HEX969C6F
Decimal150156111
Binary10010110100111001101111
Octal226234157

Shades and tints

Shades of #969C6F

#969C6F
(150,156,111)
#898E65
(137,142,101)
#7C805B
(124,128,91)
#6F7251
(111,114,81)
#626447
(98,100,71)
#55563D
(85,86,61)
#484833
(72,72,51)
#3B3A29
(59,58,41)
#2E2C1F
(46,44,31)
#211E15
(33,30,21)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #969C6F

#969C6F
(150,156,111)
#9FA57C
(159,165,124)
#A8AE89
(168,174,137)
#B1B796
(177,183,150)
#BAC0A3
(186,192,163)
#C3C9B0
(195,201,176)
#CCD2BD
(204,210,189)
#D5DBCA
(213,219,202)
#DEE4D7
(222,228,215)
#E7EDE4
(231,237,228)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969C6F color. Also use rgb(150,156,111) instead hex code.

Text Font Color

.myTextColor { color: #969C6F; }

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

This text font color is #969C6F.


Background Color

.myBgColor { background-color: #969C6F; }

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

This div background color is #969C6F.


Border color

.myBorderColor { border: 1px solid #969C6F; }

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

This div border color is #969C6F.


Opacity

.myOpacity80 { color: #969C6F; opacity: 0.8; }

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

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

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

This text has shadow with #969C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969C6F on black background.


Color preview on white background

This text has color #969C6F on white background.



Black color preview on #969C6F background

This text has black color on #969C6F background.


White color preview on #969C6F background

This text has white color on #969C6F background.