COLOR #89525A

HEX: #89525A RGB: (137,82,90)

Color info

#89525A contains red, green and blue colors in about the same proportion. Web safe color of #89525A is #996666 (or #966).

RGB color model

#89525A color RGB value is (137,82,90).

RGB: (137,82,90) (54%, 32%, 35%)

RGB channels and saturation

R 137 of 255 = 54%
G 82 of 255 = 32%
B 90 of 255 = 35%

137
82
90

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

Portions of RGB colors in percentages

R + G + B = 137 + 82 + 90 = 309 (100%)
R 137 of 309 ~ 44.34%
G 82 of 309 ~ 26.54%
B 90 of 309 ~ 29.13'%

%44.34
%26.54
%29.13

CMYK color model

#89525A color CMYK value is (0,40,34,46).

  • cyan value is 0.00%
  • magenta value is 40.15%
  • yellow value is 34.31%
  • key color value is 46.27%

CMYK: (0,40,34,46)
C0M40Y34K46 (0%, 40%, 34%, 46%)
(0.00 / 0.40 / 0.34 / 0.46)

CMYK percentages

%0
%40.15
%34.31
%46.27

Codes

Color #89525A in popluar color models

89 52 5A
RGB 137 82 90
HSL 351° 25.11% 42.94%
HSB/HSV 351° 40.15% 53.73%
CMYK 0.00% 40.15% 34.31%
46.27%

Color #89525A in popluar number systems.

HEX 89 52 5A
Decimal 137 82 90
Binary 10001001 1010010 1011010
Octal 211 122 132

Shades and tints

Shades of #89525A

#89525A
(137,82,90)
#7D4B52
(125,75,82)
#71444A
(113,68,74)
#653D42
(101,61,66)
#59363A
(89,54,58)
#4D2F32
(77,47,50)
#41282A
(65,40,42)
#352122
(53,33,34)
#291A1A
(41,26,26)
#1D1312
(29,19,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #89525A

#89525A
(137,82,90)
#936169
(147,97,105)
#9D7078
(157,112,120)
#A77F87
(167,127,135)
#B18E96
(177,142,150)
#BB9DA5
(187,157,165)
#C5ACB4
(197,172,180)
#CFBBC3
(207,187,195)
#D9CAD2
(217,202,210)
#E3D9E1
(227,217,225)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89525A color. Also use rgb(137,82,90) instead hex code.

Text Font Color

.myTextColor { color: #89525A; }

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

This text font color is #89525A.

Background Color

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

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

This div background color is #89525A.

Border color

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

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

This div border color is #89525A.

Opacity

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

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

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

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

This text has shadow with #89525A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89525A.

Preview

Color preview on black background

This text has color #89525A on black background.


Color preview on white background

This text has color #89525A on white background.


Black color preview on #89525A background

This text has black color on #89525A background.


White color preview on #89525A background

This text has white color on #89525A background.


Related colors

Complementary color

Complementary color for #hex is #76ADA5.


I love getcolorcode.com

Triadic colors

1 #5A8952 and #525A89 with #89525A are triadic colors.

2 #5A5289 and #52895A with #89525A are triadic colors.