COLOR #AB3F46

HEX: #AB3F46 RGB: (171,63,70)

Color info

#AB3F46 contains mainly red color. Web safe color of #AB3F46 is #993333 (or #933).

RGB color model

#AB3F46 color RGB value is (171,63,70).

RGB: (171,63,70) (67%, 25%, 27%)

RGB channels and saturation

R 171 of 255 = 67%
G 63 of 255 = 25%
B 70 of 255 = 27%

171
63
70

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

Portions of RGB colors in percentages

R + G + B = 171 + 63 + 70 = 304 (100%)
R 171 of 304 ~ 56.25%
G 63 of 304 ~ 20.72%
B 70 of 304 ~ 23.03'%

%56.25
%20.72
%23.03

CMYK color model

#AB3F46 color CMYK value is (0,63,59,33).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 59.06%
  • key color value is 32.94%

CMYK: (0,63,59,33)
C0M63Y59K33 (0%, 63%, 59%, 33%)
(0.00 / 0.63 / 0.59 / 0.33)

CMYK percentages

%0
%63.16
%59.06
%32.94

Codes

Color #AB3F46 in popluar color models

AB 3F 46
RGB 171 63 70
HSL 356° 46.15% 45.88%
HSB/HSV 356° 63.16% 67.06%
CMYK 0.00% 63.16% 59.06%
32.94%

Color #AB3F46 in popluar number systems.

HEX AB 3F 46
Decimal 171 63 70
Binary 10101011 111111 1000110
Octal 253 77 106

Shades and tints

Shades of #AB3F46

#AB3F46
(171,63,70)
#9C3A40
(156,58,64)
#8D353A
(141,53,58)
#7E3034
(126,48,52)
#6F2B2E
(111,43,46)
#602628
(96,38,40)
#512122
(81,33,34)
#421C1C
(66,28,28)
#331716
(51,23,22)
#241210
(36,18,16)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #AB3F46

#AB3F46
(171,63,70)
#B25056
(178,80,86)
#B96166
(185,97,102)
#C07276
(192,114,118)
#C78386
(199,131,134)
#CE9496
(206,148,150)
#D5A5A6
(213,165,166)
#DCB6B6
(220,182,182)
#E3C7C6
(227,199,198)
#EAD8D6
(234,216,214)
#F1E9E6
(241,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3F46 color. Also use rgb(171,63,70) instead hex code.

Text Font Color

.myTextColor { color: #AB3F46; }

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

This text font color is #AB3F46.

Background Color

.myBgColor { background-color: #AB3F46; }

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

This div background color is #AB3F46.

Border color

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

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

This div border color is #AB3F46.

Opacity

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

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

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

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

This text has shadow with #AB3F46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB3F46.

Preview

Color preview on black background

This text has color #AB3F46 on black background.


Color preview on white background

This text has color #AB3F46 on white background.


Black color preview on #AB3F46 background

This text has black color on #AB3F46 background.


White color preview on #AB3F46 background

This text has white color on #AB3F46 background.


Related colors

Complementary color

Complementary color for #hex is #54C0B9.


I love getcolorcode.com

Triadic colors

1 #46AB3F and #3F46AB with #AB3F46 are triadic colors.

2 #463FAB and #3FAB46 with #AB3F46 are triadic colors.