COLOR #8A0006

HEX: #8A0006
RGB: (138,0,6)

Color info

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

RGB color model

#8A0006 color RGB value is (138,0,6).

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

RGB channels and saturation

R 138 of 255 = 54%
G 0 of 255 = 0%
B 6 of 255 = 2%

138
0
6

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

Portions of RGB colors in percentages

R + G + B =
138 + 0 + 6 = 144 (100%)
R 138 of 144 ~ 95.83%
G 0 of 144 ~ 0%
B 6 of 144 ~ 4.17%

%95.83

CMYK color model

#8A0006 color CMYK value is (0,100,96,46).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 95.65%
  • key color value is 45.88%
CMYK:
(0,100,96,46)
C0M100Y96K46 
(0%,100%,96%,46%)
(0.00/1.00/0.96/0.46)	

CMYK percentages

%0
%100
%95.65
%45.88

Codes

Color #8A0006 in popluar color models

8A0006
RGB13806
HSL357°100.00%27.06%
HSB/HSV357°100.00%54.12%
CMYK0.00%100.00%95.65%
45.88%

Color #8A0006 in popluar number systems.

HEX8A0006
Decimal13806
Binary100010100110
Octal21206

Shades and tints

Shades of #8A0006

#8A0006
(138,0,6)
#7E0006
(126,0,6)
#720006
(114,0,6)
#660006
(102,0,6)
#5A0006
(90,0,6)
#4E0006
(78,0,6)
#420006
(66,0,6)
#360006
(54,0,6)
#2A0006
(42,0,6)
#1E0006
(30,0,6)
#120006
(18,0,6)
#000000
(0,0,0)

Tints of #8A0006

#8A0006
(138,0,6)
#94171C
(148,23,28)
#9E2E32
(158,46,50)
#A84548
(168,69,72)
#B25C5E
(178,92,94)
#BC7374
(188,115,116)
#C68A8A
(198,138,138)
#D0A1A0
(208,161,160)
#DAB8B6
(218,184,182)
#E4CFCC
(228,207,204)
#EEE6E2
(238,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A0006 color. Also use rgb(138,0,6) instead hex code.

Text Font Color

.myTextColor { color: #8A0006; }

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

This text font color is #8A0006.


Background Color

.myBgColor { background-color: #8A0006; }

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

This div background color is #8A0006.


Border color

.myBorderColor { border: 1px solid #8A0006; }

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

This div border color is #8A0006.


Opacity

.myOpacity80 { color: #8A0006; opacity: 0.8; }

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

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

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

This text has shadow with #8A0006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A0006 on black background.


Color preview on white background

This text has color #8A0006 on white background.



Black color preview on #8A0006 background

This text has black color on #8A0006 background.


White color preview on #8A0006 background

This text has white color on #8A0006 background.