COLOR #889A3A

HEX: #889A3A
RGB: (136,154,58)

Color info

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

RGB color model

#889A3A color RGB value is (136,154,58).

  • red value is 136;
  • green value is 154;
  • blue value is 58.
RGB:
(136,154,58)
(53%,60%,23%)

RGB channels and saturation

R 136 of 255 = 53%
G 154 of 255 = 60%
B 58 of 255 = 23%

136
154
58

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

Portions of RGB colors in percentages

R + G + B =
136 + 154 + 58 = 348 (100%)
R 136 of 348 ~ 39.08%
G 154 of 348 ~ 44.25%
B 58 of 348 ~ 16.67%

%39.08
%44.25
%16.67

CMYK color model

#889A3A color CMYK value is (12,0,62,40).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 62.34%
  • key color value is 39.61%
CMYK:
(12,0,62,40)
C12M0Y62K40 
(12%,0%,62%,40%)
(0.12/0.00/0.62/0.40)	

CMYK percentages

%11.69
%0
%62.34
%39.61

Codes

Color #889A3A in popluar color models

889A3A
RGB13615458
HSL71°45.28%41.57%
HSB/HSV71°62.34%60.39%
CMYK11.69%0.00%62.34%
39.61%

Color #889A3A in popluar number systems.

HEX889A3A
Decimal13615458
Binary1000100010011010111010
Octal21023272

Shades and tints

Shades of #889A3A

#889A3A
(136,154,58)
#7C8C35
(124,140,53)
#707E30
(112,126,48)
#64702B
(100,112,43)
#586226
(88,98,38)
#4C5421
(76,84,33)
#40461C
(64,70,28)
#343817
(52,56,23)
#282A12
(40,42,18)
#1C1C0D
(28,28,13)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #889A3A

#889A3A
(136,154,58)
#92A34B
(146,163,75)
#9CAC5C
(156,172,92)
#A6B56D
(166,181,109)
#B0BE7E
(176,190,126)
#BAC78F
(186,199,143)
#C4D0A0
(196,208,160)
#CED9B1
(206,217,177)
#D8E2C2
(216,226,194)
#E2EBD3
(226,235,211)
#ECF4E4
(236,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889A3A color. Also use rgb(136,154,58) instead hex code.

Text Font Color

.myTextColor { color: #889A3A; }

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

This text font color is #889A3A.


Background Color

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

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

This div background color is #889A3A.


Border color

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

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

This div border color is #889A3A.


Opacity

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

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

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

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

This text has shadow with #889A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889A3A on black background.


Color preview on white background

This text has color #889A3A on white background.



Black color preview on #889A3A background

This text has black color on #889A3A background.


White color preview on #889A3A background

This text has white color on #889A3A background.