COLOR #AD3C49

HEX: #AD3C49 RGB: (173,60,73)

Color info

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

RGB color model

#AD3C49 color RGB value is (173,60,73).

RGB: (173,60,73) (68%, 24%, 29%)

RGB channels and saturation

R 173 of 255 = 68%
G 60 of 255 = 24%
B 73 of 255 = 29%

173
60
73

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

Portions of RGB colors in percentages

R + G + B = 173 + 60 + 73 = 306 (100%)
R 173 of 306 ~ 56.54%
G 60 of 306 ~ 19.61%
B 73 of 306 ~ 23.86'%

%56.54
%19.61
%23.86

CMYK color model

#AD3C49 color CMYK value is (0,65,58,32).

  • cyan value is 0.00%
  • magenta value is 65.32%
  • yellow value is 57.80%
  • key color value is 32.16%
CMYK: (0,65,58,32) C0M65Y58K32 (0%,65%,58%,32%) (0.00/0.65/0.58/0.32) 

CMYK percentages

%0
%65.32
%57.8
%32.16

Codes

Color #AD3C49 in popluar color models

AD 3C 49
RGB 173 60 73
HSL 353° 48.50% 45.69%
HSB/HSV 353° 65.32% 67.84%
CMYK 0.00% 65.32% 57.80%
32.16%

Color #AD3C49 in popluar number systems.

HEX AD 3C 49
Decimal 173 60 73
Binary 10101101 111100 1001001
Octal 255 74 111

Shades and tints

Shades of #AD3C49

#AD3C49
(173,60,73)
#9E3743
(158,55,67)
#8F323D
(143,50,61)
#802D37
(128,45,55)
#712831
(113,40,49)
#62232B
(98,35,43)
#531E25
(83,30,37)
#44191F
(68,25,31)
#351419
(53,20,25)
#260F13
(38,15,19)
#170A0D
(23,10,13)
#000000
(0,0,0)

Tints of #AD3C49

#AD3C49
(173,60,73)
#B44D59
(180,77,89)
#BB5E69
(187,94,105)
#C26F79
(194,111,121)
#C98089
(201,128,137)
#D09199
(208,145,153)
#D7A2A9
(215,162,169)
#DEB3B9
(222,179,185)
#E5C4C9
(229,196,201)
#ECD5D9
(236,213,217)
#F3E6E9
(243,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD3C49; }

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

This text font color is #AD3C49.

Background Color

.myBgColor { background-color: #AD3C49; }

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

This div background color is #AD3C49.

Border color

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

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

This div border color is #AD3C49.

Opacity

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

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

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

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

This text has shadow with #AD3C49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD3C49.

Preview

Color preview on black background

This text has color #AD3C49 on black background.


Color preview on white background

This text has color #AD3C49 on white background.


Black color preview on #AD3C49 background

This text has black color on #AD3C49 background.


White color preview on #AD3C49 background

This text has white color on #AD3C49 background.


Related colors

Complementary color

Complementary color for #hex is #52C3B6.


I love getcolorcode.com

Triadic colors

1 #49AD3C and #3C49AD with #AD3C49 are triadic colors.

2 #493CAD and #3CAD49 with #AD3C49 are triadic colors.