COLOR #AD3A2F

HEX: #AD3A2F
RGB: (173,58,47)

Color info

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

RGB color model

#AD3A2F color RGB value is (173,58,47).

  • red value is 173;
  • green value is 58;
  • blue value is 47.
RGB:
(173,58,47)
(68%,23%,18%)

RGB channels and saturation

R 173 of 255 = 68%
G 58 of 255 = 23%
B 47 of 255 = 18%

173
58
47

R + G + B ~ 36%. #AD3A2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 58 + 47 = 278 (100%)
R 173 of 278 ~ 62.23%
G 58 of 278 ~ 20.86%
B 47 of 278 ~ 16.91%

%62.23
%20.86
%16.91

CMYK color model

#AD3A2F color CMYK value is (0,66,73,32).

  • cyan value is 0.00%
  • magenta value is 66.47%
  • yellow value is 72.83%
  • key color value is 32.16%
CMYK:
(0,66,73,32)
C0M66Y73K32 
(0%,66%,73%,32%)
(0.00/0.66/0.73/0.32)	

CMYK percentages

%0
%66.47
%72.83
%32.16

Codes

Color #AD3A2F in popluar color models

AD3A2F
RGB1735847
HSL57.27%43.14%
HSB/HSV72.83%67.84%
CMYK0.00%66.47%72.83%
32.16%

Color #AD3A2F in popluar number systems.

HEXAD3A2F
Decimal1735847
Binary10101101111010101111
Octal2557257

Shades and tints

Shades of #AD3A2F

#AD3A2F
(173,58,47)
#9E352B
(158,53,43)
#8F3027
(143,48,39)
#802B23
(128,43,35)
#71261F
(113,38,31)
#62211B
(98,33,27)
#531C17
(83,28,23)
#441713
(68,23,19)
#35120F
(53,18,15)
#260D0B
(38,13,11)
#170807
(23,8,7)
#000000
(0,0,0)

Tints of #AD3A2F

#AD3A2F
(173,58,47)
#B44B41
(180,75,65)
#BB5C53
(187,92,83)
#C26D65
(194,109,101)
#C97E77
(201,126,119)
#D08F89
(208,143,137)
#D7A09B
(215,160,155)
#DEB1AD
(222,177,173)
#E5C2BF
(229,194,191)
#ECD3D1
(236,211,209)
#F3E4E3
(243,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD3A2F color. Also use rgb(173,58,47) instead hex code.

Text Font Color

.myTextColor { color: #AD3A2F; }

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

This text font color is #AD3A2F.


Background Color

.myBgColor { background-color: #AD3A2F; }

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

This div background color is #AD3A2F.


Border color

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

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

This div border color is #AD3A2F.


Opacity

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

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

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

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

This text has shadow with #AD3A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3A2F on black background.


Color preview on white background

This text has color #AD3A2F on white background.



Black color preview on #AD3A2F background

This text has black color on #AD3A2F background.


White color preview on #AD3A2F background

This text has white color on #AD3A2F background.