COLOR #89995D

HEX: #89995D RGB: (137,153,93)

Color info

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

RGB color model

#89995D color RGB value is (137,153,93).

RGB: (137,153,93) (54%, 60%, 36%)

RGB channels and saturation

R 137 of 255 = 54%
G 153 of 255 = 60%
B 93 of 255 = 36%

137
153
93

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

Portions of RGB colors in percentages

R + G + B = 137 + 153 + 93 = 383 (100%)
R 137 of 383 ~ 35.77%
G 153 of 383 ~ 39.95%
B 93 of 383 ~ 24.28'%

%35.77
%39.95
%24.28

CMYK color model

#89995D color CMYK value is (10,0,39,40).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 40.00%

CMYK: (10,0,39,40)
C10M0Y39K40 (10%, 0%, 39%, 40%)
(0.10 / 0.00 / 0.39 / 0.40)

CMYK percentages

%10.46
%0
%39.22
%40

Codes

Color #89995D in popluar color models

89 99 5D
RGB 137 153 93
HSL 76° 24.39% 48.24%
HSB/HSV 76° 39.22% 60.00%
CMYK 10.46% 0.00% 39.22%
40.00%

Color #89995D in popluar number systems.

HEX 89 99 5D
Decimal 137 153 93
Binary 10001001 10011001 1011101
Octal 211 231 135

Shades and tints

Shades of #89995D

#89995D
(137,153,93)
#7D8C55
(125,140,85)
#717F4D
(113,127,77)
#657245
(101,114,69)
#59653D
(89,101,61)
#4D5835
(77,88,53)
#414B2D
(65,75,45)
#353E25
(53,62,37)
#29311D
(41,49,29)
#1D2415
(29,36,21)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #89995D

#89995D
(137,153,93)
#93A26B
(147,162,107)
#9DAB79
(157,171,121)
#A7B487
(167,180,135)
#B1BD95
(177,189,149)
#BBC6A3
(187,198,163)
#C5CFB1
(197,207,177)
#CFD8BF
(207,216,191)
#D9E1CD
(217,225,205)
#E3EADB
(227,234,219)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89995D color. Also use rgb(137,153,93) instead hex code.

Text Font Color

.myTextColor { color: #89995D; }

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

This text font color is #89995D.

Background Color

.myBgColor { background-color: #89995D; }

<div style="background-color:#89995D">Inner text</div>

This div background color is #89995D.

Border color

.myBorderColor { border: 1px solid #89995D; }

<div style="border:3px solid #89995D">Div</div>

This div border color is #89995D.

Opacity

.myOpacity80 { color: #89995D; opacity: 0.8; }

<p style="color:#89995D;opacity:0.8;">80%</p>

Text with #89995D 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 #89995D;}

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

This text has shadow with #89995D color.


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

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

This text has shadow with #89995D primary color and red secondary color.


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

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

This text has shadow with #89995D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89995D.

Preview

Color preview on black background

This text has color #89995D on black background.


Color preview on white background

This text has color #89995D on white background.


Black color preview on #89995D background

This text has black color on #89995D background.


White color preview on #89995D background

This text has white color on #89995D background.


Related colors

Complementary color

Complementary color for #hex is #7666A2.


I love getcolorcode.com

Triadic colors

1 #5D8999 and #995D89 with #89995D are triadic colors.

2 #5D9989 and #99895D with #89995D are triadic colors.