COLOR #AB3A52

HEX: #AB3A52
RGB: (171,58,82)

Color info

#AB3A52 contains mainly red color. Web safe color of #AB3A52 is #993366 (or #936).

RGB color model

#AB3A52 color RGB value is (171,58,82).

  • red value is 171;
  • green value is 58;
  • blue value is 82.
RGB:
(171,58,82)
(67%,23%,32%)

RGB channels and saturation

R 171 of 255 = 67%
G 58 of 255 = 23%
B 82 of 255 = 32%

171
58
82

R + G + B ~ 41%. #AB3A52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 58 + 82 = 311 (100%)
R 171 of 311 ~ 54.98%
G 58 of 311 ~ 18.65%
B 82 of 311 ~ 26.37%

%54.98
%18.65
%26.37

CMYK color model

#AB3A52 color CMYK value is (0,66,52,33).

  • cyan value is 0.00%
  • magenta value is 66.08%
  • yellow value is 52.05%
  • key color value is 32.94%
CMYK:
(0,66,52,33)
C0M66Y52K33 
(0%,66%,52%,33%)
(0.00/0.66/0.52/0.33)	

CMYK percentages

%0
%66.08
%52.05
%32.94

Codes

Color #AB3A52 in popluar color models

AB3A52
RGB1715882
HSL347°49.34%44.90%
HSB/HSV347°66.08%67.06%
CMYK0.00%66.08%52.05%
32.94%

Color #AB3A52 in popluar number systems.

HEXAB3A52
Decimal1715882
Binary101010111110101010010
Octal25372122

Shades and tints

Shades of #AB3A52

#AB3A52
(171,58,82)
#9C354B
(156,53,75)
#8D3044
(141,48,68)
#7E2B3D
(126,43,61)
#6F2636
(111,38,54)
#60212F
(96,33,47)
#511C28
(81,28,40)
#421721
(66,23,33)
#33121A
(51,18,26)
#240D13
(36,13,19)
#15080C
(21,8,12)
#000000
(0,0,0)

Tints of #AB3A52

#AB3A52
(171,58,82)
#B24B61
(178,75,97)
#B95C70
(185,92,112)
#C06D7F
(192,109,127)
#C77E8E
(199,126,142)
#CE8F9D
(206,143,157)
#D5A0AC
(213,160,172)
#DCB1BB
(220,177,187)
#E3C2CA
(227,194,202)
#EAD3D9
(234,211,217)
#F1E4E8
(241,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3A52 color. Also use rgb(171,58,82) instead hex code.

Text Font Color

.myTextColor { color: #AB3A52; }

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

This text font color is #AB3A52.


Background Color

.myBgColor { background-color: #AB3A52; }

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

This div background color is #AB3A52.


Border color

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

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

This div border color is #AB3A52.


Opacity

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

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

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

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

This text has shadow with #AB3A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3A52 on black background.


Color preview on white background

This text has color #AB3A52 on white background.



Black color preview on #AB3A52 background

This text has black color on #AB3A52 background.


White color preview on #AB3A52 background

This text has white color on #AB3A52 background.