COLOR #AD2317

HEX: #AD2317
RGB: (173,35,23)

Color info

#AD2317 contains mainly red color. Web safe color of #AD2317 is #993300 (or #930).

RGB color model

#AD2317 color RGB value is (173,35,23).

  • red value is 173;
  • green value is 35;
  • blue value is 23.
RGB:
(173,35,23)
(68%,14%,9%)

RGB channels and saturation

R 173 of 255 = 68%
G 35 of 255 = 14%
B 23 of 255 = 9%

173
35
23

R + G + B ~ 30%. #AD2317 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 35 + 23 = 231 (100%)
R 173 of 231 ~ 74.89%
G 35 of 231 ~ 15.15%
B 23 of 231 ~ 9.96%

%74.89
%15.15
%9.96

CMYK color model

#AD2317 color CMYK value is (0,80,87,32).

  • cyan value is 0.00%
  • magenta value is 79.77%
  • yellow value is 86.71%
  • key color value is 32.16%
CMYK:
(0,80,87,32)
C0M80Y87K32 
(0%,80%,87%,32%)
(0.00/0.80/0.87/0.32)	

CMYK percentages

%0
%79.77
%86.71
%32.16

Codes

Color #AD2317 in popluar color models

AD2317
RGB1733523
HSL76.53%38.43%
HSB/HSV86.71%67.84%
CMYK0.00%79.77%86.71%
32.16%

Color #AD2317 in popluar number systems.

HEXAD2317
Decimal1733523
Binary1010110110001110111
Octal2554327

Shades and tints

Shades of #AD2317

#AD2317
(173,35,23)
#9E2015
(158,32,21)
#8F1D13
(143,29,19)
#801A11
(128,26,17)
#71170F
(113,23,15)
#62140D
(98,20,13)
#53110B
(83,17,11)
#440E09
(68,14,9)
#350B07
(53,11,7)
#260805
(38,8,5)
#170503
(23,5,3)
#000000
(0,0,0)

Tints of #AD2317

#AD2317
(173,35,23)
#B4372C
(180,55,44)
#BB4B41
(187,75,65)
#C25F56
(194,95,86)
#C9736B
(201,115,107)
#D08780
(208,135,128)
#D79B95
(215,155,149)
#DEAFAA
(222,175,170)
#E5C3BF
(229,195,191)
#ECD7D4
(236,215,212)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD2317 color. Also use rgb(173,35,23) instead hex code.

Text Font Color

.myTextColor { color: #AD2317; }

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

This text font color is #AD2317.


Background Color

.myBgColor { background-color: #AD2317; }

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

This div background color is #AD2317.


Border color

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

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

This div border color is #AD2317.


Opacity

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

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

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

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

This text has shadow with #AD2317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD2317 on black background.


Color preview on white background

This text has color #AD2317 on white background.



Black color preview on #AD2317 background

This text has black color on #AD2317 background.


White color preview on #AD2317 background

This text has white color on #AD2317 background.