COLOR #889272

HEX: #889272
RGB: (136,146,114)

Color info

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

RGB color model

#889272 color RGB value is (136,146,114).

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

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 114 of 255 = 45%

136
146
114

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

Portions of RGB colors in percentages

R + G + B =
136 + 146 + 114 = 396 (100%)
R 136 of 396 ~ 34.34%
G 146 of 396 ~ 36.87%
B 114 of 396 ~ 28.79%

%34.34
%36.87
%28.79

CMYK color model

#889272 color CMYK value is (7,0,22,43).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 42.75%
CMYK:
(7,0,22,43)
C7M0Y22K43 
(7%,0%,22%,43%)
(0.07/0.00/0.22/0.43)	

CMYK percentages

%6.85
%0
%21.92
%42.75

Codes

Color #889272 in popluar color models

889272
RGB136146114
HSL79°12.80%50.98%
HSB/HSV79°21.92%57.25%
CMYK6.85%0.00%21.92%
42.75%

Color #889272 in popluar number systems.

HEX889272
Decimal136146114
Binary10001000100100101110010
Octal210222162

Shades and tints

Shades of #889272

#889272
(136,146,114)
#7C8568
(124,133,104)
#70785E
(112,120,94)
#646B54
(100,107,84)
#585E4A
(88,94,74)
#4C5140
(76,81,64)
#404436
(64,68,54)
#34372C
(52,55,44)
#282A22
(40,42,34)
#1C1D18
(28,29,24)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #889272

#889272
(136,146,114)
#929B7E
(146,155,126)
#9CA48A
(156,164,138)
#A6AD96
(166,173,150)
#B0B6A2
(176,182,162)
#BABFAE
(186,191,174)
#C4C8BA
(196,200,186)
#CED1C6
(206,209,198)
#D8DAD2
(216,218,210)
#E2E3DE
(226,227,222)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889272; }

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

This text font color is #889272.


Background Color

.myBgColor { background-color: #889272; }

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

This div background color is #889272.


Border color

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

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

This div border color is #889272.


Opacity

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

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

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

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

This text has shadow with #889272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889272 on black background.


Color preview on white background

This text has color #889272 on white background.



Black color preview on #889272 background

This text has black color on #889272 background.


White color preview on #889272 background

This text has white color on #889272 background.