COLOR #969072

HEX: #969072
RGB: (150,144,114)

Color info

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

RGB color model

#969072 color RGB value is (150,144,114).

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

RGB channels and saturation

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

150
144
114

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

Portions of RGB colors in percentages

R + G + B =
150 + 144 + 114 = 408 (100%)
R 150 of 408 ~ 36.76%
G 144 of 408 ~ 35.29%
B 114 of 408 ~ 27.94%

%36.76
%35.29
%27.94

CMYK color model

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

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

CMYK percentages

%0
%4
%24
%41.18

Codes

Color #969072 in popluar color models

969072
RGB150144114
HSL50°14.63%51.76%
HSB/HSV50°24.00%58.82%
CMYK0.00%4.00%24.00%
41.18%

Color #969072 in popluar number systems.

HEX969072
Decimal150144114
Binary10010110100100001110010
Octal226220162

Shades and tints

Shades of #969072

#969072
(150,144,114)
#898368
(137,131,104)
#7C765E
(124,118,94)
#6F6954
(111,105,84)
#625C4A
(98,92,74)
#554F40
(85,79,64)
#484236
(72,66,54)
#3B352C
(59,53,44)
#2E2822
(46,40,34)
#211B18
(33,27,24)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #969072

#969072
(150,144,114)
#9F9A7E
(159,154,126)
#A8A48A
(168,164,138)
#B1AE96
(177,174,150)
#BAB8A2
(186,184,162)
#C3C2AE
(195,194,174)
#CCCCBA
(204,204,186)
#D5D6C6
(213,214,198)
#DEE0D2
(222,224,210)
#E7EADE
(231,234,222)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969072; }

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

This text font color is #969072.


Background Color

.myBgColor { background-color: #969072; }

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

This div background color is #969072.


Border color

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

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

This div border color is #969072.


Opacity

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

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

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

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

This text has shadow with #969072 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #969072 on black background.


Color preview on white background

This text has color #969072 on white background.



Black color preview on #969072 background

This text has black color on #969072 background.


White color preview on #969072 background

This text has white color on #969072 background.