COLOR #8A2A1D

HEX: #8A2A1D
RGB: (138,42,29)

Color info

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

RGB color model

#8A2A1D color RGB value is (138,42,29).

  • red value is 138;
  • green value is 42;
  • blue value is 29.
RGB:
(138,42,29)
(54%,16%,11%)

RGB channels and saturation

R 138 of 255 = 54%
G 42 of 255 = 16%
B 29 of 255 = 11%

138
42
29

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

Portions of RGB colors in percentages

R + G + B =
138 + 42 + 29 = 209 (100%)
R 138 of 209 ~ 66.03%
G 42 of 209 ~ 20.1%
B 29 of 209 ~ 13.88%

%66.03
%20.1
%13.88

CMYK color model

#8A2A1D color CMYK value is (0,70,79,46).

  • cyan value is 0.00%
  • magenta value is 69.57%
  • yellow value is 78.99%
  • key color value is 45.88%
CMYK:
(0,70,79,46)
C0M70Y79K46 
(0%,70%,79%,46%)
(0.00/0.70/0.79/0.46)	

CMYK percentages

%0
%69.57
%78.99
%45.88

Codes

Color #8A2A1D in popluar color models

8A2A1D
RGB1384229
HSL65.27%32.75%
HSB/HSV78.99%54.12%
CMYK0.00%69.57%78.99%
45.88%

Color #8A2A1D in popluar number systems.

HEX8A2A1D
Decimal1384229
Binary1000101010101011101
Octal2125235

Shades and tints

Shades of #8A2A1D

#8A2A1D
(138,42,29)
#7E271B
(126,39,27)
#722419
(114,36,25)
#662117
(102,33,23)
#5A1E15
(90,30,21)
#4E1B13
(78,27,19)
#421811
(66,24,17)
#36150F
(54,21,15)
#2A120D
(42,18,13)
#1E0F0B
(30,15,11)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #8A2A1D

#8A2A1D
(138,42,29)
#943D31
(148,61,49)
#9E5045
(158,80,69)
#A86359
(168,99,89)
#B2766D
(178,118,109)
#BC8981
(188,137,129)
#C69C95
(198,156,149)
#D0AFA9
(208,175,169)
#DAC2BD
(218,194,189)
#E4D5D1
(228,213,209)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A2A1D color. Also use rgb(138,42,29) instead hex code.

Text Font Color

.myTextColor { color: #8A2A1D; }

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

This text font color is #8A2A1D.


Background Color

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

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

This div background color is #8A2A1D.


Border color

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

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

This div border color is #8A2A1D.


Opacity

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

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

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

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

This text has shadow with #8A2A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A2A1D on black background.


Color preview on white background

This text has color #8A2A1D on white background.



Black color preview on #8A2A1D background

This text has black color on #8A2A1D background.


White color preview on #8A2A1D background

This text has white color on #8A2A1D background.