COLOR #AD3D6D

HEX: #AD3D6D
RGB: (173,61,109)

Color info

#AD3D6D contains mainly red color. Web safe color of #AD3D6D is #993366 (or #936).

RGB color model

#AD3D6D color RGB value is (173,61,109).

  • red value is 173;
  • green value is 61;
  • blue value is 109.
RGB:
(173,61,109)
(68%,24%,43%)

RGB channels and saturation

R 173 of 255 = 68%
G 61 of 255 = 24%
B 109 of 255 = 43%

173
61
109

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

Portions of RGB colors in percentages

R + G + B =
173 + 61 + 109 = 343 (100%)
R 173 of 343 ~ 50.44%
G 61 of 343 ~ 17.78%
B 109 of 343 ~ 31.78%

%50.44
%17.78
%31.78

CMYK color model

#AD3D6D color CMYK value is (0,65,37,32).

  • cyan value is 0.00%
  • magenta value is 64.74%
  • yellow value is 36.99%
  • key color value is 32.16%
CMYK:
(0,65,37,32)
C0M65Y37K32 
(0%,65%,37%,32%)
(0.00/0.65/0.37/0.32)	

CMYK percentages

%0
%64.74
%36.99
%32.16

Codes

Color #AD3D6D in popluar color models

AD3D6D
RGB17361109
HSL334°47.86%45.88%
HSB/HSV334°64.74%67.84%
CMYK0.00%64.74%36.99%
32.16%

Color #AD3D6D in popluar number systems.

HEXAD3D6D
Decimal17361109
Binary101011011111011101101
Octal25575155

Shades and tints

Shades of #AD3D6D

#AD3D6D
(173,61,109)
#9E3864
(158,56,100)
#8F335B
(143,51,91)
#802E52
(128,46,82)
#712949
(113,41,73)
#622440
(98,36,64)
#531F37
(83,31,55)
#441A2E
(68,26,46)
#351525
(53,21,37)
#26101C
(38,16,28)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #AD3D6D

#AD3D6D
(173,61,109)
#B44E7A
(180,78,122)
#BB5F87
(187,95,135)
#C27094
(194,112,148)
#C981A1
(201,129,161)
#D092AE
(208,146,174)
#D7A3BB
(215,163,187)
#DEB4C8
(222,180,200)
#E5C5D5
(229,197,213)
#ECD6E2
(236,214,226)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD3D6D; }

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

This text font color is #AD3D6D.


Background Color

.myBgColor { background-color: #AD3D6D; }

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

This div background color is #AD3D6D.


Border color

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

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

This div border color is #AD3D6D.


Opacity

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

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

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

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

This text has shadow with #AD3D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3D6D on black background.


Color preview on white background

This text has color #AD3D6D on white background.



Black color preview on #AD3D6D background

This text has black color on #AD3D6D background.


White color preview on #AD3D6D background

This text has white color on #AD3D6D background.