COLOR #AD412C

HEX: #AD412C
RGB: (173,65,44)

Color info

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

RGB color model

#AD412C color RGB value is (173,65,44).

  • red value is 173;
  • green value is 65;
  • blue value is 44.
RGB:
(173,65,44)
(68%,25%,17%)

RGB channels and saturation

R 173 of 255 = 68%
G 65 of 255 = 25%
B 44 of 255 = 17%

173
65
44

R + G + B ~ 37%. #AD412C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 65 + 44 = 282 (100%)
R 173 of 282 ~ 61.35%
G 65 of 282 ~ 23.05%
B 44 of 282 ~ 15.6%

%61.35
%23.05
%15.6

CMYK color model

#AD412C color CMYK value is (0,62,75,32).

  • cyan value is 0.00%
  • magenta value is 62.43%
  • yellow value is 74.57%
  • key color value is 32.16%
CMYK:
(0,62,75,32)
C0M62Y75K32 
(0%,62%,75%,32%)
(0.00/0.62/0.75/0.32)	

CMYK percentages

%0
%62.43
%74.57
%32.16

Codes

Color #AD412C in popluar color models

AD412C
RGB1736544
HSL10°59.45%42.55%
HSB/HSV10°74.57%67.84%
CMYK0.00%62.43%74.57%
32.16%

Color #AD412C in popluar number systems.

HEXAD412C
Decimal1736544
Binary101011011000001101100
Octal25510154

Shades and tints

Shades of #AD412C

#AD412C
(173,65,44)
#9E3C28
(158,60,40)
#8F3724
(143,55,36)
#803220
(128,50,32)
#712D1C
(113,45,28)
#622818
(98,40,24)
#532314
(83,35,20)
#441E10
(68,30,16)
#35190C
(53,25,12)
#261408
(38,20,8)
#170F04
(23,15,4)
#000000
(0,0,0)

Tints of #AD412C

#AD412C
(173,65,44)
#B4523F
(180,82,63)
#BB6352
(187,99,82)
#C27465
(194,116,101)
#C98578
(201,133,120)
#D0968B
(208,150,139)
#D7A79E
(215,167,158)
#DEB8B1
(222,184,177)
#E5C9C4
(229,201,196)
#ECDAD7
(236,218,215)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD412C color. Also use rgb(173,65,44) instead hex code.

Text Font Color

.myTextColor { color: #AD412C; }

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

This text font color is #AD412C.


Background Color

.myBgColor { background-color: #AD412C; }

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

This div background color is #AD412C.


Border color

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

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

This div border color is #AD412C.


Opacity

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

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

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

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

This text has shadow with #AD412C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD412C on black background.


Color preview on white background

This text has color #AD412C on white background.



Black color preview on #AD412C background

This text has black color on #AD412C background.


White color preview on #AD412C background

This text has white color on #AD412C background.