COLOR #89626D

HEX: #89626D
RGB: (137,98,109)

Color info

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

RGB color model

#89626D color RGB value is (137,98,109).

  • red value is 137;
  • green value is 98;
  • blue value is 109.
RGB:
(137,98,109)
(54%,38%,43%)

RGB channels and saturation

R 137 of 255 = 54%
G 98 of 255 = 38%
B 109 of 255 = 43%

137
98
109

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

Portions of RGB colors in percentages

R + G + B =
137 + 98 + 109 = 344 (100%)
R 137 of 344 ~ 39.83%
G 98 of 344 ~ 28.49%
B 109 of 344 ~ 31.69%

%39.83
%28.49
%31.69

CMYK color model

#89626D color CMYK value is (0,28,20,46).

  • cyan value is 0.00%
  • magenta value is 28.47%
  • yellow value is 20.44%
  • key color value is 46.27%
CMYK:
(0,28,20,46)
C0M28Y20K46 
(0%,28%,20%,46%)
(0.00/0.28/0.20/0.46)	

CMYK percentages

%0
%28.47
%20.44
%46.27

Codes

Color #89626D in popluar color models

89626D
RGB13798109
HSL343°16.60%46.08%
HSB/HSV343°28.47%53.73%
CMYK0.00%28.47%20.44%
46.27%

Color #89626D in popluar number systems.

HEX89626D
Decimal13798109
Binary1000100111000101101101
Octal211142155

Shades and tints

Shades of #89626D

#89626D
(137,98,109)
#7D5A64
(125,90,100)
#71525B
(113,82,91)
#654A52
(101,74,82)
#594249
(89,66,73)
#4D3A40
(77,58,64)
#413237
(65,50,55)
#352A2E
(53,42,46)
#292225
(41,34,37)
#1D1A1C
(29,26,28)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #89626D

#89626D
(137,98,109)
#93707A
(147,112,122)
#9D7E87
(157,126,135)
#A78C94
(167,140,148)
#B19AA1
(177,154,161)
#BBA8AE
(187,168,174)
#C5B6BB
(197,182,187)
#CFC4C8
(207,196,200)
#D9D2D5
(217,210,213)
#E3E0E2
(227,224,226)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89626D; }

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

This text font color is #89626D.


Background Color

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

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

This div background color is #89626D.


Border color

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

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

This div border color is #89626D.


Opacity

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

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

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

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

This text has shadow with #89626D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89626D on black background.


Color preview on white background

This text has color #89626D on white background.



Black color preview on #89626D background

This text has black color on #89626D background.


White color preview on #89626D background

This text has white color on #89626D background.