COLOR #AD080E

HEX: #AD080E
RGB: (173,8,14)

Color info

#AD080E contains mainly red color. Web safe color of #AD080E is #990000 (or #900).

RGB color model

#AD080E color RGB value is (173,8,14).

  • red value is 173;
  • green value is 8;
  • blue value is 14.
RGB:
(173,8,14)
(68%,3%,5%)

RGB channels and saturation

R 173 of 255 = 68%
G 8 of 255 = 3%
B 14 of 255 = 5%

173
8
14

R + G + B ~ 25%. #AD080E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 8 + 14 = 195 (100%)
R 173 of 195 ~ 88.72%
G 8 of 195 ~ 4.1%
B 14 of 195 ~ 7.18%

%88.72

CMYK color model

#AD080E color CMYK value is (0,95,92,32).

  • cyan value is 0.00%
  • magenta value is 95.38%
  • yellow value is 91.91%
  • key color value is 32.16%
CMYK:
(0,95,92,32)
C0M95Y92K32 
(0%,95%,92%,32%)
(0.00/0.95/0.92/0.32)	

CMYK percentages

%0
%95.38
%91.91
%32.16

Codes

Color #AD080E in popluar color models

AD080E
RGB173814
HSL358°91.16%35.49%
HSB/HSV358°95.38%67.84%
CMYK0.00%95.38%91.91%
32.16%

Color #AD080E in popluar number systems.

HEXAD080E
Decimal173814
Binary1010110110001110
Octal2551016

Shades and tints

Shades of #AD080E

#AD080E
(173,8,14)
#9E080D
(158,8,13)
#8F080C
(143,8,12)
#80080B
(128,8,11)
#71080A
(113,8,10)
#620809
(98,8,9)
#530808
(83,8,8)
#440807
(68,8,7)
#350806
(53,8,6)
#260805
(38,8,5)
#170804
(23,8,4)
#000000
(0,0,0)

Tints of #AD080E

#AD080E
(173,8,14)
#B41E23
(180,30,35)
#BB3438
(187,52,56)
#C24A4D
(194,74,77)
#C96062
(201,96,98)
#D07677
(208,118,119)
#D78C8C
(215,140,140)
#DEA2A1
(222,162,161)
#E5B8B6
(229,184,182)
#ECCECB
(236,206,203)
#F3E4E0
(243,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD080E color. Also use rgb(173,8,14) instead hex code.

Text Font Color

.myTextColor { color: #AD080E; }

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

This text font color is #AD080E.


Background Color

.myBgColor { background-color: #AD080E; }

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

This div background color is #AD080E.


Border color

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

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

This div border color is #AD080E.


Opacity

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

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

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

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

This text has shadow with #AD080E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD080E on black background.


Color preview on white background

This text has color #AD080E on white background.



Black color preview on #AD080E background

This text has black color on #AD080E background.


White color preview on #AD080E background

This text has white color on #AD080E background.