COLOR #89936E

HEX: #89936E RGB: (137,147,110)

Color info

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

RGB color model

#89936E color RGB value is (137,147,110).

RGB: (137,147,110) (54%, 58%, 43%)

RGB channels and saturation

R 137 of 255 = 54%
G 147 of 255 = 58%
B 110 of 255 = 43%

137
147
110

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

Portions of RGB colors in percentages

R + G + B = 137 + 147 + 110 = 394 (100%)
R 137 of 394 ~ 34.77%
G 147 of 394 ~ 37.31%
B 110 of 394 ~ 27.92'%

%34.77
%37.31
%27.92

CMYK color model

#89936E color CMYK value is (7,0,25,42).

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

CMYK: (7,0,25,42)
C7M0Y25K42 (7%, 0%, 25%, 42%)
(0.07 / 0.00 / 0.25 / 0.42)

CMYK percentages

%6.8
%0
%25.17
%42.35

Codes

Color #89936E in popluar color models

89 93 6E
RGB 137 147 110
HSL 76° 14.62% 50.39%
HSB/HSV 76° 25.17% 57.65%
CMYK 6.80% 0.00% 25.17%
42.35%

Color #89936E in popluar number systems.

HEX 89 93 6E
Decimal 137 147 110
Binary 10001001 10010011 1101110
Octal 211 223 156

Shades and tints

Shades of #89936E

#89936E
(137,147,110)
#7D8664
(125,134,100)
#71795A
(113,121,90)
#656C50
(101,108,80)
#595F46
(89,95,70)
#4D523C
(77,82,60)
#414532
(65,69,50)
#353828
(53,56,40)
#292B1E
(41,43,30)
#1D1E14
(29,30,20)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #89936E

#89936E
(137,147,110)
#939C7B
(147,156,123)
#9DA588
(157,165,136)
#A7AE95
(167,174,149)
#B1B7A2
(177,183,162)
#BBC0AF
(187,192,175)
#C5C9BC
(197,201,188)
#CFD2C9
(207,210,201)
#D9DBD6
(217,219,214)
#E3E4E3
(227,228,227)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89936E; }

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

This text font color is #89936E.

Background Color

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

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

This div background color is #89936E.

Border color

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

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

This div border color is #89936E.

Opacity

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

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

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

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

This text has shadow with #89936E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89936E.

Preview

Color preview on black background

This text has color #89936E on black background.


Color preview on white background

This text has color #89936E on white background.


Black color preview on #89936E background

This text has black color on #89936E background.


White color preview on #89936E background

This text has white color on #89936E background.


Related colors

Complementary color

Complementary color for #hex is #766C91.


I love getcolorcode.com

Triadic colors

1 #6E8993 and #936E89 with #89936E are triadic colors.

2 #6E9389 and #93896E with #89936E are triadic colors.