COLOR #AB3451

HEX: #AB3451
RGB: (171,52,81)

Color info

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

RGB color model

#AB3451 color RGB value is (171,52,81).

  • red value is 171;
  • green value is 52;
  • blue value is 81.
RGB:
(171,52,81)
(67%,20%,32%)

RGB channels and saturation

R 171 of 255 = 67%
G 52 of 255 = 20%
B 81 of 255 = 32%

171
52
81

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

Portions of RGB colors in percentages

R + G + B =
171 + 52 + 81 = 304 (100%)
R 171 of 304 ~ 56.25%
G 52 of 304 ~ 17.11%
B 81 of 304 ~ 26.64%

%56.25
%17.11
%26.64

CMYK color model

#AB3451 color CMYK value is (0,70,53,33).

  • cyan value is 0.00%
  • magenta value is 69.59%
  • yellow value is 52.63%
  • key color value is 32.94%
CMYK:
(0,70,53,33)
C0M70Y53K33 
(0%,70%,53%,33%)
(0.00/0.70/0.53/0.33)	

CMYK percentages

%0
%69.59
%52.63
%32.94

Codes

Color #AB3451 in popluar color models

AB3451
RGB1715281
HSL345°53.36%43.73%
HSB/HSV345°69.59%67.06%
CMYK0.00%69.59%52.63%
32.94%

Color #AB3451 in popluar number systems.

HEXAB3451
Decimal1715281
Binary101010111101001010001
Octal25364121

Shades and tints

Shades of #AB3451

#AB3451
(171,52,81)
#9C304A
(156,48,74)
#8D2C43
(141,44,67)
#7E283C
(126,40,60)
#6F2435
(111,36,53)
#60202E
(96,32,46)
#511C27
(81,28,39)
#421820
(66,24,32)
#331419
(51,20,25)
#241012
(36,16,18)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #AB3451

#AB3451
(171,52,81)
#B24660
(178,70,96)
#B9586F
(185,88,111)
#C06A7E
(192,106,126)
#C77C8D
(199,124,141)
#CE8E9C
(206,142,156)
#D5A0AB
(213,160,171)
#DCB2BA
(220,178,186)
#E3C4C9
(227,196,201)
#EAD6D8
(234,214,216)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3451 color. Also use rgb(171,52,81) instead hex code.

Text Font Color

.myTextColor { color: #AB3451; }

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

This text font color is #AB3451.


Background Color

.myBgColor { background-color: #AB3451; }

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

This div background color is #AB3451.


Border color

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

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

This div border color is #AB3451.


Opacity

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

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

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

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

This text has shadow with #AB3451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3451 on black background.


Color preview on white background

This text has color #AB3451 on white background.



Black color preview on #AB3451 background

This text has black color on #AB3451 background.


White color preview on #AB3451 background

This text has white color on #AB3451 background.