COLOR #AD4E4E

HEX: #AD4E4E
RGB: (173,78,78)

Color info

#AD4E4E contains mainly red color. Web safe color of #AD4E4E is #996666 (or #966).

RGB color model

#AD4E4E color RGB value is (173,78,78).

  • red value is 173;
  • green value is 78;
  • blue value is 78.
RGB:
(173,78,78)
(68%,31%,31%)

RGB channels and saturation

R 173 of 255 = 68%
G 78 of 255 = 31%
B 78 of 255 = 31%

173
78
78

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

Portions of RGB colors in percentages

R + G + B =
173 + 78 + 78 = 329 (100%)
R 173 of 329 ~ 52.58%
G 78 of 329 ~ 23.71%
B 78 of 329 ~ 23.71%

%52.58
%23.71
%23.71

CMYK color model

#AD4E4E color CMYK value is (0,55,55,32).

  • cyan value is 0.00%
  • magenta value is 54.91%
  • yellow value is 54.91%
  • key color value is 32.16%
CMYK:
(0,55,55,32)
C0M55Y55K32 
(0%,55%,55%,32%)
(0.00/0.55/0.55/0.32)	

CMYK percentages

%0
%54.91
%54.91
%32.16

Codes

Color #AD4E4E in popluar color models

AD4E4E
RGB1737878
HSL37.85%49.22%
HSB/HSV54.91%67.84%
CMYK0.00%54.91%54.91%
32.16%

Color #AD4E4E in popluar number systems.

HEXAD4E4E
Decimal1737878
Binary1010110110011101001110
Octal255116116

Shades and tints

Shades of #AD4E4E

#AD4E4E
(173,78,78)
#9E4747
(158,71,71)
#8F4040
(143,64,64)
#803939
(128,57,57)
#713232
(113,50,50)
#622B2B
(98,43,43)
#532424
(83,36,36)
#441D1D
(68,29,29)
#351616
(53,22,22)
#260F0F
(38,15,15)
#170808
(23,8,8)
#000000
(0,0,0)

Tints of #AD4E4E

#AD4E4E
(173,78,78)
#B45E5E
(180,94,94)
#BB6E6E
(187,110,110)
#C27E7E
(194,126,126)
#C98E8E
(201,142,142)
#D09E9E
(208,158,158)
#D7AEAE
(215,174,174)
#DEBEBE
(222,190,190)
#E5CECE
(229,206,206)
#ECDEDE
(236,222,222)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD4E4E; }

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

This text font color is #AD4E4E.


Background Color

.myBgColor { background-color: #AD4E4E; }

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

This div background color is #AD4E4E.


Border color

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

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

This div border color is #AD4E4E.


Opacity

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

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

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

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

This text has shadow with #AD4E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4E4E on black background.


Color preview on white background

This text has color #AD4E4E on white background.



Black color preview on #AD4E4E background

This text has black color on #AD4E4E background.


White color preview on #AD4E4E background

This text has white color on #AD4E4E background.