COLOR #890406

HEX: #890406
RGB: (137,4,6)

Color info

#890406 contains mainly red color. Web safe color of #890406 is #990000 (or #900).

RGB color model

#890406 color RGB value is (137,4,6).

  • red value is 137;
  • green value is 4;
  • blue value is 6.
RGB:
(137,4,6)
(54%,2%,2%)

RGB channels and saturation

R 137 of 255 = 54%
G 4 of 255 = 2%
B 6 of 255 = 2%

137
4
6

R + G + B ~ 19%. #890406 is dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 4 + 6 = 147 (100%)
R 137 of 147 ~ 93.2%
G 4 of 147 ~ 2.72%
B 6 of 147 ~ 4.08%

%93.2

CMYK color model

#890406 color CMYK value is (0,97,96,46).

  • cyan value is 0.00%
  • magenta value is 97.08%
  • yellow value is 95.62%
  • key color value is 46.27%
CMYK:
(0,97,96,46)
C0M97Y96K46 
(0%,97%,96%,46%)
(0.00/0.97/0.96/0.46)	

CMYK percentages

%0
%97.08
%95.62
%46.27

Codes

Color #890406 in popluar color models

890406
RGB13746
HSL359°94.33%27.65%
HSB/HSV359°97.08%53.73%
CMYK0.00%97.08%95.62%
46.27%

Color #890406 in popluar number systems.

HEX890406
Decimal13746
Binary10001001100110
Octal21146

Shades and tints

Shades of #890406

#890406
(137,4,6)
#7D0406
(125,4,6)
#710406
(113,4,6)
#650406
(101,4,6)
#590406
(89,4,6)
#4D0406
(77,4,6)
#410406
(65,4,6)
#350406
(53,4,6)
#290406
(41,4,6)
#1D0406
(29,4,6)
#110406
(17,4,6)
#000000
(0,0,0)

Tints of #890406

#890406
(137,4,6)
#931A1C
(147,26,28)
#9D3032
(157,48,50)
#A74648
(167,70,72)
#B15C5E
(177,92,94)
#BB7274
(187,114,116)
#C5888A
(197,136,138)
#CF9EA0
(207,158,160)
#D9B4B6
(217,180,182)
#E3CACC
(227,202,204)
#EDE0E2
(237,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #890406 color. Also use rgb(137,4,6) instead hex code.

Text Font Color

.myTextColor { color: #890406; }

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

This text font color is #890406.


Background Color

.myBgColor { background-color: #890406; }

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

This div background color is #890406.


Border color

.myBorderColor { border: 1px solid #890406; }

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

This div border color is #890406.


Opacity

.myOpacity80 { color: #890406; opacity: 0.8; }

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

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

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

This text has shadow with #890406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #890406 on black background.


Color preview on white background

This text has color #890406 on white background.



Black color preview on #890406 background

This text has black color on #890406 background.


White color preview on #890406 background

This text has white color on #890406 background.