COLOR #8A2446

HEX: #8A2446
RGB: (138,36,70)

Color info

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

RGB color model

#8A2446 color RGB value is (138,36,70).

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

RGB channels and saturation

R 138 of 255 = 54%
G 36 of 255 = 14%
B 70 of 255 = 27%

138
36
70

R + G + B ~ 32%. #8A2446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 36 + 70 = 244 (100%)
R 138 of 244 ~ 56.56%
G 36 of 244 ~ 14.75%
B 70 of 244 ~ 28.69%

%56.56
%14.75
%28.69

CMYK color model

#8A2446 color CMYK value is (0,74,49,46).

  • cyan value is 0.00%
  • magenta value is 73.91%
  • yellow value is 49.28%
  • key color value is 45.88%
CMYK:
(0,74,49,46)
C0M74Y49K46 
(0%,74%,49%,46%)
(0.00/0.74/0.49/0.46)	

CMYK percentages

%0
%73.91
%49.28
%45.88

Codes

Color #8A2446 in popluar color models

8A2446
RGB1383670
HSL340°58.62%34.12%
HSB/HSV340°73.91%54.12%
CMYK0.00%73.91%49.28%
45.88%

Color #8A2446 in popluar number systems.

HEX8A2446
Decimal1383670
Binary100010101001001000110
Octal21244106

Shades and tints

Shades of #8A2446

#8A2446
(138,36,70)
#7E2140
(126,33,64)
#721E3A
(114,30,58)
#661B34
(102,27,52)
#5A182E
(90,24,46)
#4E1528
(78,21,40)
#421222
(66,18,34)
#360F1C
(54,15,28)
#2A0C16
(42,12,22)
#1E0910
(30,9,16)
#12060A
(18,6,10)
#000000
(0,0,0)

Tints of #8A2446

#8A2446
(138,36,70)
#943756
(148,55,86)
#9E4A66
(158,74,102)
#A85D76
(168,93,118)
#B27086
(178,112,134)
#BC8396
(188,131,150)
#C696A6
(198,150,166)
#D0A9B6
(208,169,182)
#DABCC6
(218,188,198)
#E4CFD6
(228,207,214)
#EEE2E6
(238,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A2446; }

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

This text font color is #8A2446.


Background Color

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

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

This div background color is #8A2446.


Border color

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

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

This div border color is #8A2446.


Opacity

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

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

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

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

This text has shadow with #8A2446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A2446 on black background.


Color preview on white background

This text has color #8A2446 on white background.



Black color preview on #8A2446 background

This text has black color on #8A2446 background.


White color preview on #8A2446 background

This text has white color on #8A2446 background.