COLOR #967272

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
114
114

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

Portions of RGB colors in percentages

R + G + B =
150 + 114 + 114 = 378 (100%)
R 150 of 378 ~ 39.68%
G 114 of 378 ~ 30.16%
B 114 of 378 ~ 30.16%

%39.68
%30.16
%30.16

CMYK color model

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

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

CMYK percentages

%0
%24
%24
%41.18

Codes

Color #967272 in popluar color models

967272
RGB150114114
HSL14.63%51.76%
HSB/HSV24.00%58.82%
CMYK0.00%24.00%24.00%
41.18%

Color #967272 in popluar number systems.

HEX967272
Decimal150114114
Binary1001011011100101110010
Octal226162162

Shades and tints

Shades of #967272

#967272
(150,114,114)
#896868
(137,104,104)
#7C5E5E
(124,94,94)
#6F5454
(111,84,84)
#624A4A
(98,74,74)
#554040
(85,64,64)
#483636
(72,54,54)
#3B2C2C
(59,44,44)
#2E2222
(46,34,34)
#211818
(33,24,24)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #967272

#967272
(150,114,114)
#9F7E7E
(159,126,126)
#A88A8A
(168,138,138)
#B19696
(177,150,150)
#BAA2A2
(186,162,162)
#C3AEAE
(195,174,174)
#CCBABA
(204,186,186)
#D5C6C6
(213,198,198)
#DED2D2
(222,210,210)
#E7DEDE
(231,222,222)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967272; }

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

This text font color is #967272.


Background Color

.myBgColor { background-color: #967272; }

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

This div background color is #967272.


Border color

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

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

This div border color is #967272.


Opacity

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

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

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

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

This text has shadow with #967272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967272 on black background.


Color preview on white background

This text has color #967272 on white background.



Black color preview on #967272 background

This text has black color on #967272 background.


White color preview on #967272 background

This text has white color on #967272 background.