COLOR #89393F

HEX: #89393F RGB: (137,57,63)

Color info

#89393F contains mainly red color. Web safe color of #89393F is #993333 (or #933).

RGB color model

#89393F color RGB value is (137,57,63).

RGB: (137,57,63) (54%, 22%, 25%)

RGB channels and saturation

R 137 of 255 = 54%
G 57 of 255 = 22%
B 63 of 255 = 25%

137
57
63

R + G + B ~ 34%. #89393F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 137 + 57 + 63 = 257 (100%)
R 137 of 257 ~ 53.31%
G 57 of 257 ~ 22.18%
B 63 of 257 ~ 24.51'%

%53.31
%22.18
%24.51

CMYK color model

#89393F color CMYK value is (0,58,54,46).

  • cyan value is 0.00%
  • magenta value is 58.39%
  • yellow value is 54.01%
  • key color value is 46.27%
CMYK: (0,58,54,46) C0M58Y54K46 (0%,58%,54%,46%) (0.00/0.58/0.54/0.46) 

CMYK percentages

%0
%58.39
%54.01
%46.27

Codes

Color #89393F in popluar color models

89 39 3F
RGB 137 57 63
HSL 356° 41.24% 38.04%
HSB/HSV 356° 58.39% 53.73%
CMYK 0.00% 58.39% 54.01%
46.27%

Color #89393F in popluar number systems.

HEX 89 39 3F
Decimal 137 57 63
Binary 10001001 111001 111111
Octal 211 71 77

Shades and tints

Shades of #89393F

#89393F
(137,57,63)
#7D343A
(125,52,58)
#712F35
(113,47,53)
#652A30
(101,42,48)
#59252B
(89,37,43)
#4D2026
(77,32,38)
#411B21
(65,27,33)
#35161C
(53,22,28)
#291117
(41,17,23)
#1D0C12
(29,12,18)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #89393F

#89393F
(137,57,63)
#934B50
(147,75,80)
#9D5D61
(157,93,97)
#A76F72
(167,111,114)
#B18183
(177,129,131)
#BB9394
(187,147,148)
#C5A5A5
(197,165,165)
#CFB7B6
(207,183,182)
#D9C9C7
(217,201,199)
#E3DBD8
(227,219,216)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89393F color. Also use rgb(137,57,63) instead hex code.

Text Font Color

.myTextColor { color: #89393F; }

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

This text font color is #89393F.

Background Color

.myBgColor { background-color: #89393F; }

<div style="background-color:#89393F">Inner text</div>

This div background color is #89393F.

Border color

.myBorderColor { border: 1px solid #89393F; }

<div style="border:3px solid #89393F">Div</div>

This div border color is #89393F.

Opacity

.myOpacity80 { color: #89393F; opacity: 0.8; }

<p style="color:#89393F;opacity:0.8;">80%</p>

Text with #89393F 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 #89393F;}

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

This text has shadow with #89393F color.


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

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

This text has shadow with #89393F primary color and red secondary color.


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

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

This text has shadow with #89393F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89393F.

Preview

Color preview on black background

This text has color #89393F on black background.


Color preview on white background

This text has color #89393F on white background.


Black color preview on #89393F background

This text has black color on #89393F background.


White color preview on #89393F background

This text has white color on #89393F background.


Related colors

Complementary color

Complementary color for #hex is #76C6C0.


I love getcolorcode.com

Triadic colors

1 #3F8939 and #393F89 with #89393F are triadic colors.

2 #3F3989 and #39893F with #89393F are triadic colors.