COLOR #889D41

HEX: #889D41
RGB: (136,157,65)

Color info

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

RGB color model

#889D41 color RGB value is (136,157,65).

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

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 65 of 255 = 25%

136
157
65

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

Portions of RGB colors in percentages

R + G + B =
136 + 157 + 65 = 358 (100%)
R 136 of 358 ~ 37.99%
G 157 of 358 ~ 43.85%
B 65 of 358 ~ 18.16%

%37.99
%43.85
%18.16

CMYK color model

#889D41 color CMYK value is (13,0,59,38).

  • cyan value is 13.38%
  • magenta value is 0.00%
  • yellow value is 58.60%
  • key color value is 38.43%
CMYK:
(13,0,59,38)
C13M0Y59K38 
(13%,0%,59%,38%)
(0.13/0.00/0.59/0.38)	

CMYK percentages

%13.38
%0
%58.6
%38.43

Codes

Color #889D41 in popluar color models

889D41
RGB13615765
HSL74°41.44%43.53%
HSB/HSV74°58.60%61.57%
CMYK13.38%0.00%58.60%
38.43%

Color #889D41 in popluar number systems.

HEX889D41
Decimal13615765
Binary10001000100111011000001
Octal210235101

Shades and tints

Shades of #889D41

#889D41
(136,157,65)
#7C8F3C
(124,143,60)
#708137
(112,129,55)
#647332
(100,115,50)
#58652D
(88,101,45)
#4C5728
(76,87,40)
#404923
(64,73,35)
#343B1E
(52,59,30)
#282D19
(40,45,25)
#1C1F14
(28,31,20)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #889D41

#889D41
(136,157,65)
#92A552
(146,165,82)
#9CAD63
(156,173,99)
#A6B574
(166,181,116)
#B0BD85
(176,189,133)
#BAC596
(186,197,150)
#C4CDA7
(196,205,167)
#CED5B8
(206,213,184)
#D8DDC9
(216,221,201)
#E2E5DA
(226,229,218)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889D41; }

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

This text font color is #889D41.


Background Color

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

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

This div background color is #889D41.


Border color

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

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

This div border color is #889D41.


Opacity

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

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

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

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

This text has shadow with #889D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889D41 on black background.


Color preview on white background

This text has color #889D41 on white background.



Black color preview on #889D41 background

This text has black color on #889D41 background.


White color preview on #889D41 background

This text has white color on #889D41 background.