COLOR #8A2B2C

HEX: #8A2B2C
RGB: (138,43,44)

Color info

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

RGB color model

#8A2B2C color RGB value is (138,43,44).

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

RGB channels and saturation

R 138 of 255 = 54%
G 43 of 255 = 17%
B 44 of 255 = 17%

138
43
44

R + G + B ~ 29%. #8A2B2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 43 + 44 = 225 (100%)
R 138 of 225 ~ 61.33%
G 43 of 225 ~ 19.11%
B 44 of 225 ~ 19.56%

%61.33
%19.11
%19.56

CMYK color model

#8A2B2C color CMYK value is (0,69,68,46).

  • cyan value is 0.00%
  • magenta value is 68.84%
  • yellow value is 68.12%
  • key color value is 45.88%
CMYK:
(0,69,68,46)
C0M69Y68K46 
(0%,69%,68%,46%)
(0.00/0.69/0.68/0.46)	

CMYK percentages

%0
%68.84
%68.12
%45.88

Codes

Color #8A2B2C in popluar color models

8A2B2C
RGB1384344
HSL359°52.49%35.49%
HSB/HSV359°68.84%54.12%
CMYK0.00%68.84%68.12%
45.88%

Color #8A2B2C in popluar number systems.

HEX8A2B2C
Decimal1384344
Binary10001010101011101100
Octal2125354

Shades and tints

Shades of #8A2B2C

#8A2B2C
(138,43,44)
#7E2828
(126,40,40)
#722524
(114,37,36)
#662220
(102,34,32)
#5A1F1C
(90,31,28)
#4E1C18
(78,28,24)
#421914
(66,25,20)
#361610
(54,22,16)
#2A130C
(42,19,12)
#1E1008
(30,16,8)
#120D04
(18,13,4)
#000000
(0,0,0)

Tints of #8A2B2C

#8A2B2C
(138,43,44)
#943E3F
(148,62,63)
#9E5152
(158,81,82)
#A86465
(168,100,101)
#B27778
(178,119,120)
#BC8A8B
(188,138,139)
#C69D9E
(198,157,158)
#D0B0B1
(208,176,177)
#DAC3C4
(218,195,196)
#E4D6D7
(228,214,215)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A2B2C; }

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

This text font color is #8A2B2C.


Background Color

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

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

This div background color is #8A2B2C.


Border color

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

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

This div border color is #8A2B2C.


Opacity

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

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

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

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

This text has shadow with #8A2B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A2B2C on black background.


Color preview on white background

This text has color #8A2B2C on white background.



Black color preview on #8A2B2C background

This text has black color on #8A2B2C background.


White color preview on #8A2B2C background

This text has white color on #8A2B2C background.