COLOR #969A77

HEX: #969A77
RGB: (150,154,119)

Color info

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

RGB color model

#969A77 color RGB value is (150,154,119).

  • red value is 150;
  • green value is 154;
  • blue value is 119.
RGB:
(150,154,119)
(59%,60%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 154 of 255 = 60%
B 119 of 255 = 47%

150
154
119

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

Portions of RGB colors in percentages

R + G + B =
150 + 154 + 119 = 423 (100%)
R 150 of 423 ~ 35.46%
G 154 of 423 ~ 36.41%
B 119 of 423 ~ 28.13%

%35.46
%36.41
%28.13

CMYK color model

#969A77 color CMYK value is (3,0,23,40).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 39.61%
CMYK:
(3,0,23,40)
C3M0Y23K40 
(3%,0%,23%,40%)
(0.03/0.00/0.23/0.40)	

CMYK percentages

%2.6
%0
%22.73
%39.61

Codes

Color #969A77 in popluar color models

969A77
RGB150154119
HSL67°14.77%53.53%
HSB/HSV67°22.73%60.39%
CMYK2.60%0.00%22.73%
39.61%

Color #969A77 in popluar number systems.

HEX969A77
Decimal150154119
Binary10010110100110101110111
Octal226232167

Shades and tints

Shades of #969A77

#969A77
(150,154,119)
#898C6D
(137,140,109)
#7C7E63
(124,126,99)
#6F7059
(111,112,89)
#62624F
(98,98,79)
#555445
(85,84,69)
#48463B
(72,70,59)
#3B3831
(59,56,49)
#2E2A27
(46,42,39)
#211C1D
(33,28,29)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #969A77

#969A77
(150,154,119)
#9FA383
(159,163,131)
#A8AC8F
(168,172,143)
#B1B59B
(177,181,155)
#BABEA7
(186,190,167)
#C3C7B3
(195,199,179)
#CCD0BF
(204,208,191)
#D5D9CB
(213,217,203)
#DEE2D7
(222,226,215)
#E7EBE3
(231,235,227)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969A77 color. Also use rgb(150,154,119) instead hex code.

Text Font Color

.myTextColor { color: #969A77; }

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

This text font color is #969A77.


Background Color

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

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

This div background color is #969A77.


Border color

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

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

This div border color is #969A77.


Opacity

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

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

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

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

This text has shadow with #969A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969A77 on black background.


Color preview on white background

This text has color #969A77 on white background.



Black color preview on #969A77 background

This text has black color on #969A77 background.


White color preview on #969A77 background

This text has white color on #969A77 background.