COLOR #AD7379

HEX: #AD7379
RGB: (173,115,121)

Color info

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

RGB color model

#AD7379 color RGB value is (173,115,121).

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

RGB channels and saturation

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

173
115
121

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

Portions of RGB colors in percentages

R + G + B =
173 + 115 + 121 = 409 (100%)
R 173 of 409 ~ 42.3%
G 115 of 409 ~ 28.12%
B 121 of 409 ~ 29.58%

%42.3
%28.12
%29.58

CMYK color model

#AD7379 color CMYK value is (0,34,30,32).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 30.06%
  • key color value is 32.16%
CMYK:
(0,34,30,32)
C0M34Y30K32 
(0%,34%,30%,32%)
(0.00/0.34/0.30/0.32)	

CMYK percentages

%0
%33.53
%30.06
%32.16

Codes

Color #AD7379 in popluar color models

AD7379
RGB173115121
HSL354°26.13%56.47%
HSB/HSV354°33.53%67.84%
CMYK0.00%33.53%30.06%
32.16%

Color #AD7379 in popluar number systems.

HEXAD7379
Decimal173115121
Binary1010110111100111111001
Octal255163171

Shades and tints

Shades of #AD7379

#AD7379
(173,115,121)
#9E696E
(158,105,110)
#8F5F63
(143,95,99)
#805558
(128,85,88)
#714B4D
(113,75,77)
#624142
(98,65,66)
#533737
(83,55,55)
#442D2C
(68,45,44)
#352321
(53,35,33)
#261916
(38,25,22)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #AD7379

#AD7379
(173,115,121)
#B47F85
(180,127,133)
#BB8B91
(187,139,145)
#C2979D
(194,151,157)
#C9A3A9
(201,163,169)
#D0AFB5
(208,175,181)
#D7BBC1
(215,187,193)
#DEC7CD
(222,199,205)
#E5D3D9
(229,211,217)
#ECDFE5
(236,223,229)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7379; }

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

This text font color is #AD7379.


Background Color

.myBgColor { background-color: #AD7379; }

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

This div background color is #AD7379.


Border color

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

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

This div border color is #AD7379.


Opacity

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

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

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

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

This text has shadow with #AD7379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7379 on black background.


Color preview on white background

This text has color #AD7379 on white background.



Black color preview on #AD7379 background

This text has black color on #AD7379 background.


White color preview on #AD7379 background

This text has white color on #AD7379 background.