COLOR #AD2974

HEX: #AD2974
RGB: (173,41,116)

Color info

#AD2974 contains mainly red and blue colors. Web safe color of #AD2974 is #993366 (or #936).

RGB color model

#AD2974 color RGB value is (173,41,116).

  • red value is 173;
  • green value is 41;
  • blue value is 116.
RGB:
(173,41,116)
(68%,16%,45%)

RGB channels and saturation

R 173 of 255 = 68%
G 41 of 255 = 16%
B 116 of 255 = 45%

173
41
116

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

Portions of RGB colors in percentages

R + G + B =
173 + 41 + 116 = 330 (100%)
R 173 of 330 ~ 52.42%
G 41 of 330 ~ 12.42%
B 116 of 330 ~ 35.15%

%52.42
%12.42
%35.15

CMYK color model

#AD2974 color CMYK value is (0,76,33,32).

  • cyan value is 0.00%
  • magenta value is 76.30%
  • yellow value is 32.95%
  • key color value is 32.16%
CMYK:
(0,76,33,32)
C0M76Y33K32 
(0%,76%,33%,32%)
(0.00/0.76/0.33/0.32)	

CMYK percentages

%0
%76.3
%32.95
%32.16

Codes

Color #AD2974 in popluar color models

AD2974
RGB17341116
HSL326°61.68%41.96%
HSB/HSV326°76.30%67.84%
CMYK0.00%76.30%32.95%
32.16%

Color #AD2974 in popluar number systems.

HEXAD2974
Decimal17341116
Binary101011011010011110100
Octal25551164

Shades and tints

Shades of #AD2974

#AD2974
(173,41,116)
#9E266A
(158,38,106)
#8F2360
(143,35,96)
#802056
(128,32,86)
#711D4C
(113,29,76)
#621A42
(98,26,66)
#531738
(83,23,56)
#44142E
(68,20,46)
#351124
(53,17,36)
#260E1A
(38,14,26)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #AD2974

#AD2974
(173,41,116)
#B43C80
(180,60,128)
#BB4F8C
(187,79,140)
#C26298
(194,98,152)
#C975A4
(201,117,164)
#D088B0
(208,136,176)
#D79BBC
(215,155,188)
#DEAEC8
(222,174,200)
#E5C1D4
(229,193,212)
#ECD4E0
(236,212,224)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD2974; }

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

This text font color is #AD2974.


Background Color

.myBgColor { background-color: #AD2974; }

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

This div background color is #AD2974.


Border color

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

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

This div border color is #AD2974.


Opacity

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

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

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

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

This text has shadow with #AD2974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD2974 on black background.


Color preview on white background

This text has color #AD2974 on white background.



Black color preview on #AD2974 background

This text has black color on #AD2974 background.


White color preview on #AD2974 background

This text has white color on #AD2974 background.