COLOR #8A2249

HEX: #8A2249
RGB: (138,34,73)

Color info

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

RGB color model

#8A2249 color RGB value is (138,34,73).

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

RGB channels and saturation

R 138 of 255 = 54%
G 34 of 255 = 13%
B 73 of 255 = 29%

138
34
73

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

Portions of RGB colors in percentages

R + G + B =
138 + 34 + 73 = 245 (100%)
R 138 of 245 ~ 56.33%
G 34 of 245 ~ 13.88%
B 73 of 245 ~ 29.8%

%56.33
%13.88
%29.8

CMYK color model

#8A2249 color CMYK value is (0,75,47,46).

  • cyan value is 0.00%
  • magenta value is 75.36%
  • yellow value is 47.10%
  • key color value is 45.88%
CMYK:
(0,75,47,46)
C0M75Y47K46 
(0%,75%,47%,46%)
(0.00/0.75/0.47/0.46)	

CMYK percentages

%0
%75.36
%47.1
%45.88

Codes

Color #8A2249 in popluar color models

8A2249
RGB1383473
HSL338°60.47%33.73%
HSB/HSV338°75.36%54.12%
CMYK0.00%75.36%47.10%
45.88%

Color #8A2249 in popluar number systems.

HEX8A2249
Decimal1383473
Binary100010101000101001001
Octal21242111

Shades and tints

Shades of #8A2249

#8A2249
(138,34,73)
#7E1F43
(126,31,67)
#721C3D
(114,28,61)
#661937
(102,25,55)
#5A1631
(90,22,49)
#4E132B
(78,19,43)
#421025
(66,16,37)
#360D1F
(54,13,31)
#2A0A19
(42,10,25)
#1E0713
(30,7,19)
#12040D
(18,4,13)
#000000
(0,0,0)

Tints of #8A2249

#8A2249
(138,34,73)
#943659
(148,54,89)
#9E4A69
(158,74,105)
#A85E79
(168,94,121)
#B27289
(178,114,137)
#BC8699
(188,134,153)
#C69AA9
(198,154,169)
#D0AEB9
(208,174,185)
#DAC2C9
(218,194,201)
#E4D6D9
(228,214,217)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A2249; }

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

This text font color is #8A2249.


Background Color

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

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

This div background color is #8A2249.


Border color

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

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

This div border color is #8A2249.


Opacity

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

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

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

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

This text has shadow with #8A2249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A2249 on black background.


Color preview on white background

This text has color #8A2249 on white background.



Black color preview on #8A2249 background

This text has black color on #8A2249 background.


White color preview on #8A2249 background

This text has white color on #8A2249 background.