COLOR #889484

HEX: #889484
RGB: (136,148,132)

Color info

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

RGB color model

#889484 color RGB value is (136,148,132).

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

RGB channels and saturation

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

136
148
132

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

Portions of RGB colors in percentages

R + G + B =
136 + 148 + 132 = 416 (100%)
R 136 of 416 ~ 32.69%
G 148 of 416 ~ 35.58%
B 132 of 416 ~ 31.73%

%32.69
%35.58
%31.73

CMYK color model

#889484 color CMYK value is (8,0,11,42).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 41.96%
CMYK:
(8,0,11,42)
C8M0Y11K42 
(8%,0%,11%,42%)
(0.08/0.00/0.11/0.42)	

CMYK percentages

%8.11
%0
%10.81
%41.96

Codes

Color #889484 in popluar color models

889484
RGB136148132
HSL105°6.96%54.90%
HSB/HSV105°10.81%58.04%
CMYK8.11%0.00%10.81%
41.96%

Color #889484 in popluar number systems.

HEX889484
Decimal136148132
Binary100010001001010010000100
Octal210224204

Shades and tints

Shades of #889484

#889484
(136,148,132)
#7C8778
(124,135,120)
#707A6C
(112,122,108)
#646D60
(100,109,96)
#586054
(88,96,84)
#4C5348
(76,83,72)
#40463C
(64,70,60)
#343930
(52,57,48)
#282C24
(40,44,36)
#1C1F18
(28,31,24)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #889484

#889484
(136,148,132)
#929D8F
(146,157,143)
#9CA69A
(156,166,154)
#A6AFA5
(166,175,165)
#B0B8B0
(176,184,176)
#BAC1BB
(186,193,187)
#C4CAC6
(196,202,198)
#CED3D1
(206,211,209)
#D8DCDC
(216,220,220)
#E2E5E7
(226,229,231)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889484; }

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

This text font color is #889484.


Background Color

.myBgColor { background-color: #889484; }

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

This div background color is #889484.


Border color

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

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

This div border color is #889484.


Opacity

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

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

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

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

This text has shadow with #889484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889484 on black background.


Color preview on white background

This text has color #889484 on white background.



Black color preview on #889484 background

This text has black color on #889484 background.


White color preview on #889484 background

This text has white color on #889484 background.