COLOR #8A2D47

HEX: #8A2D47
RGB: (138,45,71)

Color info

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

RGB color model

#8A2D47 color RGB value is (138,45,71).

  • red value is 138;
  • green value is 45;
  • blue value is 71.
RGB:
(138,45,71)
(54%,18%,28%)

RGB channels and saturation

R 138 of 255 = 54%
G 45 of 255 = 18%
B 71 of 255 = 28%

138
45
71

R + G + B ~ 33%. #8A2D47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 45 + 71 = 254 (100%)
R 138 of 254 ~ 54.33%
G 45 of 254 ~ 17.72%
B 71 of 254 ~ 27.95%

%54.33
%17.72
%27.95

CMYK color model

#8A2D47 color CMYK value is (0,67,49,46).

  • cyan value is 0.00%
  • magenta value is 67.39%
  • yellow value is 48.55%
  • key color value is 45.88%
CMYK:
(0,67,49,46)
C0M67Y49K46 
(0%,67%,49%,46%)
(0.00/0.67/0.49/0.46)	

CMYK percentages

%0
%67.39
%48.55
%45.88

Codes

Color #8A2D47 in popluar color models

8A2D47
RGB1384571
HSL343°50.82%35.88%
HSB/HSV343°67.39%54.12%
CMYK0.00%67.39%48.55%
45.88%

Color #8A2D47 in popluar number systems.

HEX8A2D47
Decimal1384571
Binary100010101011011000111
Octal21255107

Shades and tints

Shades of #8A2D47

#8A2D47
(138,45,71)
#7E2941
(126,41,65)
#72253B
(114,37,59)
#662135
(102,33,53)
#5A1D2F
(90,29,47)
#4E1929
(78,25,41)
#421523
(66,21,35)
#36111D
(54,17,29)
#2A0D17
(42,13,23)
#1E0911
(30,9,17)
#12050B
(18,5,11)
#000000
(0,0,0)

Tints of #8A2D47

#8A2D47
(138,45,71)
#944057
(148,64,87)
#9E5367
(158,83,103)
#A86677
(168,102,119)
#B27987
(178,121,135)
#BC8C97
(188,140,151)
#C69FA7
(198,159,167)
#D0B2B7
(208,178,183)
#DAC5C7
(218,197,199)
#E4D8D7
(228,216,215)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A2D47 color. Also use rgb(138,45,71) instead hex code.

Text Font Color

.myTextColor { color: #8A2D47; }

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

This text font color is #8A2D47.


Background Color

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

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

This div background color is #8A2D47.


Border color

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

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

This div border color is #8A2D47.


Opacity

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

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

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

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

This text has shadow with #8A2D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A2D47 on black background.


Color preview on white background

This text has color #8A2D47 on white background.



Black color preview on #8A2D47 background

This text has black color on #8A2D47 background.


White color preview on #8A2D47 background

This text has white color on #8A2D47 background.