COLOR #AD2E4E

HEX: #AD2E4E
RGB: (173,46,78)

Color info

#AD2E4E contains mainly red color. Web safe color of #AD2E4E is #993366 (or #936).

RGB color model

#AD2E4E color RGB value is (173,46,78).

  • red value is 173;
  • green value is 46;
  • blue value is 78.
RGB:
(173,46,78)
(68%,18%,31%)

RGB channels and saturation

R 173 of 255 = 68%
G 46 of 255 = 18%
B 78 of 255 = 31%

173
46
78

R + G + B ~ 39%. #AD2E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 46 + 78 = 297 (100%)
R 173 of 297 ~ 58.25%
G 46 of 297 ~ 15.49%
B 78 of 297 ~ 26.26%

%58.25
%15.49
%26.26

CMYK color model

#AD2E4E color CMYK value is (0,73,55,32).

  • cyan value is 0.00%
  • magenta value is 73.41%
  • yellow value is 54.91%
  • key color value is 32.16%
CMYK:
(0,73,55,32)
C0M73Y55K32 
(0%,73%,55%,32%)
(0.00/0.73/0.55/0.32)	

CMYK percentages

%0
%73.41
%54.91
%32.16

Codes

Color #AD2E4E in popluar color models

AD2E4E
RGB1734678
HSL345°57.99%42.94%
HSB/HSV345°73.41%67.84%
CMYK0.00%73.41%54.91%
32.16%

Color #AD2E4E in popluar number systems.

HEXAD2E4E
Decimal1734678
Binary101011011011101001110
Octal25556116

Shades and tints

Shades of #AD2E4E

#AD2E4E
(173,46,78)
#9E2A47
(158,42,71)
#8F2640
(143,38,64)
#802239
(128,34,57)
#711E32
(113,30,50)
#621A2B
(98,26,43)
#531624
(83,22,36)
#44121D
(68,18,29)
#350E16
(53,14,22)
#260A0F
(38,10,15)
#170608
(23,6,8)
#000000
(0,0,0)

Tints of #AD2E4E

#AD2E4E
(173,46,78)
#B4415E
(180,65,94)
#BB546E
(187,84,110)
#C2677E
(194,103,126)
#C97A8E
(201,122,142)
#D08D9E
(208,141,158)
#D7A0AE
(215,160,174)
#DEB3BE
(222,179,190)
#E5C6CE
(229,198,206)
#ECD9DE
(236,217,222)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD2E4E color. Also use rgb(173,46,78) instead hex code.

Text Font Color

.myTextColor { color: #AD2E4E; }

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

This text font color is #AD2E4E.


Background Color

.myBgColor { background-color: #AD2E4E; }

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

This div background color is #AD2E4E.


Border color

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

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

This div border color is #AD2E4E.


Opacity

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

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

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

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

This text has shadow with #AD2E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD2E4E on black background.


Color preview on white background

This text has color #AD2E4E on white background.



Black color preview on #AD2E4E background

This text has black color on #AD2E4E background.


White color preview on #AD2E4E background

This text has white color on #AD2E4E background.