COLOR #889544

HEX: #889544
RGB: (136,149,68)

Color info

#889544 contains mainly red and green colors. Web safe color of #889544 is #999933 (or #993).

RGB color model

#889544 color RGB value is (136,149,68).

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

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 68 of 255 = 27%

136
149
68

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

Portions of RGB colors in percentages

R + G + B =
136 + 149 + 68 = 353 (100%)
R 136 of 353 ~ 38.53%
G 149 of 353 ~ 42.21%
B 68 of 353 ~ 19.26%

%38.53
%42.21
%19.26

CMYK color model

#889544 color CMYK value is (9,0,54,42).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 54.36%
  • key color value is 41.57%
CMYK:
(9,0,54,42)
C9M0Y54K42 
(9%,0%,54%,42%)
(0.09/0.00/0.54/0.42)	

CMYK percentages

%8.72
%0
%54.36
%41.57

Codes

Color #889544 in popluar color models

889544
RGB13614968
HSL70°37.33%42.55%
HSB/HSV70°54.36%58.43%
CMYK8.72%0.00%54.36%
41.57%

Color #889544 in popluar number systems.

HEX889544
Decimal13614968
Binary10001000100101011000100
Octal210225104

Shades and tints

Shades of #889544

#889544
(136,149,68)
#7C883E
(124,136,62)
#707B38
(112,123,56)
#646E32
(100,110,50)
#58612C
(88,97,44)
#4C5426
(76,84,38)
#404720
(64,71,32)
#343A1A
(52,58,26)
#282D14
(40,45,20)
#1C200E
(28,32,14)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #889544

#889544
(136,149,68)
#929E55
(146,158,85)
#9CA766
(156,167,102)
#A6B077
(166,176,119)
#B0B988
(176,185,136)
#BAC299
(186,194,153)
#C4CBAA
(196,203,170)
#CED4BB
(206,212,187)
#D8DDCC
(216,221,204)
#E2E6DD
(226,230,221)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889544; }

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

This text font color is #889544.


Background Color

.myBgColor { background-color: #889544; }

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

This div background color is #889544.


Border color

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

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

This div border color is #889544.


Opacity

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

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

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

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

This text has shadow with #889544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889544 on black background.


Color preview on white background

This text has color #889544 on white background.



Black color preview on #889544 background

This text has black color on #889544 background.


White color preview on #889544 background

This text has white color on #889544 background.