COLOR #AD1E3C

HEX: #AD1E3C
RGB: (173,30,60)

Color info

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

RGB color model

#AD1E3C color RGB value is (173,30,60).

  • red value is 173;
  • green value is 30;
  • blue value is 60.
RGB:
(173,30,60)
(68%,12%,24%)

RGB channels and saturation

R 173 of 255 = 68%
G 30 of 255 = 12%
B 60 of 255 = 24%

173
30
60

R + G + B ~ 35%. #AD1E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 30 + 60 = 263 (100%)
R 173 of 263 ~ 65.78%
G 30 of 263 ~ 11.41%
B 60 of 263 ~ 22.81%

%65.78
%11.41
%22.81

CMYK color model

#AD1E3C color CMYK value is (0,83,65,32).

  • cyan value is 0.00%
  • magenta value is 82.66%
  • yellow value is 65.32%
  • key color value is 32.16%
CMYK:
(0,83,65,32)
C0M83Y65K32 
(0%,83%,65%,32%)
(0.00/0.83/0.65/0.32)	

CMYK percentages

%0
%82.66
%65.32
%32.16

Codes

Color #AD1E3C in popluar color models

AD1E3C
RGB1733060
HSL347°70.44%39.80%
HSB/HSV347°82.66%67.84%
CMYK0.00%82.66%65.32%
32.16%

Color #AD1E3C in popluar number systems.

HEXAD1E3C
Decimal1733060
Binary1010110111110111100
Octal2553674

Shades and tints

Shades of #AD1E3C

#AD1E3C
(173,30,60)
#9E1C37
(158,28,55)
#8F1A32
(143,26,50)
#80182D
(128,24,45)
#711628
(113,22,40)
#621423
(98,20,35)
#53121E
(83,18,30)
#441019
(68,16,25)
#350E14
(53,14,20)
#260C0F
(38,12,15)
#170A0A
(23,10,10)
#000000
(0,0,0)

Tints of #AD1E3C

#AD1E3C
(173,30,60)
#B4324D
(180,50,77)
#BB465E
(187,70,94)
#C25A6F
(194,90,111)
#C96E80
(201,110,128)
#D08291
(208,130,145)
#D796A2
(215,150,162)
#DEAAB3
(222,170,179)
#E5BEC4
(229,190,196)
#ECD2D5
(236,210,213)
#F3E6E6
(243,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD1E3C color. Also use rgb(173,30,60) instead hex code.

Text Font Color

.myTextColor { color: #AD1E3C; }

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

This text font color is #AD1E3C.


Background Color

.myBgColor { background-color: #AD1E3C; }

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

This div background color is #AD1E3C.


Border color

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

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

This div border color is #AD1E3C.


Opacity

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

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

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

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

This text has shadow with #AD1E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD1E3C on black background.


Color preview on white background

This text has color #AD1E3C on white background.



Black color preview on #AD1E3C background

This text has black color on #AD1E3C background.


White color preview on #AD1E3C background

This text has white color on #AD1E3C background.