COLOR #A60D48

HEX: #A60D48
RGB: (166,13,72)

Color info

#A60D48 contains mainly red color. Web safe color of #A60D48 is #990033 (or #903).

RGB color model

#A60D48 color RGB value is (166,13,72).

  • red value is 166;
  • green value is 13;
  • blue value is 72.
RGB:
(166,13,72)
(65%,5%,28%)

RGB channels and saturation

R 166 of 255 = 65%
G 13 of 255 = 5%
B 72 of 255 = 28%

166
13
72

R + G + B ~ 33%. #A60D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 13 + 72 = 251 (100%)
R 166 of 251 ~ 66.14%
G 13 of 251 ~ 5.18%
B 72 of 251 ~ 28.69%

%66.14
%28.69

CMYK color model

#A60D48 color CMYK value is (0,92,57,35).

  • cyan value is 0.00%
  • magenta value is 92.17%
  • yellow value is 56.63%
  • key color value is 34.90%
CMYK:
(0,92,57,35)
C0M92Y57K35 
(0%,92%,57%,35%)
(0.00/0.92/0.57/0.35)	

CMYK percentages

%0
%92.17
%56.63
%34.9

Codes

Color #A60D48 in popluar color models

A60D48
RGB1661372
HSL337°85.47%35.10%
HSB/HSV337°92.17%65.10%
CMYK0.00%92.17%56.63%
34.90%

Color #A60D48 in popluar number systems.

HEXA60D48
Decimal1661372
Binary1010011011011001000
Octal24615110

Shades and tints

Shades of #A60D48

#A60D48
(166,13,72)
#970C42
(151,12,66)
#880B3C
(136,11,60)
#790A36
(121,10,54)
#6A0930
(106,9,48)
#5B082A
(91,8,42)
#4C0724
(76,7,36)
#3D061E
(61,6,30)
#2E0518
(46,5,24)
#1F0412
(31,4,18)
#10030C
(16,3,12)
#000000
(0,0,0)

Tints of #A60D48

#A60D48
(166,13,72)
#AE2358
(174,35,88)
#B63968
(182,57,104)
#BE4F78
(190,79,120)
#C66588
(198,101,136)
#CE7B98
(206,123,152)
#D691A8
(214,145,168)
#DEA7B8
(222,167,184)
#E6BDC8
(230,189,200)
#EED3D8
(238,211,216)
#F6E9E8
(246,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A60D48 color. Also use rgb(166,13,72) instead hex code.

Text Font Color

.myTextColor { color: #A60D48; }

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

This text font color is #A60D48.


Background Color

.myBgColor { background-color: #A60D48; }

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

This div background color is #A60D48.


Border color

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

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

This div border color is #A60D48.


Opacity

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

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

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

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

This text has shadow with #A60D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A60D48 on black background.


Color preview on white background

This text has color #A60D48 on white background.



Black color preview on #A60D48 background

This text has black color on #A60D48 background.


White color preview on #A60D48 background

This text has white color on #A60D48 background.