COLOR #AB3C54

HEX: #AB3C54
RGB: (171,60,84)

Color info

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

RGB color model

#AB3C54 color RGB value is (171,60,84).

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

RGB channels and saturation

R 171 of 255 = 67%
G 60 of 255 = 24%
B 84 of 255 = 33%

171
60
84

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

Portions of RGB colors in percentages

R + G + B =
171 + 60 + 84 = 315 (100%)
R 171 of 315 ~ 54.29%
G 60 of 315 ~ 19.05%
B 84 of 315 ~ 26.67%

%54.29
%19.05
%26.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 64.91%
  • 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
%64.91
%50.88
%32.94

Codes

Color #AB3C54 in popluar color models

AB3C54
RGB1716084
HSL347°48.05%45.29%
HSB/HSV347°64.91%67.06%
CMYK0.00%64.91%50.88%
32.94%

Color #AB3C54 in popluar number systems.

HEXAB3C54
Decimal1716084
Binary101010111111001010100
Octal25374124

Shades and tints

Shades of #AB3C54

#AB3C54
(171,60,84)
#9C374D
(156,55,77)
#8D3246
(141,50,70)
#7E2D3F
(126,45,63)
#6F2838
(111,40,56)
#602331
(96,35,49)
#511E2A
(81,30,42)
#421923
(66,25,35)
#33141C
(51,20,28)
#240F15
(36,15,21)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #AB3C54

#AB3C54
(171,60,84)
#B24D63
(178,77,99)
#B95E72
(185,94,114)
#C06F81
(192,111,129)
#C78090
(199,128,144)
#CE919F
(206,145,159)
#D5A2AE
(213,162,174)
#DCB3BD
(220,179,189)
#E3C4CC
(227,196,204)
#EAD5DB
(234,213,219)
#F1E6EA
(241,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB3C54; }

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

This text font color is #AB3C54.


Background Color

.myBgColor { background-color: #AB3C54; }

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

This div background color is #AB3C54.


Border color

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

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

This div border color is #AB3C54.


Opacity

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

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

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

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

This text has shadow with #AB3C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3C54 on black background.


Color preview on white background

This text has color #AB3C54 on white background.



Black color preview on #AB3C54 background

This text has black color on #AB3C54 background.


White color preview on #AB3C54 background

This text has white color on #AB3C54 background.