COLOR #890612

HEX: #890612
RGB: (137,6,18)

Color info

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

RGB color model

#890612 color RGB value is (137,6,18).

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

RGB channels and saturation

R 137 of 255 = 54%
G 6 of 255 = 2%
B 18 of 255 = 7%

137
6
18

R + G + B ~ 21%. #890612 is dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 6 + 18 = 161 (100%)
R 137 of 161 ~ 85.09%
G 6 of 161 ~ 3.73%
B 18 of 161 ~ 11.18%

%85.09
%11.18

CMYK color model

#890612 color CMYK value is (0,96,87,46).

  • cyan value is 0.00%
  • magenta value is 95.62%
  • yellow value is 86.86%
  • key color value is 46.27%
CMYK:
(0,96,87,46)
C0M96Y87K46 
(0%,96%,87%,46%)
(0.00/0.96/0.87/0.46)	

CMYK percentages

%0
%95.62
%86.86
%46.27

Codes

Color #890612 in popluar color models

890612
RGB137618
HSL355°91.61%28.04%
HSB/HSV355°95.62%53.73%
CMYK0.00%95.62%86.86%
46.27%

Color #890612 in popluar number systems.

HEX890612
Decimal137618
Binary1000100111010010
Octal211622

Shades and tints

Shades of #890612

#890612
(137,6,18)
#7D0611
(125,6,17)
#710610
(113,6,16)
#65060F
(101,6,15)
#59060E
(89,6,14)
#4D060D
(77,6,13)
#41060C
(65,6,12)
#35060B
(53,6,11)
#29060A
(41,6,10)
#1D0609
(29,6,9)
#110608
(17,6,8)
#000000
(0,0,0)

Tints of #890612

#890612
(137,6,18)
#931C27
(147,28,39)
#9D323C
(157,50,60)
#A74851
(167,72,81)
#B15E66
(177,94,102)
#BB747B
(187,116,123)
#C58A90
(197,138,144)
#CFA0A5
(207,160,165)
#D9B6BA
(217,182,186)
#E3CCCF
(227,204,207)
#EDE2E4
(237,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #890612; }

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

This text font color is #890612.


Background Color

.myBgColor { background-color: #890612; }

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

This div background color is #890612.


Border color

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

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

This div border color is #890612.


Opacity

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

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

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

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

This text has shadow with #890612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #890612 on black background.


Color preview on white background

This text has color #890612 on white background.



Black color preview on #890612 background

This text has black color on #890612 background.


White color preview on #890612 background

This text has white color on #890612 background.