COLOR #889D44

HEX: #889D44
RGB: (136,157,68)

Color info

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

RGB color model

#889D44 color RGB value is (136,157,68).

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

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 68 of 255 = 27%

136
157
68

R + G + B ~ 47%. #889D44 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 157 + 68 = 361 (100%)
R 136 of 361 ~ 37.67%
G 157 of 361 ~ 43.49%
B 68 of 361 ~ 18.84%

%37.67
%43.49
%18.84

CMYK color model

#889D44 color CMYK value is (13,0,57,38).

  • cyan value is 13.38%
  • magenta value is 0.00%
  • yellow value is 56.69%
  • key color value is 38.43%
CMYK:
(13,0,57,38)
C13M0Y57K38 
(13%,0%,57%,38%)
(0.13/0.00/0.57/0.38)	

CMYK percentages

%13.38
%0
%56.69
%38.43

Codes

Color #889D44 in popluar color models

889D44
RGB13615768
HSL74°39.56%44.12%
HSB/HSV74°56.69%61.57%
CMYK13.38%0.00%56.69%
38.43%

Color #889D44 in popluar number systems.

HEX889D44
Decimal13615768
Binary10001000100111011000100
Octal210235104

Shades and tints

Shades of #889D44

#889D44
(136,157,68)
#7C8F3E
(124,143,62)
#708138
(112,129,56)
#647332
(100,115,50)
#58652C
(88,101,44)
#4C5726
(76,87,38)
#404920
(64,73,32)
#343B1A
(52,59,26)
#282D14
(40,45,20)
#1C1F0E
(28,31,14)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #889D44

#889D44
(136,157,68)
#92A555
(146,165,85)
#9CAD66
(156,173,102)
#A6B577
(166,181,119)
#B0BD88
(176,189,136)
#BAC599
(186,197,153)
#C4CDAA
(196,205,170)
#CED5BB
(206,213,187)
#D8DDCC
(216,221,204)
#E2E5DD
(226,229,221)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889D44; }

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

This text font color is #889D44.


Background Color

.myBgColor { background-color: #889D44; }

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

This div background color is #889D44.


Border color

.myBorderColor { border: 1px solid #889D44; }

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

This div border color is #889D44.


Opacity

.myOpacity80 { color: #889D44; opacity: 0.8; }

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

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

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

This text has shadow with #889D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889D44 on black background.


Color preview on white background

This text has color #889D44 on white background.



Black color preview on #889D44 background

This text has black color on #889D44 background.


White color preview on #889D44 background

This text has white color on #889D44 background.