COLOR #889279

HEX: #889279
RGB: (136,146,121)

Color info

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

RGB color model

#889279 color RGB value is (136,146,121).

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

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 121 of 255 = 47%

136
146
121

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

Portions of RGB colors in percentages

R + G + B =
136 + 146 + 121 = 403 (100%)
R 136 of 403 ~ 33.75%
G 146 of 403 ~ 36.23%
B 121 of 403 ~ 30.02%

%33.75
%36.23
%30.02

CMYK color model

#889279 color CMYK value is (7,0,17,43).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 42.75%
CMYK:
(7,0,17,43)
C7M0Y17K43 
(7%,0%,17%,43%)
(0.07/0.00/0.17/0.43)	

CMYK percentages

%6.85
%0
%17.12
%42.75

Codes

Color #889279 in popluar color models

889279
RGB136146121
HSL84°10.29%52.35%
HSB/HSV84°17.12%57.25%
CMYK6.85%0.00%17.12%
42.75%

Color #889279 in popluar number systems.

HEX889279
Decimal136146121
Binary10001000100100101111001
Octal210222171

Shades and tints

Shades of #889279

#889279
(136,146,121)
#7C856E
(124,133,110)
#707863
(112,120,99)
#646B58
(100,107,88)
#585E4D
(88,94,77)
#4C5142
(76,81,66)
#404437
(64,68,55)
#34372C
(52,55,44)
#282A21
(40,42,33)
#1C1D16
(28,29,22)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #889279

#889279
(136,146,121)
#929B85
(146,155,133)
#9CA491
(156,164,145)
#A6AD9D
(166,173,157)
#B0B6A9
(176,182,169)
#BABFB5
(186,191,181)
#C4C8C1
(196,200,193)
#CED1CD
(206,209,205)
#D8DAD9
(216,218,217)
#E2E3E5
(226,227,229)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889279; }

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

This text font color is #889279.


Background Color

.myBgColor { background-color: #889279; }

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

This div background color is #889279.


Border color

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

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

This div border color is #889279.


Opacity

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

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

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

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

This text has shadow with #889279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889279 on black background.


Color preview on white background

This text has color #889279 on white background.



Black color preview on #889279 background

This text has black color on #889279 background.


White color preview on #889279 background

This text has white color on #889279 background.