COLOR #AB3B54

HEX: #AB3B54
RGB: (171,59,84)

Color info

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

RGB color model

#AB3B54 color RGB value is (171,59,84).

  • red value is 171;
  • green value is 59;
  • blue value is 84.
RGB:
(171,59,84)
(67%,23%,33%)

RGB channels and saturation

R 171 of 255 = 67%
G 59 of 255 = 23%
B 84 of 255 = 33%

171
59
84

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

Portions of RGB colors in percentages

R + G + B =
171 + 59 + 84 = 314 (100%)
R 171 of 314 ~ 54.46%
G 59 of 314 ~ 18.79%
B 84 of 314 ~ 26.75%

%54.46
%18.79
%26.75

CMYK color model

#AB3B54 color CMYK value is (0,65,51,33).

  • cyan value is 0.00%
  • magenta value is 65.50%
  • yellow value is 50.88%
  • key color value is 32.94%
CMYK:
(0,65,51,33)
C0M65Y51K33 
(0%,65%,51%,33%)
(0.00/0.65/0.51/0.33)	

CMYK percentages

%0
%65.5
%50.88
%32.94

Codes

Color #AB3B54 in popluar color models

AB3B54
RGB1715984
HSL347°48.70%45.10%
HSB/HSV347°65.50%67.06%
CMYK0.00%65.50%50.88%
32.94%

Color #AB3B54 in popluar number systems.

HEXAB3B54
Decimal1715984
Binary101010111110111010100
Octal25373124

Shades and tints

Shades of #AB3B54

#AB3B54
(171,59,84)
#9C364D
(156,54,77)
#8D3146
(141,49,70)
#7E2C3F
(126,44,63)
#6F2738
(111,39,56)
#602231
(96,34,49)
#511D2A
(81,29,42)
#421823
(66,24,35)
#33131C
(51,19,28)
#240E15
(36,14,21)
#15090E
(21,9,14)
#000000
(0,0,0)

Tints of #AB3B54

#AB3B54
(171,59,84)
#B24C63
(178,76,99)
#B95D72
(185,93,114)
#C06E81
(192,110,129)
#C77F90
(199,127,144)
#CE909F
(206,144,159)
#D5A1AE
(213,161,174)
#DCB2BD
(220,178,189)
#E3C3CC
(227,195,204)
#EAD4DB
(234,212,219)
#F1E5EA
(241,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3B54 color. Also use rgb(171,59,84) instead hex code.

Text Font Color

.myTextColor { color: #AB3B54; }

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

This text font color is #AB3B54.


Background Color

.myBgColor { background-color: #AB3B54; }

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

This div background color is #AB3B54.


Border color

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

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

This div border color is #AB3B54.


Opacity

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

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

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

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

This text has shadow with #AB3B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3B54 on black background.


Color preview on white background

This text has color #AB3B54 on white background.



Black color preview on #AB3B54 background

This text has black color on #AB3B54 background.


White color preview on #AB3B54 background

This text has white color on #AB3B54 background.