COLOR #889466

HEX: #889466
RGB: (136,148,102)

Color info

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

RGB color model

#889466 color RGB value is (136,148,102).

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

RGB channels and saturation

R 136 of 255 = 53%
G 148 of 255 = 58%
B 102 of 255 = 40%

136
148
102

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

Portions of RGB colors in percentages

R + G + B =
136 + 148 + 102 = 386 (100%)
R 136 of 386 ~ 35.23%
G 148 of 386 ~ 38.34%
B 102 of 386 ~ 26.42%

%35.23
%38.34
%26.42

CMYK color model

#889466 color CMYK value is (8,0,31,42).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 31.08%
  • key color value is 41.96%
CMYK:
(8,0,31,42)
C8M0Y31K42 
(8%,0%,31%,42%)
(0.08/0.00/0.31/0.42)	

CMYK percentages

%8.11
%0
%31.08
%41.96

Codes

Color #889466 in popluar color models

889466
RGB136148102
HSL76°18.40%49.02%
HSB/HSV76°31.08%58.04%
CMYK8.11%0.00%31.08%
41.96%

Color #889466 in popluar number systems.

HEX889466
Decimal136148102
Binary10001000100101001100110
Octal210224146

Shades and tints

Shades of #889466

#889466
(136,148,102)
#7C875D
(124,135,93)
#707A54
(112,122,84)
#646D4B
(100,109,75)
#586042
(88,96,66)
#4C5339
(76,83,57)
#404630
(64,70,48)
#343927
(52,57,39)
#282C1E
(40,44,30)
#1C1F15
(28,31,21)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #889466

#889466
(136,148,102)
#929D73
(146,157,115)
#9CA680
(156,166,128)
#A6AF8D
(166,175,141)
#B0B89A
(176,184,154)
#BAC1A7
(186,193,167)
#C4CAB4
(196,202,180)
#CED3C1
(206,211,193)
#D8DCCE
(216,220,206)
#E2E5DB
(226,229,219)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889466; }

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

This text font color is #889466.


Background Color

.myBgColor { background-color: #889466; }

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

This div background color is #889466.


Border color

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

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

This div border color is #889466.


Opacity

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

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

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

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

This text has shadow with #889466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889466 on black background.


Color preview on white background

This text has color #889466 on white background.



Black color preview on #889466 background

This text has black color on #889466 background.


White color preview on #889466 background

This text has white color on #889466 background.