COLOR #A80F25

HEX: #A80F25
RGB: (168,15,37)

Color info

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

RGB color model

#A80F25 color RGB value is (168,15,37).

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

RGB channels and saturation

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

168
15
37

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

Portions of RGB colors in percentages

R + G + B =
168 + 15 + 37 = 220 (100%)
R 168 of 220 ~ 76.36%
G 15 of 220 ~ 6.82%
B 37 of 220 ~ 16.82%

%76.36
%16.82

CMYK color model

#A80F25 color CMYK value is (0,91,78,34).

  • cyan value is 0.00%
  • magenta value is 91.07%
  • yellow value is 77.98%
  • key color value is 34.12%
CMYK:
(0,91,78,34)
C0M91Y78K34 
(0%,91%,78%,34%)
(0.00/0.91/0.78/0.34)	

CMYK percentages

%0
%91.07
%77.98
%34.12

Codes

Color #A80F25 in popluar color models

A80F25
RGB1681537
HSL351°83.61%35.88%
HSB/HSV351°91.07%65.88%
CMYK0.00%91.07%77.98%
34.12%

Color #A80F25 in popluar number systems.

HEXA80F25
Decimal1681537
Binary101010001111100101
Octal2501745

Shades and tints

Shades of #A80F25

#A80F25
(168,15,37)
#990E22
(153,14,34)
#8A0D1F
(138,13,31)
#7B0C1C
(123,12,28)
#6C0B19
(108,11,25)
#5D0A16
(93,10,22)
#4E0913
(78,9,19)
#3F0810
(63,8,16)
#30070D
(48,7,13)
#21060A
(33,6,10)
#120507
(18,5,7)
#000000
(0,0,0)

Tints of #A80F25

#A80F25
(168,15,37)
#AF2438
(175,36,56)
#B6394B
(182,57,75)
#BD4E5E
(189,78,94)
#C46371
(196,99,113)
#CB7884
(203,120,132)
#D28D97
(210,141,151)
#D9A2AA
(217,162,170)
#E0B7BD
(224,183,189)
#E7CCD0
(231,204,208)
#EEE1E3
(238,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A80F25; }

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

This text font color is #A80F25.


Background Color

.myBgColor { background-color: #A80F25; }

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

This div background color is #A80F25.


Border color

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

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

This div border color is #A80F25.


Opacity

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

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

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

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

This text has shadow with #A80F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A80F25 on black background.


Color preview on white background

This text has color #A80F25 on white background.



Black color preview on #A80F25 background

This text has black color on #A80F25 background.


White color preview on #A80F25 background

This text has white color on #A80F25 background.