COLOR #967972

HEX: #967972
RGB: (150,121,114)

Color info

#967972 contains red, green and blue colors in about the same proportion. Web safe color of #967972 is #996666 (or #966).

RGB color model

#967972 color RGB value is (150,121,114).

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

RGB channels and saturation

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

150
121
114

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

Portions of RGB colors in percentages

R + G + B =
150 + 121 + 114 = 385 (100%)
R 150 of 385 ~ 38.96%
G 121 of 385 ~ 31.43%
B 114 of 385 ~ 29.61%

%38.96
%31.43
%29.61

CMYK color model

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

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

CMYK percentages

%0
%19.33
%24
%41.18

Codes

Color #967972 in popluar color models

967972
RGB150121114
HSL12°14.63%51.76%
HSB/HSV12°24.00%58.82%
CMYK0.00%19.33%24.00%
41.18%

Color #967972 in popluar number systems.

HEX967972
Decimal150121114
Binary1001011011110011110010
Octal226171162

Shades and tints

Shades of #967972

#967972
(150,121,114)
#896E68
(137,110,104)
#7C635E
(124,99,94)
#6F5854
(111,88,84)
#624D4A
(98,77,74)
#554240
(85,66,64)
#483736
(72,55,54)
#3B2C2C
(59,44,44)
#2E2122
(46,33,34)
#211618
(33,22,24)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #967972

#967972
(150,121,114)
#9F857E
(159,133,126)
#A8918A
(168,145,138)
#B19D96
(177,157,150)
#BAA9A2
(186,169,162)
#C3B5AE
(195,181,174)
#CCC1BA
(204,193,186)
#D5CDC6
(213,205,198)
#DED9D2
(222,217,210)
#E7E5DE
(231,229,222)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967972; }

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

This text font color is #967972.


Background Color

.myBgColor { background-color: #967972; }

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

This div background color is #967972.


Border color

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

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

This div border color is #967972.


Opacity

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

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

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

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

This text has shadow with #967972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967972 on black background.


Color preview on white background

This text has color #967972 on white background.



Black color preview on #967972 background

This text has black color on #967972 background.


White color preview on #967972 background

This text has white color on #967972 background.