COLOR #AD7378

HEX: #AD7378
RGB: (173,115,120)

Color info

#AD7378 contains red, green and blue colors in about the same proportion. Web safe color of #AD7378 is #996666 (or #966).

RGB color model

#AD7378 color RGB value is (173,115,120).

  • red value is 173;
  • green value is 115;
  • blue value is 120.
RGB:
(173,115,120)
(68%,45%,47%)

RGB channels and saturation

R 173 of 255 = 68%
G 115 of 255 = 45%
B 120 of 255 = 47%

173
115
120

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

Portions of RGB colors in percentages

R + G + B =
173 + 115 + 120 = 408 (100%)
R 173 of 408 ~ 42.4%
G 115 of 408 ~ 28.19%
B 120 of 408 ~ 29.41%

%42.4
%28.19
%29.41

CMYK color model

#AD7378 color CMYK value is (0,34,31,32).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 30.64%
  • key color value is 32.16%
CMYK:
(0,34,31,32)
C0M34Y31K32 
(0%,34%,31%,32%)
(0.00/0.34/0.31/0.32)	

CMYK percentages

%0
%33.53
%30.64
%32.16

Codes

Color #AD7378 in popluar color models

AD7378
RGB173115120
HSL355°26.13%56.47%
HSB/HSV355°33.53%67.84%
CMYK0.00%33.53%30.64%
32.16%

Color #AD7378 in popluar number systems.

HEXAD7378
Decimal173115120
Binary1010110111100111111000
Octal255163170

Shades and tints

Shades of #AD7378

#AD7378
(173,115,120)
#9E696E
(158,105,110)
#8F5F64
(143,95,100)
#80555A
(128,85,90)
#714B50
(113,75,80)
#624146
(98,65,70)
#53373C
(83,55,60)
#442D32
(68,45,50)
#352328
(53,35,40)
#26191E
(38,25,30)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #AD7378

#AD7378
(173,115,120)
#B47F84
(180,127,132)
#BB8B90
(187,139,144)
#C2979C
(194,151,156)
#C9A3A8
(201,163,168)
#D0AFB4
(208,175,180)
#D7BBC0
(215,187,192)
#DEC7CC
(222,199,204)
#E5D3D8
(229,211,216)
#ECDFE4
(236,223,228)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7378; }

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

This text font color is #AD7378.


Background Color

.myBgColor { background-color: #AD7378; }

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

This div background color is #AD7378.


Border color

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

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

This div border color is #AD7378.


Opacity

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

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

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

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

This text has shadow with #AD7378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7378 on black background.


Color preview on white background

This text has color #AD7378 on white background.



Black color preview on #AD7378 background

This text has black color on #AD7378 background.


White color preview on #AD7378 background

This text has white color on #AD7378 background.