COLOR #AD4944

HEX: #AD4944
RGB: (173,73,68)

Color info

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

RGB color model

#AD4944 color RGB value is (173,73,68).

  • red value is 173;
  • green value is 73;
  • blue value is 68.
RGB:
(173,73,68)
(68%,29%,27%)

RGB channels and saturation

R 173 of 255 = 68%
G 73 of 255 = 29%
B 68 of 255 = 27%

173
73
68

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

Portions of RGB colors in percentages

R + G + B =
173 + 73 + 68 = 314 (100%)
R 173 of 314 ~ 55.1%
G 73 of 314 ~ 23.25%
B 68 of 314 ~ 21.66%

%55.1
%23.25
%21.66

CMYK color model

#AD4944 color CMYK value is (0,58,61,32).

  • cyan value is 0.00%
  • magenta value is 57.80%
  • yellow value is 60.69%
  • key color value is 32.16%
CMYK:
(0,58,61,32)
C0M58Y61K32 
(0%,58%,61%,32%)
(0.00/0.58/0.61/0.32)	

CMYK percentages

%0
%57.8
%60.69
%32.16

Codes

Color #AD4944 in popluar color models

AD4944
RGB1737368
HSL43.57%47.25%
HSB/HSV60.69%67.84%
CMYK0.00%57.80%60.69%
32.16%

Color #AD4944 in popluar number systems.

HEXAD4944
Decimal1737368
Binary1010110110010011000100
Octal255111104

Shades and tints

Shades of #AD4944

#AD4944
(173,73,68)
#9E433E
(158,67,62)
#8F3D38
(143,61,56)
#803732
(128,55,50)
#71312C
(113,49,44)
#622B26
(98,43,38)
#532520
(83,37,32)
#441F1A
(68,31,26)
#351914
(53,25,20)
#26130E
(38,19,14)
#170D08
(23,13,8)
#000000
(0,0,0)

Tints of #AD4944

#AD4944
(173,73,68)
#B45955
(180,89,85)
#BB6966
(187,105,102)
#C27977
(194,121,119)
#C98988
(201,137,136)
#D09999
(208,153,153)
#D7A9AA
(215,169,170)
#DEB9BB
(222,185,187)
#E5C9CC
(229,201,204)
#ECD9DD
(236,217,221)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4944 color. Also use rgb(173,73,68) instead hex code.

Text Font Color

.myTextColor { color: #AD4944; }

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

This text font color is #AD4944.


Background Color

.myBgColor { background-color: #AD4944; }

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

This div background color is #AD4944.


Border color

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

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

This div border color is #AD4944.


Opacity

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

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

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

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

This text has shadow with #AD4944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4944 on black background.


Color preview on white background

This text has color #AD4944 on white background.



Black color preview on #AD4944 background

This text has black color on #AD4944 background.


White color preview on #AD4944 background

This text has white color on #AD4944 background.