COLOR #AD2336

HEX: #AD2336
RGB: (173,35,54)

Color info

#AD2336 contains mainly red color. Web safe color of #AD2336 is #993333 (or #933).

RGB color model

#AD2336 color RGB value is (173,35,54).

  • red value is 173;
  • green value is 35;
  • blue value is 54.
RGB:
(173,35,54)
(68%,14%,21%)

RGB channels and saturation

R 173 of 255 = 68%
G 35 of 255 = 14%
B 54 of 255 = 21%

173
35
54

R + G + B ~ 34%. #AD2336 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 35 + 54 = 262 (100%)
R 173 of 262 ~ 66.03%
G 35 of 262 ~ 13.36%
B 54 of 262 ~ 20.61%

%66.03
%13.36
%20.61

CMYK color model

#AD2336 color CMYK value is (0,80,69,32).

  • cyan value is 0.00%
  • magenta value is 79.77%
  • yellow value is 68.79%
  • key color value is 32.16%
CMYK:
(0,80,69,32)
C0M80Y69K32 
(0%,80%,69%,32%)
(0.00/0.80/0.69/0.32)	

CMYK percentages

%0
%79.77
%68.79
%32.16

Codes

Color #AD2336 in popluar color models

AD2336
RGB1733554
HSL352°66.35%40.78%
HSB/HSV352°79.77%67.84%
CMYK0.00%79.77%68.79%
32.16%

Color #AD2336 in popluar number systems.

HEXAD2336
Decimal1733554
Binary10101101100011110110
Octal2554366

Shades and tints

Shades of #AD2336

#AD2336
(173,35,54)
#9E2032
(158,32,50)
#8F1D2E
(143,29,46)
#801A2A
(128,26,42)
#711726
(113,23,38)
#621422
(98,20,34)
#53111E
(83,17,30)
#440E1A
(68,14,26)
#350B16
(53,11,22)
#260812
(38,8,18)
#17050E
(23,5,14)
#000000
(0,0,0)

Tints of #AD2336

#AD2336
(173,35,54)
#B43748
(180,55,72)
#BB4B5A
(187,75,90)
#C25F6C
(194,95,108)
#C9737E
(201,115,126)
#D08790
(208,135,144)
#D79BA2
(215,155,162)
#DEAFB4
(222,175,180)
#E5C3C6
(229,195,198)
#ECD7D8
(236,215,216)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD2336; }

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

This text font color is #AD2336.


Background Color

.myBgColor { background-color: #AD2336; }

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

This div background color is #AD2336.


Border color

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

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

This div border color is #AD2336.


Opacity

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

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

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

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

This text has shadow with #AD2336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD2336 on black background.


Color preview on white background

This text has color #AD2336 on white background.



Black color preview on #AD2336 background

This text has black color on #AD2336 background.


White color preview on #AD2336 background

This text has white color on #AD2336 background.