COLOR #889E5C

HEX: #889E5C
RGB: (136,158,92)

Color info

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

RGB color model

#889E5C color RGB value is (136,158,92).

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

RGB channels and saturation

R 136 of 255 = 53%
G 158 of 255 = 62%
B 92 of 255 = 36%

136
158
92

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

Portions of RGB colors in percentages

R + G + B =
136 + 158 + 92 = 386 (100%)
R 136 of 386 ~ 35.23%
G 158 of 386 ~ 40.93%
B 92 of 386 ~ 23.83%

%35.23
%40.93
%23.83

CMYK color model

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

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 41.77%
  • key color value is 38.04%
CMYK:
(14,0,42,38)
C14M0Y42K38 
(14%,0%,42%,38%)
(0.14/0.00/0.42/0.38)	

CMYK percentages

%13.92
%0
%41.77
%38.04

Codes

Color #889E5C in popluar color models

889E5C
RGB13615892
HSL80°26.40%49.02%
HSB/HSV80°41.77%61.96%
CMYK13.92%0.00%41.77%
38.04%

Color #889E5C in popluar number systems.

HEX889E5C
Decimal13615892
Binary10001000100111101011100
Octal210236134

Shades and tints

Shades of #889E5C

#889E5C
(136,158,92)
#7C9054
(124,144,84)
#70824C
(112,130,76)
#647444
(100,116,68)
#58663C
(88,102,60)
#4C5834
(76,88,52)
#404A2C
(64,74,44)
#343C24
(52,60,36)
#282E1C
(40,46,28)
#1C2014
(28,32,20)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #889E5C

#889E5C
(136,158,92)
#92A66A
(146,166,106)
#9CAE78
(156,174,120)
#A6B686
(166,182,134)
#B0BE94
(176,190,148)
#BAC6A2
(186,198,162)
#C4CEB0
(196,206,176)
#CED6BE
(206,214,190)
#D8DECC
(216,222,204)
#E2E6DA
(226,230,218)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889E5C; }

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

This text font color is #889E5C.


Background Color

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

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

This div background color is #889E5C.


Border color

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

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

This div border color is #889E5C.


Opacity

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

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

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

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

This text has shadow with #889E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889E5C on black background.


Color preview on white background

This text has color #889E5C on white background.



Black color preview on #889E5C background

This text has black color on #889E5C background.


White color preview on #889E5C background

This text has white color on #889E5C background.