COLOR #889C5A

HEX: #889C5A
RGB: (136,156,90)

Color info

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

RGB color model

#889C5A color RGB value is (136,156,90).

  • red value is 136;
  • green value is 156;
  • blue value is 90.
RGB:
(136,156,90)
(53%,61%,35%)

RGB channels and saturation

R 136 of 255 = 53%
G 156 of 255 = 61%
B 90 of 255 = 35%

136
156
90

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

Portions of RGB colors in percentages

R + G + B =
136 + 156 + 90 = 382 (100%)
R 136 of 382 ~ 35.6%
G 156 of 382 ~ 40.84%
B 90 of 382 ~ 23.56%

%35.6
%40.84
%23.56

CMYK color model

#889C5A color CMYK value is (13,0,42,39).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 38.82%
CMYK:
(13,0,42,39)
C13M0Y42K39 
(13%,0%,42%,39%)
(0.13/0.00/0.42/0.39)	

CMYK percentages

%12.82
%0
%42.31
%38.82

Codes

Color #889C5A in popluar color models

889C5A
RGB13615690
HSL78°26.83%48.24%
HSB/HSV78°42.31%61.18%
CMYK12.82%0.00%42.31%
38.82%

Color #889C5A in popluar number systems.

HEX889C5A
Decimal13615690
Binary10001000100111001011010
Octal210234132

Shades and tints

Shades of #889C5A

#889C5A
(136,156,90)
#7C8E52
(124,142,82)
#70804A
(112,128,74)
#647242
(100,114,66)
#58643A
(88,100,58)
#4C5632
(76,86,50)
#40482A
(64,72,42)
#343A22
(52,58,34)
#282C1A
(40,44,26)
#1C1E12
(28,30,18)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #889C5A

#889C5A
(136,156,90)
#92A569
(146,165,105)
#9CAE78
(156,174,120)
#A6B787
(166,183,135)
#B0C096
(176,192,150)
#BAC9A5
(186,201,165)
#C4D2B4
(196,210,180)
#CEDBC3
(206,219,195)
#D8E4D2
(216,228,210)
#E2EDE1
(226,237,225)
#ECF6F0
(236,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889C5A color. Also use rgb(136,156,90) instead hex code.

Text Font Color

.myTextColor { color: #889C5A; }

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

This text font color is #889C5A.


Background Color

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

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

This div background color is #889C5A.


Border color

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

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

This div border color is #889C5A.


Opacity

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

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

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

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

This text has shadow with #889C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889C5A on black background.


Color preview on white background

This text has color #889C5A on white background.



Black color preview on #889C5A background

This text has black color on #889C5A background.


White color preview on #889C5A background

This text has white color on #889C5A background.