COLOR #AD453F

HEX: #AD453F
RGB: (173,69,63)

Color info

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

RGB color model

#AD453F color RGB value is (173,69,63).

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

RGB channels and saturation

R 173 of 255 = 68%
G 69 of 255 = 27%
B 63 of 255 = 25%

173
69
63

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

Portions of RGB colors in percentages

R + G + B =
173 + 69 + 63 = 305 (100%)
R 173 of 305 ~ 56.72%
G 69 of 305 ~ 22.62%
B 63 of 305 ~ 20.66%

%56.72
%22.62
%20.66

CMYK color model

#AD453F color CMYK value is (0,60,64,32).

  • cyan value is 0.00%
  • magenta value is 60.12%
  • yellow value is 63.58%
  • key color value is 32.16%
CMYK:
(0,60,64,32)
C0M60Y64K32 
(0%,60%,64%,32%)
(0.00/0.60/0.64/0.32)	

CMYK percentages

%0
%60.12
%63.58
%32.16

Codes

Color #AD453F in popluar color models

AD453F
RGB1736963
HSL46.61%46.27%
HSB/HSV63.58%67.84%
CMYK0.00%60.12%63.58%
32.16%

Color #AD453F in popluar number systems.

HEXAD453F
Decimal1736963
Binary101011011000101111111
Octal25510577

Shades and tints

Shades of #AD453F

#AD453F
(173,69,63)
#9E3F3A
(158,63,58)
#8F3935
(143,57,53)
#803330
(128,51,48)
#712D2B
(113,45,43)
#622726
(98,39,38)
#532121
(83,33,33)
#441B1C
(68,27,28)
#351517
(53,21,23)
#260F12
(38,15,18)
#17090D
(23,9,13)
#000000
(0,0,0)

Tints of #AD453F

#AD453F
(173,69,63)
#B45550
(180,85,80)
#BB6561
(187,101,97)
#C27572
(194,117,114)
#C98583
(201,133,131)
#D09594
(208,149,148)
#D7A5A5
(215,165,165)
#DEB5B6
(222,181,182)
#E5C5C7
(229,197,199)
#ECD5D8
(236,213,216)
#F3E5E9
(243,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD453F; }

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

This text font color is #AD453F.


Background Color

.myBgColor { background-color: #AD453F; }

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

This div background color is #AD453F.


Border color

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

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

This div border color is #AD453F.


Opacity

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

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

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

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

This text has shadow with #AD453F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD453F on black background.


Color preview on white background

This text has color #AD453F on white background.



Black color preview on #AD453F background

This text has black color on #AD453F background.


White color preview on #AD453F background

This text has white color on #AD453F background.