COLOR #AD3045

HEX: #AD3045
RGB: (173,48,69)

Color info

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

RGB color model

#AD3045 color RGB value is (173,48,69).

  • red value is 173;
  • green value is 48;
  • blue value is 69.
RGB:
(173,48,69)
(68%,19%,27%)

RGB channels and saturation

R 173 of 255 = 68%
G 48 of 255 = 19%
B 69 of 255 = 27%

173
48
69

R + G + B ~ 38%. #AD3045 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 48 + 69 = 290 (100%)
R 173 of 290 ~ 59.66%
G 48 of 290 ~ 16.55%
B 69 of 290 ~ 23.79%

%59.66
%16.55
%23.79

CMYK color model

#AD3045 color CMYK value is (0,72,60,32).

  • cyan value is 0.00%
  • magenta value is 72.25%
  • yellow value is 60.12%
  • key color value is 32.16%
CMYK:
(0,72,60,32)
C0M72Y60K32 
(0%,72%,60%,32%)
(0.00/0.72/0.60/0.32)	

CMYK percentages

%0
%72.25
%60.12
%32.16

Codes

Color #AD3045 in popluar color models

AD3045
RGB1734869
HSL350°56.56%43.33%
HSB/HSV350°72.25%67.84%
CMYK0.00%72.25%60.12%
32.16%

Color #AD3045 in popluar number systems.

HEXAD3045
Decimal1734869
Binary101011011100001000101
Octal25560105

Shades and tints

Shades of #AD3045

#AD3045
(173,48,69)
#9E2C3F
(158,44,63)
#8F2839
(143,40,57)
#802433
(128,36,51)
#71202D
(113,32,45)
#621C27
(98,28,39)
#531821
(83,24,33)
#44141B
(68,20,27)
#351015
(53,16,21)
#260C0F
(38,12,15)
#170809
(23,8,9)
#000000
(0,0,0)

Tints of #AD3045

#AD3045
(173,48,69)
#B44255
(180,66,85)
#BB5465
(187,84,101)
#C26675
(194,102,117)
#C97885
(201,120,133)
#D08A95
(208,138,149)
#D79CA5
(215,156,165)
#DEAEB5
(222,174,181)
#E5C0C5
(229,192,197)
#ECD2D5
(236,210,213)
#F3E4E5
(243,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD3045; }

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

This text font color is #AD3045.


Background Color

.myBgColor { background-color: #AD3045; }

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

This div background color is #AD3045.


Border color

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

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

This div border color is #AD3045.


Opacity

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

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

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

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

This text has shadow with #AD3045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3045 on black background.


Color preview on white background

This text has color #AD3045 on white background.



Black color preview on #AD3045 background

This text has black color on #AD3045 background.


White color preview on #AD3045 background

This text has white color on #AD3045 background.