COLOR #89992D

HEX: #89992D RGB: (137,153,45)

Color info

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

RGB color model

#89992D color RGB value is (137,153,45).

RGB: (137,153,45) (54%, 60%, 18%)

RGB channels and saturation

R 137 of 255 = 54%
G 153 of 255 = 60%
B 45 of 255 = 18%

137
153
45

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

Portions of RGB colors in percentages

R + G + B = 137 + 153 + 45 = 335 (100%)
R 137 of 335 ~ 40.9%
G 153 of 335 ~ 45.67%
B 45 of 335 ~ 13.43'%

%40.9
%45.67
%13.43

CMYK color model

#89992D color CMYK value is (10,0,71,40).

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

CMYK: (10,0,71,40)
C10M0Y71K40 (10%, 0%, 71%, 40%)
(0.10 / 0.00 / 0.71 / 0.40)

CMYK percentages

%10.46
%0
%70.59
%40

Codes

Color #89992D in popluar color models

89 99 2D
RGB 137 153 45
HSL 69° 54.55% 38.82%
HSB/HSV 69° 70.59% 60.00%
CMYK 10.46% 0.00% 70.59%
40.00%

Color #89992D in popluar number systems.

HEX 89 99 2D
Decimal 137 153 45
Binary 10001001 10011001 101101
Octal 211 231 55

Shades and tints

Shades of #89992D

#89992D
(137,153,45)
#7D8C29
(125,140,41)
#717F25
(113,127,37)
#657221
(101,114,33)
#59651D
(89,101,29)
#4D5819
(77,88,25)
#414B15
(65,75,21)
#353E11
(53,62,17)
#29310D
(41,49,13)
#1D2409
(29,36,9)
#111705
(17,23,5)
#000000
(0,0,0)

Tints of #89992D

#89992D
(137,153,45)
#93A240
(147,162,64)
#9DAB53
(157,171,83)
#A7B466
(167,180,102)
#B1BD79
(177,189,121)
#BBC68C
(187,198,140)
#C5CF9F
(197,207,159)
#CFD8B2
(207,216,178)
#D9E1C5
(217,225,197)
#E3EAD8
(227,234,216)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89992D; }

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

This text font color is #89992D.

Background Color

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

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

This div background color is #89992D.

Border color

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

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

This div border color is #89992D.

Opacity

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

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

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

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

This text has shadow with #89992D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89992D.

Preview

Color preview on black background

This text has color #89992D on black background.


Color preview on white background

This text has color #89992D on white background.


Black color preview on #89992D background

This text has black color on #89992D background.


White color preview on #89992D background

This text has white color on #89992D background.


Related colors

Complementary color

Complementary color for #hex is #7666D2.


I love getcolorcode.com

Triadic colors

1 #2D8999 and #992D89 with #89992D are triadic colors.

2 #2D9989 and #99892D with #89992D are triadic colors.