COLOR #AD3245

HEX: #AD3245
RGB: (173,50,69)

Color info

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

RGB color model

#AD3245 color RGB value is (173,50,69).

  • red value is 173;
  • green value is 50;
  • blue value is 69.
RGB:
(173,50,69)
(68%,20%,27%)

RGB channels and saturation

R 173 of 255 = 68%
G 50 of 255 = 20%
B 69 of 255 = 27%

173
50
69

R + G + B ~ 38%. #AD3245 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 50 + 69 = 292 (100%)
R 173 of 292 ~ 59.25%
G 50 of 292 ~ 17.12%
B 69 of 292 ~ 23.63%

%59.25
%17.12
%23.63

CMYK color model

#AD3245 color CMYK value is (0,71,60,32).

  • cyan value is 0.00%
  • magenta value is 71.10%
  • yellow value is 60.12%
  • key color value is 32.16%
CMYK:
(0,71,60,32)
C0M71Y60K32 
(0%,71%,60%,32%)
(0.00/0.71/0.60/0.32)	

CMYK percentages

%0
%71.1
%60.12
%32.16

Codes

Color #AD3245 in popluar color models

AD3245
RGB1735069
HSL351°55.16%43.73%
HSB/HSV351°71.10%67.84%
CMYK0.00%71.10%60.12%
32.16%

Color #AD3245 in popluar number systems.

HEXAD3245
Decimal1735069
Binary101011011100101000101
Octal25562105

Shades and tints

Shades of #AD3245

#AD3245
(173,50,69)
#9E2E3F
(158,46,63)
#8F2A39
(143,42,57)
#802633
(128,38,51)
#71222D
(113,34,45)
#621E27
(98,30,39)
#531A21
(83,26,33)
#44161B
(68,22,27)
#351215
(53,18,21)
#260E0F
(38,14,15)
#170A09
(23,10,9)
#000000
(0,0,0)

Tints of #AD3245

#AD3245
(173,50,69)
#B44455
(180,68,85)
#BB5665
(187,86,101)
#C26875
(194,104,117)
#C97A85
(201,122,133)
#D08C95
(208,140,149)
#D79EA5
(215,158,165)
#DEB0B5
(222,176,181)
#E5C2C5
(229,194,197)
#ECD4D5
(236,212,213)
#F3E6E5
(243,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD3245 color. Also use rgb(173,50,69) instead hex code.

Text Font Color

.myTextColor { color: #AD3245; }

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

This text font color is #AD3245.


Background Color

.myBgColor { background-color: #AD3245; }

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

This div background color is #AD3245.


Border color

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

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

This div border color is #AD3245.


Opacity

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

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

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

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

This text has shadow with #AD3245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3245 on black background.


Color preview on white background

This text has color #AD3245 on white background.



Black color preview on #AD3245 background

This text has black color on #AD3245 background.


White color preview on #AD3245 background

This text has white color on #AD3245 background.