COLOR #AB403C

HEX: #AB403C
RGB: (171,64,60)

Color info

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

RGB color model

#AB403C color RGB value is (171,64,60).

  • red value is 171;
  • green value is 64;
  • blue value is 60.
RGB:
(171,64,60)
(67%,25%,24%)

RGB channels and saturation

R 171 of 255 = 67%
G 64 of 255 = 25%
B 60 of 255 = 24%

171
64
60

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

Portions of RGB colors in percentages

R + G + B =
171 + 64 + 60 = 295 (100%)
R 171 of 295 ~ 57.97%
G 64 of 295 ~ 21.69%
B 60 of 295 ~ 20.34%

%57.97
%21.69
%20.34

CMYK color model

#AB403C color CMYK value is (0,63,65,33).

  • cyan value is 0.00%
  • magenta value is 62.57%
  • yellow value is 64.91%
  • key color value is 32.94%
CMYK:
(0,63,65,33)
C0M63Y65K33 
(0%,63%,65%,33%)
(0.00/0.63/0.65/0.33)	

CMYK percentages

%0
%62.57
%64.91
%32.94

Codes

Color #AB403C in popluar color models

AB403C
RGB1716460
HSL48.05%45.29%
HSB/HSV64.91%67.06%
CMYK0.00%62.57%64.91%
32.94%

Color #AB403C in popluar number systems.

HEXAB403C
Decimal1716460
Binary101010111000000111100
Octal25310074

Shades and tints

Shades of #AB403C

#AB403C
(171,64,60)
#9C3B37
(156,59,55)
#8D3632
(141,54,50)
#7E312D
(126,49,45)
#6F2C28
(111,44,40)
#602723
(96,39,35)
#51221E
(81,34,30)
#421D19
(66,29,25)
#331814
(51,24,20)
#24130F
(36,19,15)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #AB403C

#AB403C
(171,64,60)
#B2514D
(178,81,77)
#B9625E
(185,98,94)
#C0736F
(192,115,111)
#C78480
(199,132,128)
#CE9591
(206,149,145)
#D5A6A2
(213,166,162)
#DCB7B3
(220,183,179)
#E3C8C4
(227,200,196)
#EAD9D5
(234,217,213)
#F1EAE6
(241,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB403C color. Also use rgb(171,64,60) instead hex code.

Text Font Color

.myTextColor { color: #AB403C; }

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

This text font color is #AB403C.


Background Color

.myBgColor { background-color: #AB403C; }

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

This div background color is #AB403C.


Border color

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

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

This div border color is #AB403C.


Opacity

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

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

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

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

This text has shadow with #AB403C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB403C on black background.


Color preview on white background

This text has color #AB403C on white background.



Black color preview on #AB403C background

This text has black color on #AB403C background.


White color preview on #AB403C background

This text has white color on #AB403C background.