COLOR #AB253F

HEX: #AB253F
RGB: (171,37,63)

Color info

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

RGB color model

#AB253F color RGB value is (171,37,63).

  • red value is 171;
  • green value is 37;
  • blue value is 63.
RGB:
(171,37,63)
(67%,15%,25%)

RGB channels and saturation

R 171 of 255 = 67%
G 37 of 255 = 15%
B 63 of 255 = 25%

171
37
63

R + G + B ~ 36%. #AB253F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 37 + 63 = 271 (100%)
R 171 of 271 ~ 63.1%
G 37 of 271 ~ 13.65%
B 63 of 271 ~ 23.25%

%63.1
%13.65
%23.25

CMYK color model

#AB253F color CMYK value is (0,78,63,33).

  • cyan value is 0.00%
  • magenta value is 78.36%
  • yellow value is 63.16%
  • key color value is 32.94%
CMYK:
(0,78,63,33)
C0M78Y63K33 
(0%,78%,63%,33%)
(0.00/0.78/0.63/0.33)	

CMYK percentages

%0
%78.36
%63.16
%32.94

Codes

Color #AB253F in popluar color models

AB253F
RGB1713763
HSL348°64.42%40.78%
HSB/HSV348°78.36%67.06%
CMYK0.00%78.36%63.16%
32.94%

Color #AB253F in popluar number systems.

HEXAB253F
Decimal1713763
Binary10101011100101111111
Octal2534577

Shades and tints

Shades of #AB253F

#AB253F
(171,37,63)
#9C223A
(156,34,58)
#8D1F35
(141,31,53)
#7E1C30
(126,28,48)
#6F192B
(111,25,43)
#601626
(96,22,38)
#511321
(81,19,33)
#42101C
(66,16,28)
#330D17
(51,13,23)
#240A12
(36,10,18)
#15070D
(21,7,13)
#000000
(0,0,0)

Tints of #AB253F

#AB253F
(171,37,63)
#B23850
(178,56,80)
#B94B61
(185,75,97)
#C05E72
(192,94,114)
#C77183
(199,113,131)
#CE8494
(206,132,148)
#D597A5
(213,151,165)
#DCAAB6
(220,170,182)
#E3BDC7
(227,189,199)
#EAD0D8
(234,208,216)
#F1E3E9
(241,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB253F color. Also use rgb(171,37,63) instead hex code.

Text Font Color

.myTextColor { color: #AB253F; }

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

This text font color is #AB253F.


Background Color

.myBgColor { background-color: #AB253F; }

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

This div background color is #AB253F.


Border color

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

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

This div border color is #AB253F.


Opacity

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

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

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

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

This text has shadow with #AB253F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB253F on black background.


Color preview on white background

This text has color #AB253F on white background.



Black color preview on #AB253F background

This text has black color on #AB253F background.


White color preview on #AB253F background

This text has white color on #AB253F background.