COLOR #89823D

HEX: #89823D RGB: (137,130,61)

Color info

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

RGB color model

#89823D color RGB value is (137,130,61).

RGB: (137,130,61) (54%, 51%, 24%)

RGB channels and saturation

R 137 of 255 = 54%
G 130 of 255 = 51%
B 61 of 255 = 24%

137
130
61

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

Portions of RGB colors in percentages

R + G + B = 137 + 130 + 61 = 328 (100%)
R 137 of 328 ~ 41.77%
G 130 of 328 ~ 39.63%
B 61 of 328 ~ 18.6'%

%41.77
%39.63
%18.6

CMYK color model

#89823D color CMYK value is (0,5,55,46).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 55.47%
  • key color value is 46.27%

CMYK: (0,5,55,46)
C0M5Y55K46 (0%, 5%, 55%, 46%)
(0.00 / 0.05 / 0.55 / 0.46)

CMYK percentages

%0
%5.11
%55.47
%46.27

Codes

Color #89823D in popluar color models

89 82 3D
RGB 137 130 61
HSL 54° 38.38% 38.82%
HSB/HSV 54° 55.47% 53.73%
CMYK 0.00% 5.11% 55.47%
46.27%

Color #89823D in popluar number systems.

HEX 89 82 3D
Decimal 137 130 61
Binary 10001001 10000010 111101
Octal 211 202 75

Shades and tints

Shades of #89823D

#89823D
(137,130,61)
#7D7738
(125,119,56)
#716C33
(113,108,51)
#65612E
(101,97,46)
#595629
(89,86,41)
#4D4B24
(77,75,36)
#41401F
(65,64,31)
#35351A
(53,53,26)
#292A15
(41,42,21)
#1D1F10
(29,31,16)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #89823D

#89823D
(137,130,61)
#938D4E
(147,141,78)
#9D985F
(157,152,95)
#A7A370
(167,163,112)
#B1AE81
(177,174,129)
#BBB992
(187,185,146)
#C5C4A3
(197,196,163)
#CFCFB4
(207,207,180)
#D9DAC5
(217,218,197)
#E3E5D6
(227,229,214)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89823D color. Also use rgb(137,130,61) instead hex code.

Text Font Color

.myTextColor { color: #89823D; }

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

This text font color is #89823D.

Background Color

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

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

This div background color is #89823D.

Border color

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

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

This div border color is #89823D.

Opacity

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

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

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

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

This text has shadow with #89823D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89823D.

Preview

Color preview on black background

This text has color #89823D on black background.


Color preview on white background

This text has color #89823D on white background.


Black color preview on #89823D background

This text has black color on #89823D background.


White color preview on #89823D background

This text has white color on #89823D background.


Related colors

Complementary color

Complementary color for #hex is #767DC2.


I love getcolorcode.com

Triadic colors

1 #3D8982 and #823D89 with #89823D are triadic colors.

2 #3D8289 and #82893D with #89823D are triadic colors.