COLOR #AD3D3D

HEX: #AD3D3D
RGB: (173,61,61)

Color info

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

RGB color model

#AD3D3D color RGB value is (173,61,61).

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

RGB channels and saturation

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

173
61
61

R + G + B ~ 39%. #AD3D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 61 + 61 = 295 (100%)
R 173 of 295 ~ 58.64%
G 61 of 295 ~ 20.68%
B 61 of 295 ~ 20.68%

%58.64
%20.68
%20.68

CMYK color model

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

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

CMYK percentages

%0
%64.74
%64.74
%32.16

Codes

Color #AD3D3D in popluar color models

AD3D3D
RGB1736161
HSL47.86%45.88%
HSB/HSV64.74%67.84%
CMYK0.00%64.74%64.74%
32.16%

Color #AD3D3D in popluar number systems.

HEXAD3D3D
Decimal1736161
Binary10101101111101111101
Octal2557575

Shades and tints

Shades of #AD3D3D

#AD3D3D
(173,61,61)
#9E3838
(158,56,56)
#8F3333
(143,51,51)
#802E2E
(128,46,46)
#712929
(113,41,41)
#622424
(98,36,36)
#531F1F
(83,31,31)
#441A1A
(68,26,26)
#351515
(53,21,21)
#261010
(38,16,16)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #AD3D3D

#AD3D3D
(173,61,61)
#B44E4E
(180,78,78)
#BB5F5F
(187,95,95)
#C27070
(194,112,112)
#C98181
(201,129,129)
#D09292
(208,146,146)
#D7A3A3
(215,163,163)
#DEB4B4
(222,180,180)
#E5C5C5
(229,197,197)
#ECD6D6
(236,214,214)
#F3E7E7
(243,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD3D3D; }

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

This text font color is #AD3D3D.


Background Color

.myBgColor { background-color: #AD3D3D; }

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

This div background color is #AD3D3D.


Border color

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

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

This div border color is #AD3D3D.


Opacity

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

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

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

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

This text has shadow with #AD3D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3D3D on black background.


Color preview on white background

This text has color #AD3D3D on white background.



Black color preview on #AD3D3D background

This text has black color on #AD3D3D background.


White color preview on #AD3D3D background

This text has white color on #AD3D3D background.