COLOR #89350D

HEX: #89350D
RGB: (137,53,13)

Color info

#89350D contains mainly red color. Web safe color of #89350D is #993300 (or #930).

RGB color model

#89350D color RGB value is (137,53,13).

  • red value is 137;
  • green value is 53;
  • blue value is 13.
RGB:
(137,53,13)
(54%,21%,5%)

RGB channels and saturation

R 137 of 255 = 54%
G 53 of 255 = 21%
B 13 of 255 = 5%

137
53
13

R + G + B ~ 27%. #89350D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 53 + 13 = 203 (100%)
R 137 of 203 ~ 67.49%
G 53 of 203 ~ 26.11%
B 13 of 203 ~ 6.4%

%67.49
%26.11

CMYK color model

#89350D color CMYK value is (0,61,91,46).

  • cyan value is 0.00%
  • magenta value is 61.31%
  • yellow value is 90.51%
  • key color value is 46.27%
CMYK:
(0,61,91,46)
C0M61Y91K46 
(0%,61%,91%,46%)
(0.00/0.61/0.91/0.46)	

CMYK percentages

%0
%61.31
%90.51
%46.27

Codes

Color #89350D in popluar color models

89350D
RGB1375313
HSL19°82.67%29.41%
HSB/HSV19°90.51%53.73%
CMYK0.00%61.31%90.51%
46.27%

Color #89350D in popluar number systems.

HEX89350D
Decimal1375313
Binary100010011101011101
Octal2116515

Shades and tints

Shades of #89350D

#89350D
(137,53,13)
#7D310C
(125,49,12)
#712D0B
(113,45,11)
#65290A
(101,41,10)
#592509
(89,37,9)
#4D2108
(77,33,8)
#411D07
(65,29,7)
#351906
(53,25,6)
#291505
(41,21,5)
#1D1104
(29,17,4)
#110D03
(17,13,3)
#000000
(0,0,0)

Tints of #89350D

#89350D
(137,53,13)
#934723
(147,71,35)
#9D5939
(157,89,57)
#A76B4F
(167,107,79)
#B17D65
(177,125,101)
#BB8F7B
(187,143,123)
#C5A191
(197,161,145)
#CFB3A7
(207,179,167)
#D9C5BD
(217,197,189)
#E3D7D3
(227,215,211)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89350D color. Also use rgb(137,53,13) instead hex code.

Text Font Color

.myTextColor { color: #89350D; }

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

This text font color is #89350D.


Background Color

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

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

This div background color is #89350D.


Border color

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

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

This div border color is #89350D.


Opacity

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

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

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

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

This text has shadow with #89350D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89350D on black background.


Color preview on white background

This text has color #89350D on white background.



Black color preview on #89350D background

This text has black color on #89350D background.


White color preview on #89350D background

This text has white color on #89350D background.