COLOR #8A2B15

HEX: #8A2B15
RGB: (138,43,21)

Color info

#8A2B15 contains mainly red color. Web safe color of #8A2B15 is #993300 (or #930).

RGB color model

#8A2B15 color RGB value is (138,43,21).

  • red value is 138;
  • green value is 43;
  • blue value is 21.
RGB:
(138,43,21)
(54%,17%,8%)

RGB channels and saturation

R 138 of 255 = 54%
G 43 of 255 = 17%
B 21 of 255 = 8%

138
43
21

R + G + B ~ 26%. #8A2B15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 43 + 21 = 202 (100%)
R 138 of 202 ~ 68.32%
G 43 of 202 ~ 21.29%
B 21 of 202 ~ 10.4%

%68.32
%21.29
%10.4

CMYK color model

#8A2B15 color CMYK value is (0,69,85,46).

  • cyan value is 0.00%
  • magenta value is 68.84%
  • yellow value is 84.78%
  • key color value is 45.88%
CMYK:
(0,69,85,46)
C0M69Y85K46 
(0%,69%,85%,46%)
(0.00/0.69/0.85/0.46)	

CMYK percentages

%0
%68.84
%84.78
%45.88

Codes

Color #8A2B15 in popluar color models

8A2B15
RGB1384321
HSL11°73.58%31.18%
HSB/HSV11°84.78%54.12%
CMYK0.00%68.84%84.78%
45.88%

Color #8A2B15 in popluar number systems.

HEX8A2B15
Decimal1384321
Binary1000101010101110101
Octal2125325

Shades and tints

Shades of #8A2B15

#8A2B15
(138,43,21)
#7E2814
(126,40,20)
#722513
(114,37,19)
#662212
(102,34,18)
#5A1F11
(90,31,17)
#4E1C10
(78,28,16)
#42190F
(66,25,15)
#36160E
(54,22,14)
#2A130D
(42,19,13)
#1E100C
(30,16,12)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #8A2B15

#8A2B15
(138,43,21)
#943E2A
(148,62,42)
#9E513F
(158,81,63)
#A86454
(168,100,84)
#B27769
(178,119,105)
#BC8A7E
(188,138,126)
#C69D93
(198,157,147)
#D0B0A8
(208,176,168)
#DAC3BD
(218,195,189)
#E4D6D2
(228,214,210)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A2B15 color. Also use rgb(138,43,21) instead hex code.

Text Font Color

.myTextColor { color: #8A2B15; }

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

This text font color is #8A2B15.


Background Color

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

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

This div background color is #8A2B15.


Border color

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

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

This div border color is #8A2B15.


Opacity

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

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

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

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

This text has shadow with #8A2B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A2B15 on black background.


Color preview on white background

This text has color #8A2B15 on white background.



Black color preview on #8A2B15 background

This text has black color on #8A2B15 background.


White color preview on #8A2B15 background

This text has white color on #8A2B15 background.