COLOR #89936A

HEX: #89936A RGB: (137,147,106)

Color info

#89936A contains red, green and blue colors in about the same proportion. Web safe color of #89936A is #999966 (or #996).

RGB color model

#89936A color RGB value is (137,147,106).

RGB: (137,147,106) (54%, 58%, 42%)

RGB channels and saturation

R 137 of 255 = 54%
G 147 of 255 = 58%
B 106 of 255 = 42%

137
147
106

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

Portions of RGB colors in percentages

R + G + B = 137 + 147 + 106 = 390 (100%)
R 137 of 390 ~ 35.13%
G 147 of 390 ~ 37.69%
B 106 of 390 ~ 27.18'%

%35.13
%37.69
%27.18

CMYK color model

#89936A color CMYK value is (7,0,28,42).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 27.89%
  • key color value is 42.35%

CMYK: (7,0,28,42)
C7M0Y28K42 (7%, 0%, 28%, 42%)
(0.07 / 0.00 / 0.28 / 0.42)

CMYK percentages

%6.8
%0
%27.89
%42.35

Codes

Color #89936A in popluar color models

89 93 6A
RGB 137 147 106
HSL 75° 16.21% 49.61%
HSB/HSV 75° 27.89% 57.65%
CMYK 6.80% 0.00% 27.89%
42.35%

Color #89936A in popluar number systems.

HEX 89 93 6A
Decimal 137 147 106
Binary 10001001 10010011 1101010
Octal 211 223 152

Shades and tints

Shades of #89936A

#89936A
(137,147,106)
#7D8661
(125,134,97)
#717958
(113,121,88)
#656C4F
(101,108,79)
#595F46
(89,95,70)
#4D523D
(77,82,61)
#414534
(65,69,52)
#35382B
(53,56,43)
#292B22
(41,43,34)
#1D1E19
(29,30,25)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #89936A

#89936A
(137,147,106)
#939C77
(147,156,119)
#9DA584
(157,165,132)
#A7AE91
(167,174,145)
#B1B79E
(177,183,158)
#BBC0AB
(187,192,171)
#C5C9B8
(197,201,184)
#CFD2C5
(207,210,197)
#D9DBD2
(217,219,210)
#E3E4DF
(227,228,223)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89936A color. Also use rgb(137,147,106) instead hex code.

Text Font Color

.myTextColor { color: #89936A; }

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

This text font color is #89936A.

Background Color

.myBgColor { background-color: #89936A; }

<div style="background-color:#89936A">Inner text</div>

This div background color is #89936A.

Border color

.myBorderColor { border: 1px solid #89936A; }

<div style="border:3px solid #89936A">Div</div>

This div border color is #89936A.

Opacity

.myOpacity80 { color: #89936A; opacity: 0.8; }

<p style="color:#89936A;opacity:0.8;">80%</p>

Text with #89936A 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 #89936A;}

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

This text has shadow with #89936A color.


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

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

This text has shadow with #89936A primary color and red secondary color.


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

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

This text has shadow with #89936A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89936A.

Preview

Color preview on black background

This text has color #89936A on black background.


Color preview on white background

This text has color #89936A on white background.


Black color preview on #89936A background

This text has black color on #89936A background.


White color preview on #89936A background

This text has white color on #89936A background.


Related colors

Complementary color

Complementary color for #hex is #766C95.


I love getcolorcode.com

Triadic colors

1 #6A8993 and #936A89 with #89936A are triadic colors.

2 #6A9389 and #93896A with #89936A are triadic colors.