COLOR #889C3B

HEX: #889C3B RGB: (136,156,59)

Color info

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

RGB color model

#889C3B color RGB value is (136,156,59).

RGB: (136,156,59) (53%, 61%, 23%)

RGB channels and saturation

R 136 of 255 = 53%
G 156 of 255 = 61%
B 59 of 255 = 23%

136
156
59

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

Portions of RGB colors in percentages

R + G + B = 136 + 156 + 59 = 351 (100%)
R 136 of 351 ~ 38.75%
G 156 of 351 ~ 44.44%
B 59 of 351 ~ 16.81'%

%38.75
%44.44
%16.81

CMYK color model

#889C3B color CMYK value is (13,0,62,39).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 62.18%
  • key color value is 38.82%
CMYK: (13,0,62,39) C13M0Y62K39 (13%,0%,62%,39%) (0.13/0.00/0.62/0.39) 

CMYK percentages

%12.82
%0
%62.18
%38.82

Codes

Color #889C3B in popluar color models

88 9C 3B
RGB 136 156 59
HSL 72° 45.12% 42.16%
HSB/HSV 72° 62.18% 61.18%
CMYK 12.82% 0.00% 62.18%
38.82%

Color #889C3B in popluar number systems.

HEX 88 9C 3B
Decimal 136 156 59
Binary 10001000 10011100 111011
Octal 210 234 73

Shades and tints

Shades of #889C3B

#889C3B
(136,156,59)
#7C8E36
(124,142,54)
#708031
(112,128,49)
#64722C
(100,114,44)
#586427
(88,100,39)
#4C5622
(76,86,34)
#40481D
(64,72,29)
#343A18
(52,58,24)
#282C13
(40,44,19)
#1C1E0E
(28,30,14)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #889C3B

#889C3B
(136,156,59)
#92A54C
(146,165,76)
#9CAE5D
(156,174,93)
#A6B76E
(166,183,110)
#B0C07F
(176,192,127)
#BAC990
(186,201,144)
#C4D2A1
(196,210,161)
#CEDBB2
(206,219,178)
#D8E4C3
(216,228,195)
#E2EDD4
(226,237,212)
#ECF6E5
(236,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889C3B; }

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

This text font color is #889C3B.

Background Color

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

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

This div background color is #889C3B.

Border color

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

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

This div border color is #889C3B.

Opacity

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

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

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

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

This text has shadow with #889C3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889C3B.

Preview

Color preview on black background

This text has color #889C3B on black background.


Color preview on white background

This text has color #889C3B on white background.


Black color preview on #889C3B background

This text has black color on #889C3B background.


White color preview on #889C3B background

This text has white color on #889C3B background.


Related colors

Complementary color

Complementary color for #hex is #7763C4.


I love getcolorcode.com

Triadic colors

1 #3B889C and #9C3B88 with #889C3B are triadic colors.

2 #3B9C88 and #9C883B with #889C3B are triadic colors.