COLOR #889E62

HEX: #889E62
RGB: (136,158,98)

Color info

#889E62 contains mainly red and green colors. Web safe color of #889E62 is #999966 (or #996).

RGB color model

#889E62 color RGB value is (136,158,98).

  • red value is 136;
  • green value is 158;
  • blue value is 98.
RGB:
(136,158,98)
(53%,62%,38%)

RGB channels and saturation

R 136 of 255 = 53%
G 158 of 255 = 62%
B 98 of 255 = 38%

136
158
98

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

Portions of RGB colors in percentages

R + G + B =
136 + 158 + 98 = 392 (100%)
R 136 of 392 ~ 34.69%
G 158 of 392 ~ 40.31%
B 98 of 392 ~ 25%

%34.69
%40.31
%25

CMYK color model

#889E62 color CMYK value is (14,0,38,38).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 37.97%
  • key color value is 38.04%
CMYK:
(14,0,38,38)
C14M0Y38K38 
(14%,0%,38%,38%)
(0.14/0.00/0.38/0.38)	

CMYK percentages

%13.92
%0
%37.97
%38.04

Codes

Color #889E62 in popluar color models

889E62
RGB13615898
HSL82°23.62%50.20%
HSB/HSV82°37.97%61.96%
CMYK13.92%0.00%37.97%
38.04%

Color #889E62 in popluar number systems.

HEX889E62
Decimal13615898
Binary10001000100111101100010
Octal210236142

Shades and tints

Shades of #889E62

#889E62
(136,158,98)
#7C905A
(124,144,90)
#708252
(112,130,82)
#64744A
(100,116,74)
#586642
(88,102,66)
#4C583A
(76,88,58)
#404A32
(64,74,50)
#343C2A
(52,60,42)
#282E22
(40,46,34)
#1C201A
(28,32,26)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #889E62

#889E62
(136,158,98)
#92A670
(146,166,112)
#9CAE7E
(156,174,126)
#A6B68C
(166,182,140)
#B0BE9A
(176,190,154)
#BAC6A8
(186,198,168)
#C4CEB6
(196,206,182)
#CED6C4
(206,214,196)
#D8DED2
(216,222,210)
#E2E6E0
(226,230,224)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889E62 color. Also use rgb(136,158,98) instead hex code.

Text Font Color

.myTextColor { color: #889E62; }

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

This text font color is #889E62.


Background Color

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

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

This div background color is #889E62.


Border color

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

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

This div border color is #889E62.


Opacity

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

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

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

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

This text has shadow with #889E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889E62 on black background.


Color preview on white background

This text has color #889E62 on white background.



Black color preview on #889E62 background

This text has black color on #889E62 background.


White color preview on #889E62 background

This text has white color on #889E62 background.