COLOR #A80F42

HEX: #A80F42
RGB: (168,15,66)

Color info

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

RGB color model

#A80F42 color RGB value is (168,15,66).

  • red value is 168;
  • green value is 15;
  • blue value is 66.
RGB:
(168,15,66)
(66%,6%,26%)

RGB channels and saturation

R 168 of 255 = 66%
G 15 of 255 = 6%
B 66 of 255 = 26%

168
15
66

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

Portions of RGB colors in percentages

R + G + B =
168 + 15 + 66 = 249 (100%)
R 168 of 249 ~ 67.47%
G 15 of 249 ~ 6.02%
B 66 of 249 ~ 26.51%

%67.47
%26.51

CMYK color model

#A80F42 color CMYK value is (0,91,61,34).

  • cyan value is 0.00%
  • magenta value is 91.07%
  • yellow value is 60.71%
  • key color value is 34.12%
CMYK:
(0,91,61,34)
C0M91Y61K34 
(0%,91%,61%,34%)
(0.00/0.91/0.61/0.34)	

CMYK percentages

%0
%91.07
%60.71
%34.12

Codes

Color #A80F42 in popluar color models

A80F42
RGB1681566
HSL340°83.61%35.88%
HSB/HSV340°91.07%65.88%
CMYK0.00%91.07%60.71%
34.12%

Color #A80F42 in popluar number systems.

HEXA80F42
Decimal1681566
Binary1010100011111000010
Octal25017102

Shades and tints

Shades of #A80F42

#A80F42
(168,15,66)
#990E3C
(153,14,60)
#8A0D36
(138,13,54)
#7B0C30
(123,12,48)
#6C0B2A
(108,11,42)
#5D0A24
(93,10,36)
#4E091E
(78,9,30)
#3F0818
(63,8,24)
#300712
(48,7,18)
#21060C
(33,6,12)
#120506
(18,5,6)
#000000
(0,0,0)

Tints of #A80F42

#A80F42
(168,15,66)
#AF2453
(175,36,83)
#B63964
(182,57,100)
#BD4E75
(189,78,117)
#C46386
(196,99,134)
#CB7897
(203,120,151)
#D28DA8
(210,141,168)
#D9A2B9
(217,162,185)
#E0B7CA
(224,183,202)
#E7CCDB
(231,204,219)
#EEE1EC
(238,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A80F42 color. Also use rgb(168,15,66) instead hex code.

Text Font Color

.myTextColor { color: #A80F42; }

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

This text font color is #A80F42.


Background Color

.myBgColor { background-color: #A80F42; }

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

This div background color is #A80F42.


Border color

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

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

This div border color is #A80F42.


Opacity

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

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

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

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

This text has shadow with #A80F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A80F42 on black background.


Color preview on white background

This text has color #A80F42 on white background.



Black color preview on #A80F42 background

This text has black color on #A80F42 background.


White color preview on #A80F42 background

This text has white color on #A80F42 background.