COLOR #8A0026

HEX: #8A0026
RGB: (138,0,38)

Color info

#8A0026 contains mainly red color. Web safe color of #8A0026 is #990033 (or #903).

RGB color model

#8A0026 color RGB value is (138,0,38).

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

RGB channels and saturation

R 138 of 255 = 54%
G 0 of 255 = 0%
B 38 of 255 = 15%

138
0
38

R + G + B ~ 23%. #8A0026 is dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 0 + 38 = 176 (100%)
R 138 of 176 ~ 78.41%
G 0 of 176 ~ 0%
B 38 of 176 ~ 21.59%

%78.41
%21.59

CMYK color model

#8A0026 color CMYK value is (0,100,72,46).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 72.46%
  • key color value is 45.88%
CMYK:
(0,100,72,46)
C0M100Y72K46 
(0%,100%,72%,46%)
(0.00/1.00/0.72/0.46)	

CMYK percentages

%0
%100
%72.46
%45.88

Codes

Color #8A0026 in popluar color models

8A0026
RGB138038
HSL343°100.00%27.06%
HSB/HSV343°100.00%54.12%
CMYK0.00%100.00%72.46%
45.88%

Color #8A0026 in popluar number systems.

HEX8A0026
Decimal138038
Binary100010100100110
Octal212046

Shades and tints

Shades of #8A0026

#8A0026
(138,0,38)
#7E0023
(126,0,35)
#720020
(114,0,32)
#66001D
(102,0,29)
#5A001A
(90,0,26)
#4E0017
(78,0,23)
#420014
(66,0,20)
#360011
(54,0,17)
#2A000E
(42,0,14)
#1E000B
(30,0,11)
#120008
(18,0,8)
#000000
(0,0,0)

Tints of #8A0026

#8A0026
(138,0,38)
#941739
(148,23,57)
#9E2E4C
(158,46,76)
#A8455F
(168,69,95)
#B25C72
(178,92,114)
#BC7385
(188,115,133)
#C68A98
(198,138,152)
#D0A1AB
(208,161,171)
#DAB8BE
(218,184,190)
#E4CFD1
(228,207,209)
#EEE6E4
(238,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A0026; }

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

This text font color is #8A0026.


Background Color

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

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

This div background color is #8A0026.


Border color

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

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

This div border color is #8A0026.


Opacity

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

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

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

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

This text has shadow with #8A0026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A0026 on black background.


Color preview on white background

This text has color #8A0026 on white background.



Black color preview on #8A0026 background

This text has black color on #8A0026 background.


White color preview on #8A0026 background

This text has white color on #8A0026 background.