COLOR #AD3D4E

HEX: #AD3D4E RGB: (173,61,78)

Color info

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

RGB color model

#AD3D4E color RGB value is (173,61,78).

RGB: (173,61,78) (68%, 24%, 31%)

RGB channels and saturation

R 173 of 255 = 68%
G 61 of 255 = 24%
B 78 of 255 = 31%

173
61
78

R + G + B ~ 41%. #AD3D4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 61 + 78 = 312 (100%)
R 173 of 312 ~ 55.45%
G 61 of 312 ~ 19.55%
B 78 of 312 ~ 25'%

%55.45
%19.55
%25

CMYK color model

#AD3D4E color CMYK value is (0,65,55,32).

  • cyan value is 0.00%
  • magenta value is 64.74%
  • yellow value is 54.91%
  • key color value is 32.16%

CMYK: (0,65,55,32)
C0M65Y55K32 (0%, 65%, 55%, 32%)
(0.00 / 0.65 / 0.55 / 0.32)

CMYK percentages

%0
%64.74
%54.91
%32.16

Codes

Color #AD3D4E in popluar color models

AD 3D 4E
RGB 173 61 78
HSL 351° 47.86% 45.88%
HSB/HSV 351° 64.74% 67.84%
CMYK 0.00% 64.74% 54.91%
32.16%

Color #AD3D4E in popluar number systems.

HEX AD 3D 4E
Decimal 173 61 78
Binary 10101101 111101 1001110
Octal 255 75 116

Shades and tints

Shades of #AD3D4E

#AD3D4E
(173,61,78)
#9E3847
(158,56,71)
#8F3340
(143,51,64)
#802E39
(128,46,57)
#712932
(113,41,50)
#62242B
(98,36,43)
#531F24
(83,31,36)
#441A1D
(68,26,29)
#351516
(53,21,22)
#26100F
(38,16,15)
#170B08
(23,11,8)
#000000
(0,0,0)

Tints of #AD3D4E

#AD3D4E
(173,61,78)
#B44E5E
(180,78,94)
#BB5F6E
(187,95,110)
#C2707E
(194,112,126)
#C9818E
(201,129,142)
#D0929E
(208,146,158)
#D7A3AE
(215,163,174)
#DEB4BE
(222,180,190)
#E5C5CE
(229,197,206)
#ECD6DE
(236,214,222)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD3D4E; }

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

This text font color is #AD3D4E.

Background Color

.myBgColor { background-color: #AD3D4E; }

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

This div background color is #AD3D4E.

Border color

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

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

This div border color is #AD3D4E.

Opacity

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

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

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

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

This text has shadow with #AD3D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD3D4E.

Preview

Color preview on black background

This text has color #AD3D4E on black background.


Color preview on white background

This text has color #AD3D4E on white background.


Black color preview on #AD3D4E background

This text has black color on #AD3D4E background.


White color preview on #AD3D4E background

This text has white color on #AD3D4E background.


Related colors

Complementary color

Complementary color for #hex is #52C2B1.


I love getcolorcode.com

Triadic colors

1 #4EAD3D and #3D4EAD with #AD3D4E are triadic colors.

2 #4E3DAD and #3DAD4E with #AD3D4E are triadic colors.