COLOR #889584

HEX: #889584
RGB: (136,149,132)

Color info

#889584 contains red, green and blue colors in about the same proportion. Web safe color of #889584 is #999999 (or #999).

RGB color model

#889584 color RGB value is (136,149,132).

  • red value is 136;
  • green value is 149;
  • blue value is 132.
RGB: (136,149,132) (53%,58%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 132 of 255 = 52%

136
149
132

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

Portions of RGB colors in percentages

R + G + B =
136 + 149 + 132 = 417 (100%)
R 136 of 417 ~ 32.61%
G 149 of 417 ~ 35.73%
B 132 of 417 ~ 31.65%

%32.61
%35.73
%31.65

CMYK color model

#889584 color CMYK value is (9,0,11,42).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK: (9,0,11,42) C9M0Y11K42 (9%,0%,11%,42%) (0.09/0.00/0.11/0.42)

CMYK percentages

%8.72
%0
%11.41
%41.57

Codes

Color #889584 in popluar color models

889584
RGB136149132
HSL106°7.42%55.10%
HSB/HSV106°11.41%58.43%
CMYK8.72%0.00%11.41%
41.57%

Color #889584 in popluar number systems.

HEX889584
Decimal136149132
Binary100010001001010110000100
Octal210225204

Shades and tints

Shades of #889584

#889584
(136,149,132)
#7C8878
(124,136,120)
#707B6C
(112,123,108)
#646E60
(100,110,96)
#586154
(88,97,84)
#4C5448
(76,84,72)
#40473C
(64,71,60)
#343A30
(52,58,48)
#282D24
(40,45,36)
#1C2018
(28,32,24)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #889584

#889584
(136,149,132)
#929E8F
(146,158,143)
#9CA79A
(156,167,154)
#A6B0A5
(166,176,165)
#B0B9B0
(176,185,176)
#BAC2BB
(186,194,187)
#C4CBC6
(196,203,198)
#CED4D1
(206,212,209)
#D8DDDC
(216,221,220)
#E2E6E7
(226,230,231)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889584 color. Also use rgb(136,149,132) instead hex code.

Text Font Color

.myTextColor { color: #889584; }

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

This text font color is #889584.


Background Color

.myBgColor { background-color: #889584; }

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

This div background color is #889584.


Border color

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

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

This div border color is #889584.


Opacity

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

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

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

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

This text has shadow with #889584 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #889584 on black background.


Color preview on white background

This text has color #889584 on white background.



Black color preview on #889584 background

This text has black color on #889584 background.


White color preview on #889584 background

This text has white color on #889584 background.