COLOR #AD8383

HEX: #AD8383
RGB: (173,131,131)

Color info

#AD8383 contains red, green and blue colors in about the same proportion. Web safe color of #AD8383 is #999999 (or #999).

RGB color model

#AD8383 color RGB value is (173,131,131).

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

RGB channels and saturation

R 173 of 255 = 68%
G 131 of 255 = 51%
B 131 of 255 = 51%

173
131
131

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

Portions of RGB colors in percentages

R + G + B =
173 + 131 + 131 = 435 (100%)
R 173 of 435 ~ 39.77%
G 131 of 435 ~ 30.11%
B 131 of 435 ~ 30.11%

%39.77
%30.11
%30.11

CMYK color model

#AD8383 color CMYK value is (0,24,24,32).

  • cyan value is 0.00%
  • magenta value is 24.28%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK:
(0,24,24,32)
C0M24Y24K32 
(0%,24%,24%,32%)
(0.00/0.24/0.24/0.32)	

CMYK percentages

%0
%24.28
%24.28
%32.16

Codes

Color #AD8383 in popluar color models

AD8383
RGB173131131
HSL20.39%59.61%
HSB/HSV24.28%67.84%
CMYK0.00%24.28%24.28%
32.16%

Color #AD8383 in popluar number systems.

HEXAD8383
Decimal173131131
Binary101011011000001110000011
Octal255203203

Shades and tints

Shades of #AD8383

#AD8383
(173,131,131)
#9E7878
(158,120,120)
#8F6D6D
(143,109,109)
#806262
(128,98,98)
#715757
(113,87,87)
#624C4C
(98,76,76)
#534141
(83,65,65)
#443636
(68,54,54)
#352B2B
(53,43,43)
#262020
(38,32,32)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #AD8383

#AD8383
(173,131,131)
#B48E8E
(180,142,142)
#BB9999
(187,153,153)
#C2A4A4
(194,164,164)
#C9AFAF
(201,175,175)
#D0BABA
(208,186,186)
#D7C5C5
(215,197,197)
#DED0D0
(222,208,208)
#E5DBDB
(229,219,219)
#ECE6E6
(236,230,230)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8383; }

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

This text font color is #AD8383.


Background Color

.myBgColor { background-color: #AD8383; }

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

This div background color is #AD8383.


Border color

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

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

This div border color is #AD8383.


Opacity

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

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

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

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

This text has shadow with #AD8383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8383 on black background.


Color preview on white background

This text has color #AD8383 on white background.



Black color preview on #AD8383 background

This text has black color on #AD8383 background.


White color preview on #AD8383 background

This text has white color on #AD8383 background.