COLOR #AB3E50

HEX: #AB3E50 RGB: (171,62,80)

Color info

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

RGB color model

#AB3E50 color RGB value is (171,62,80).

RGB: (171,62,80) (67%, 24%, 31%)

RGB channels and saturation

R 171 of 255 = 67%
G 62 of 255 = 24%
B 80 of 255 = 31%

171
62
80

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

Portions of RGB colors in percentages

R + G + B = 171 + 62 + 80 = 313 (100%)
R 171 of 313 ~ 54.63%
G 62 of 313 ~ 19.81%
B 80 of 313 ~ 25.56'%

%54.63
%19.81
%25.56

CMYK color model

#AB3E50 color CMYK value is (0,64,53,33).

  • cyan value is 0.00%
  • magenta value is 63.74%
  • yellow value is 53.22%
  • key color value is 32.94%

CMYK: (0,64,53,33)
C0M64Y53K33 (0%, 64%, 53%, 33%)
(0.00 / 0.64 / 0.53 / 0.33)

CMYK percentages

%0
%63.74
%53.22
%32.94

Codes

Color #AB3E50 in popluar color models

AB 3E 50
RGB 171 62 80
HSL 350° 46.78% 45.69%
HSB/HSV 350° 63.74% 67.06%
CMYK 0.00% 63.74% 53.22%
32.94%

Color #AB3E50 in popluar number systems.

HEX AB 3E 50
Decimal 171 62 80
Binary 10101011 111110 1010000
Octal 253 76 120

Shades and tints

Shades of #AB3E50

#AB3E50
(171,62,80)
#9C3949
(156,57,73)
#8D3442
(141,52,66)
#7E2F3B
(126,47,59)
#6F2A34
(111,42,52)
#60252D
(96,37,45)
#512026
(81,32,38)
#421B1F
(66,27,31)
#331618
(51,22,24)
#241111
(36,17,17)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #AB3E50

#AB3E50
(171,62,80)
#B24F5F
(178,79,95)
#B9606E
(185,96,110)
#C0717D
(192,113,125)
#C7828C
(199,130,140)
#CE939B
(206,147,155)
#D5A4AA
(213,164,170)
#DCB5B9
(220,181,185)
#E3C6C8
(227,198,200)
#EAD7D7
(234,215,215)
#F1E8E6
(241,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3E50 color. Also use rgb(171,62,80) instead hex code.

Text Font Color

.myTextColor { color: #AB3E50; }

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

This text font color is #AB3E50.

Background Color

.myBgColor { background-color: #AB3E50; }

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

This div background color is #AB3E50.

Border color

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

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

This div border color is #AB3E50.

Opacity

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

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

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

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

This text has shadow with #AB3E50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB3E50.

Preview

Color preview on black background

This text has color #AB3E50 on black background.


Color preview on white background

This text has color #AB3E50 on white background.


Black color preview on #AB3E50 background

This text has black color on #AB3E50 background.


White color preview on #AB3E50 background

This text has white color on #AB3E50 background.


Related colors

Complementary color

Complementary color for #hex is #54C1AF.


I love getcolorcode.com

Triadic colors

1 #50AB3E and #3E50AB with #AB3E50 are triadic colors.

2 #503EAB and #3EAB50 with #AB3E50 are triadic colors.