COLOR #889280

HEX: #889280
RGB: (136,146,128)

Color info

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

RGB color model

#889280 color RGB value is (136,146,128).

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

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 128 of 255 = 50%

136
146
128

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

Portions of RGB colors in percentages

R + G + B =
136 + 146 + 128 = 410 (100%)
R 136 of 410 ~ 33.17%
G 146 of 410 ~ 35.61%
B 128 of 410 ~ 31.22%

%33.17
%35.61
%31.22

CMYK color model

#889280 color CMYK value is (7,0,12,43).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 42.75%
CMYK:
(7,0,12,43)
C7M0Y12K43 
(7%,0%,12%,43%)
(0.07/0.00/0.12/0.43)	

CMYK percentages

%6.85
%0
%12.33
%42.75

Codes

Color #889280 in popluar color models

889280
RGB136146128
HSL93°7.63%53.73%
HSB/HSV93°12.33%57.25%
CMYK6.85%0.00%12.33%
42.75%

Color #889280 in popluar number systems.

HEX889280
Decimal136146128
Binary100010001001001010000000
Octal210222200

Shades and tints

Shades of #889280

#889280
(136,146,128)
#7C8575
(124,133,117)
#70786A
(112,120,106)
#646B5F
(100,107,95)
#585E54
(88,94,84)
#4C5149
(76,81,73)
#40443E
(64,68,62)
#343733
(52,55,51)
#282A28
(40,42,40)
#1C1D1D
(28,29,29)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #889280

#889280
(136,146,128)
#929B8B
(146,155,139)
#9CA496
(156,164,150)
#A6ADA1
(166,173,161)
#B0B6AC
(176,182,172)
#BABFB7
(186,191,183)
#C4C8C2
(196,200,194)
#CED1CD
(206,209,205)
#D8DAD8
(216,218,216)
#E2E3E3
(226,227,227)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889280; }

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

This text font color is #889280.


Background Color

.myBgColor { background-color: #889280; }

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

This div background color is #889280.


Border color

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

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

This div border color is #889280.


Opacity

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

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

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

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

This text has shadow with #889280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889280 on black background.


Color preview on white background

This text has color #889280 on white background.



Black color preview on #889280 background

This text has black color on #889280 background.


White color preview on #889280 background

This text has white color on #889280 background.