COLOR #8A2224

HEX: #8A2224
RGB: (138,34,36)

Color info

#8A2224 contains mainly red color. Web safe color of #8A2224 is #993333 (or #933).

RGB color model

#8A2224 color RGB value is (138,34,36).

  • red value is 138;
  • green value is 34;
  • blue value is 36.
RGB:
(138,34,36)
(54%,13%,14%)

RGB channels and saturation

R 138 of 255 = 54%
G 34 of 255 = 13%
B 36 of 255 = 14%

138
34
36

R + G + B ~ 27%. #8A2224 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 34 + 36 = 208 (100%)
R 138 of 208 ~ 66.35%
G 34 of 208 ~ 16.35%
B 36 of 208 ~ 17.31%

%66.35
%16.35
%17.31

CMYK color model

#8A2224 color CMYK value is (0,75,74,46).

  • cyan value is 0.00%
  • magenta value is 75.36%
  • yellow value is 73.91%
  • key color value is 45.88%
CMYK:
(0,75,74,46)
C0M75Y74K46 
(0%,75%,74%,46%)
(0.00/0.75/0.74/0.46)	

CMYK percentages

%0
%75.36
%73.91
%45.88

Codes

Color #8A2224 in popluar color models

8A2224
RGB1383436
HSL359°60.47%33.73%
HSB/HSV359°75.36%54.12%
CMYK0.00%75.36%73.91%
45.88%

Color #8A2224 in popluar number systems.

HEX8A2224
Decimal1383436
Binary10001010100010100100
Octal2124244

Shades and tints

Shades of #8A2224

#8A2224
(138,34,36)
#7E1F21
(126,31,33)
#721C1E
(114,28,30)
#66191B
(102,25,27)
#5A1618
(90,22,24)
#4E1315
(78,19,21)
#421012
(66,16,18)
#360D0F
(54,13,15)
#2A0A0C
(42,10,12)
#1E0709
(30,7,9)
#120406
(18,4,6)
#000000
(0,0,0)

Tints of #8A2224

#8A2224
(138,34,36)
#943637
(148,54,55)
#9E4A4A
(158,74,74)
#A85E5D
(168,94,93)
#B27270
(178,114,112)
#BC8683
(188,134,131)
#C69A96
(198,154,150)
#D0AEA9
(208,174,169)
#DAC2BC
(218,194,188)
#E4D6CF
(228,214,207)
#EEEAE2
(238,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A2224 color. Also use rgb(138,34,36) instead hex code.

Text Font Color

.myTextColor { color: #8A2224; }

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

This text font color is #8A2224.


Background Color

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

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

This div background color is #8A2224.


Border color

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

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

This div border color is #8A2224.


Opacity

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

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

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

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

This text has shadow with #8A2224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A2224 on black background.


Color preview on white background

This text has color #8A2224 on white background.



Black color preview on #8A2224 background

This text has black color on #8A2224 background.


White color preview on #8A2224 background

This text has white color on #8A2224 background.