COLOR #89626B

HEX: #89626B RGB: (137,98,107)

Color info

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

RGB color model

#89626B color RGB value is (137,98,107).

RGB: (137,98,107) (54%, 38%, 42%)

RGB channels and saturation

R 137 of 255 = 54%
G 98 of 255 = 38%
B 107 of 255 = 42%

137
98
107

R + G + B ~ 45%. #89626B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 98 + 107 = 342 (100%)
R 137 of 342 ~ 40.06%
G 98 of 342 ~ 28.65%
B 107 of 342 ~ 31.29'%

%40.06
%28.65
%31.29

CMYK color model

#89626B color CMYK value is (0,28,22,46).

  • cyan value is 0.00%
  • magenta value is 28.47%
  • yellow value is 21.90%
  • key color value is 46.27%

CMYK: (0,28,22,46)
C0M28Y22K46 (0%, 28%, 22%, 46%)
(0.00 / 0.28 / 0.22 / 0.46)

CMYK percentages

%0
%28.47
%21.9
%46.27

Codes

Color #89626B in popluar color models

89 62 6B
RGB 137 98 107
HSL 346° 16.60% 46.08%
HSB/HSV 346° 28.47% 53.73%
CMYK 0.00% 28.47% 21.90%
46.27%

Color #89626B in popluar number systems.

HEX 89 62 6B
Decimal 137 98 107
Binary 10001001 1100010 1101011
Octal 211 142 153

Shades and tints

Shades of #89626B

#89626B
(137,98,107)
#7D5A62
(125,90,98)
#715259
(113,82,89)
#654A50
(101,74,80)
#594247
(89,66,71)
#4D3A3E
(77,58,62)
#413235
(65,50,53)
#352A2C
(53,42,44)
#292223
(41,34,35)
#1D1A1A
(29,26,26)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #89626B

#89626B
(137,98,107)
#937078
(147,112,120)
#9D7E85
(157,126,133)
#A78C92
(167,140,146)
#B19A9F
(177,154,159)
#BBA8AC
(187,168,172)
#C5B6B9
(197,182,185)
#CFC4C6
(207,196,198)
#D9D2D3
(217,210,211)
#E3E0E0
(227,224,224)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89626B color. Also use rgb(137,98,107) instead hex code.

Text Font Color

.myTextColor { color: #89626B; }

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

This text font color is #89626B.

Background Color

.myBgColor { background-color: #89626B; }

<div style="background-color:#89626B">Inner text</div>

This div background color is #89626B.

Border color

.myBorderColor { border: 1px solid #89626B; }

<div style="border:3px solid #89626B">Div</div>

This div border color is #89626B.

Opacity

.myOpacity80 { color: #89626B; opacity: 0.8; }

<p style="color:#89626B;opacity:0.8;">80%</p>

Text with #89626B 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 #89626B;}

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

This text has shadow with #89626B color.


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

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

This text has shadow with #89626B primary color and red secondary color.


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

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

This text has shadow with #89626B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89626B.

Preview

Color preview on black background

This text has color #89626B on black background.


Color preview on white background

This text has color #89626B on white background.


Black color preview on #89626B background

This text has black color on #89626B background.


White color preview on #89626B background

This text has white color on #89626B background.


Related colors

Complementary color

Complementary color for #hex is #769D94.


I love getcolorcode.com

Triadic colors

1 #6B8962 and #626B89 with #89626B are triadic colors.

2 #6B6289 and #62896B with #89626B are triadic colors.