COLOR #89392C

HEX: #89392C
RGB: (137,57,44)

Color info

#89392C contains mainly red color. Web safe color of #89392C is #993333 (or #933).

RGB color model

#89392C color RGB value is (137,57,44).

  • red value is 137;
  • green value is 57;
  • blue value is 44.
RGB:
(137,57,44)
(54%,22%,17%)

RGB channels and saturation

R 137 of 255 = 54%
G 57 of 255 = 22%
B 44 of 255 = 17%

137
57
44

R + G + B ~ 31%. #89392C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 57 + 44 = 238 (100%)
R 137 of 238 ~ 57.56%
G 57 of 238 ~ 23.95%
B 44 of 238 ~ 18.49%

%57.56
%23.95
%18.49

CMYK color model

#89392C color CMYK value is (0,58,68,46).

  • cyan value is 0.00%
  • magenta value is 58.39%
  • yellow value is 67.88%
  • key color value is 46.27%
CMYK:
(0,58,68,46)
C0M58Y68K46 
(0%,58%,68%,46%)
(0.00/0.58/0.68/0.46)	

CMYK percentages

%0
%58.39
%67.88
%46.27

Codes

Color #89392C in popluar color models

89392C
RGB1375744
HSL51.38%35.49%
HSB/HSV67.88%53.73%
CMYK0.00%58.39%67.88%
46.27%

Color #89392C in popluar number systems.

HEX89392C
Decimal1375744
Binary10001001111001101100
Octal2117154

Shades and tints

Shades of #89392C

#89392C
(137,57,44)
#7D3428
(125,52,40)
#712F24
(113,47,36)
#652A20
(101,42,32)
#59251C
(89,37,28)
#4D2018
(77,32,24)
#411B14
(65,27,20)
#351610
(53,22,16)
#29110C
(41,17,12)
#1D0C08
(29,12,8)
#110704
(17,7,4)
#000000
(0,0,0)

Tints of #89392C

#89392C
(137,57,44)
#934B3F
(147,75,63)
#9D5D52
(157,93,82)
#A76F65
(167,111,101)
#B18178
(177,129,120)
#BB938B
(187,147,139)
#C5A59E
(197,165,158)
#CFB7B1
(207,183,177)
#D9C9C4
(217,201,196)
#E3DBD7
(227,219,215)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89392C color. Also use rgb(137,57,44) instead hex code.

Text Font Color

.myTextColor { color: #89392C; }

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

This text font color is #89392C.


Background Color

.myBgColor { background-color: #89392C; }

<div style="background-color:#89392C">Inner text</div>

This div background color is #89392C.


Border color

.myBorderColor { border: 1px solid #89392C; }

<div style="border:3px solid #89392C">Div</div>

This div border color is #89392C.


Opacity

.myOpacity80 { color: #89392C; opacity: 0.8; }

<p style="color:#89392C;opacity:0.8;">80%</p>

Text with #89392C 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 #89392C;}

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

This text has shadow with #89392C color.

.textShadow {text-shadow: 3px 3px 1px #89392C, 3px 3px 1px red;}

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

This text has shadow with #89392C primary color and red secondary color.


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

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

This text has shadow with #89392C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89392C on black background.


Color preview on white background

This text has color #89392C on white background.



Black color preview on #89392C background

This text has black color on #89392C background.


White color preview on #89392C background

This text has white color on #89392C background.