COLOR #AB3C39

HEX: #AB3C39
RGB: (171,60,57)

Color info

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

RGB color model

#AB3C39 color RGB value is (171,60,57).

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

RGB channels and saturation

R 171 of 255 = 67%
G 60 of 255 = 24%
B 57 of 255 = 22%

171
60
57

R + G + B ~ 38%. #AB3C39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 60 + 57 = 288 (100%)
R 171 of 288 ~ 59.38%
G 60 of 288 ~ 20.83%
B 57 of 288 ~ 19.79%

%59.38
%20.83
%19.79

CMYK color model

#AB3C39 color CMYK value is (0,65,67,33).

  • cyan value is 0.00%
  • magenta value is 64.91%
  • yellow value is 66.67%
  • key color value is 32.94%
CMYK:
(0,65,67,33)
C0M65Y67K33 
(0%,65%,67%,33%)
(0.00/0.65/0.67/0.33)	

CMYK percentages

%0
%64.91
%66.67
%32.94

Codes

Color #AB3C39 in popluar color models

AB3C39
RGB1716057
HSL50.00%44.71%
HSB/HSV66.67%67.06%
CMYK0.00%64.91%66.67%
32.94%

Color #AB3C39 in popluar number systems.

HEXAB3C39
Decimal1716057
Binary10101011111100111001
Octal2537471

Shades and tints

Shades of #AB3C39

#AB3C39
(171,60,57)
#9C3734
(156,55,52)
#8D322F
(141,50,47)
#7E2D2A
(126,45,42)
#6F2825
(111,40,37)
#602320
(96,35,32)
#511E1B
(81,30,27)
#421916
(66,25,22)
#331411
(51,20,17)
#240F0C
(36,15,12)
#150A07
(21,10,7)
#000000
(0,0,0)

Tints of #AB3C39

#AB3C39
(171,60,57)
#B24D4B
(178,77,75)
#B95E5D
(185,94,93)
#C06F6F
(192,111,111)
#C78081
(199,128,129)
#CE9193
(206,145,147)
#D5A2A5
(213,162,165)
#DCB3B7
(220,179,183)
#E3C4C9
(227,196,201)
#EAD5DB
(234,213,219)
#F1E6ED
(241,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB3C39; }

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

This text font color is #AB3C39.


Background Color

.myBgColor { background-color: #AB3C39; }

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

This div background color is #AB3C39.


Border color

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

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

This div border color is #AB3C39.


Opacity

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

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

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

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

This text has shadow with #AB3C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3C39 on black background.


Color preview on white background

This text has color #AB3C39 on white background.



Black color preview on #AB3C39 background

This text has black color on #AB3C39 background.


White color preview on #AB3C39 background

This text has white color on #AB3C39 background.