COLOR #909272

HEX: #909272
RGB: (144,146,114)

Color info

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

RGB color model

#909272 color RGB value is (144,146,114).

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

RGB channels and saturation

R 144 of 255 = 56%
G 146 of 255 = 57%
B 114 of 255 = 45%

144
146
114

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

Portions of RGB colors in percentages

R + G + B =
144 + 146 + 114 = 404 (100%)
R 144 of 404 ~ 35.64%
G 146 of 404 ~ 36.14%
B 114 of 404 ~ 28.22%

%35.64
%36.14
%28.22

CMYK color model

#909272 color CMYK value is (1,0,22,43).

  • cyan value is 1.37%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 42.75%
CMYK:
(1,0,22,43)
C1M0Y22K43 
(1%,0%,22%,43%)
(0.01/0.00/0.22/0.43)	

CMYK percentages

%1.37
%0
%21.92
%42.75

Codes

Color #909272 in popluar color models

909272
RGB144146114
HSL64°12.80%50.98%
HSB/HSV64°21.92%57.25%
CMYK1.37%0.00%21.92%
42.75%

Color #909272 in popluar number systems.

HEX909272
Decimal144146114
Binary10010000100100101110010
Octal220222162

Shades and tints

Shades of #909272

#909272
(144,146,114)
#838568
(131,133,104)
#76785E
(118,120,94)
#696B54
(105,107,84)
#5C5E4A
(92,94,74)
#4F5140
(79,81,64)
#424436
(66,68,54)
#35372C
(53,55,44)
#282A22
(40,42,34)
#1B1D18
(27,29,24)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #909272

#909272
(144,146,114)
#9A9B7E
(154,155,126)
#A4A48A
(164,164,138)
#AEAD96
(174,173,150)
#B8B6A2
(184,182,162)
#C2BFAE
(194,191,174)
#CCC8BA
(204,200,186)
#D6D1C6
(214,209,198)
#E0DAD2
(224,218,210)
#EAE3DE
(234,227,222)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #909272; }

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

This text font color is #909272.


Background Color

.myBgColor { background-color: #909272; }

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

This div background color is #909272.


Border color

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

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

This div border color is #909272.


Opacity

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

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

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

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

This text has shadow with #909272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #909272 on black background.


Color preview on white background

This text has color #909272 on white background.



Black color preview on #909272 background

This text has black color on #909272 background.


White color preview on #909272 background

This text has white color on #909272 background.