COLOR #A80840

HEX: #A80840
RGB: (168,8,64)

Color info

#A80840 contains mainly red color. Web safe color of #A80840 is #990033 (or #903).

RGB color model

#A80840 color RGB value is (168,8,64).

  • red value is 168;
  • green value is 8;
  • blue value is 64.
RGB:
(168,8,64)
(66%,3%,25%)

RGB channels and saturation

R 168 of 255 = 66%
G 8 of 255 = 3%
B 64 of 255 = 25%

168
8
64

R + G + B ~ 31%. #A80840 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 8 + 64 = 240 (100%)
R 168 of 240 ~ 70%
G 8 of 240 ~ 3.33%
B 64 of 240 ~ 26.67%

%70
%26.67

CMYK color model

#A80840 color CMYK value is (0,95,62,34).

  • cyan value is 0.00%
  • magenta value is 95.24%
  • yellow value is 61.90%
  • key color value is 34.12%
CMYK:
(0,95,62,34)
C0M95Y62K34 
(0%,95%,62%,34%)
(0.00/0.95/0.62/0.34)	

CMYK percentages

%0
%95.24
%61.9
%34.12

Codes

Color #A80840 in popluar color models

A80840
RGB168864
HSL339°90.91%34.51%
HSB/HSV339°95.24%65.88%
CMYK0.00%95.24%61.90%
34.12%

Color #A80840 in popluar number systems.

HEXA80840
Decimal168864
Binary1010100010001000000
Octal25010100

Shades and tints

Shades of #A80840

#A80840
(168,8,64)
#99083B
(153,8,59)
#8A0836
(138,8,54)
#7B0831
(123,8,49)
#6C082C
(108,8,44)
#5D0827
(93,8,39)
#4E0822
(78,8,34)
#3F081D
(63,8,29)
#300818
(48,8,24)
#210813
(33,8,19)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #A80840

#A80840
(168,8,64)
#AF1E51
(175,30,81)
#B63462
(182,52,98)
#BD4A73
(189,74,115)
#C46084
(196,96,132)
#CB7695
(203,118,149)
#D28CA6
(210,140,166)
#D9A2B7
(217,162,183)
#E0B8C8
(224,184,200)
#E7CED9
(231,206,217)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A80840 color. Also use rgb(168,8,64) instead hex code.

Text Font Color

.myTextColor { color: #A80840; }

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

This text font color is #A80840.


Background Color

.myBgColor { background-color: #A80840; }

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

This div background color is #A80840.


Border color

.myBorderColor { border: 1px solid #A80840; }

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

This div border color is #A80840.


Opacity

.myOpacity80 { color: #A80840; opacity: 0.8; }

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

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

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

This text has shadow with #A80840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A80840 on black background.


Color preview on white background

This text has color #A80840 on white background.



Black color preview on #A80840 background

This text has black color on #A80840 background.


White color preview on #A80840 background

This text has white color on #A80840 background.