COLOR #969672

HEX: #969672
RGB: (150,150,114)

Color info

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

RGB color model

#969672 color RGB value is (150,150,114).

  • red value is 150;
  • green value is 150;
  • blue value is 114.
RGB:
(150,150,114)
(59%,59%,45%)

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 114 of 255 = 45%

150
150
114

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

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 114 = 414 (100%)
R 150 of 414 ~ 36.23%
G 150 of 414 ~ 36.23%
B 114 of 414 ~ 27.54%

%36.23
%36.23
%27.54

CMYK color model

#969672 color CMYK value is (0,0,24,41).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 41.18%
CMYK:
(0,0,24,41)
C0M0Y24K41 
(0%,0%,24%,41%)
(0.00/0.00/0.24/0.41)	

CMYK percentages

%0
%0
%24
%41.18

Codes

Color #969672 in popluar color models

969672
RGB150150114
HSL60°14.63%51.76%
HSB/HSV60°24.00%58.82%
CMYK0.00%0.00%24.00%
41.18%

Color #969672 in popluar number systems.

HEX969672
Decimal150150114
Binary10010110100101101110010
Octal226226162

Shades and tints

Shades of #969672

#969672
(150,150,114)
#898968
(137,137,104)
#7C7C5E
(124,124,94)
#6F6F54
(111,111,84)
#62624A
(98,98,74)
#555540
(85,85,64)
#484836
(72,72,54)
#3B3B2C
(59,59,44)
#2E2E22
(46,46,34)
#212118
(33,33,24)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #969672

#969672
(150,150,114)
#9F9F7E
(159,159,126)
#A8A88A
(168,168,138)
#B1B196
(177,177,150)
#BABAA2
(186,186,162)
#C3C3AE
(195,195,174)
#CCCCBA
(204,204,186)
#D5D5C6
(213,213,198)
#DEDED2
(222,222,210)
#E7E7DE
(231,231,222)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969672 color. Also use rgb(150,150,114) instead hex code.

Text Font Color

.myTextColor { color: #969672; }

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

This text font color is #969672.


Background Color

.myBgColor { background-color: #969672; }

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

This div background color is #969672.


Border color

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

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

This div border color is #969672.


Opacity

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

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

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

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

This text has shadow with #969672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969672 on black background.


Color preview on white background

This text has color #969672 on white background.



Black color preview on #969672 background

This text has black color on #969672 background.


White color preview on #969672 background

This text has white color on #969672 background.