COLOR #AB4947

HEX: #AB4947
RGB: (171,73,71)

Color info

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

RGB color model

#AB4947 color RGB value is (171,73,71).

  • red value is 171;
  • green value is 73;
  • blue value is 71.
RGB:
(171,73,71)
(67%,29%,28%)

RGB channels and saturation

R 171 of 255 = 67%
G 73 of 255 = 29%
B 71 of 255 = 28%

171
73
71

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

Portions of RGB colors in percentages

R + G + B =
171 + 73 + 71 = 315 (100%)
R 171 of 315 ~ 54.29%
G 73 of 315 ~ 23.17%
B 71 of 315 ~ 22.54%

%54.29
%23.17
%22.54

CMYK color model

#AB4947 color CMYK value is (0,57,58,33).

  • cyan value is 0.00%
  • magenta value is 57.31%
  • yellow value is 58.48%
  • key color value is 32.94%
CMYK:
(0,57,58,33)
C0M57Y58K33 
(0%,57%,58%,33%)
(0.00/0.57/0.58/0.33)	

CMYK percentages

%0
%57.31
%58.48
%32.94

Codes

Color #AB4947 in popluar color models

AB4947
RGB1717371
HSL41.32%47.45%
HSB/HSV58.48%67.06%
CMYK0.00%57.31%58.48%
32.94%

Color #AB4947 in popluar number systems.

HEXAB4947
Decimal1717371
Binary1010101110010011000111
Octal253111107

Shades and tints

Shades of #AB4947

#AB4947
(171,73,71)
#9C4341
(156,67,65)
#8D3D3B
(141,61,59)
#7E3735
(126,55,53)
#6F312F
(111,49,47)
#602B29
(96,43,41)
#512523
(81,37,35)
#421F1D
(66,31,29)
#331917
(51,25,23)
#241311
(36,19,17)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #AB4947

#AB4947
(171,73,71)
#B25957
(178,89,87)
#B96967
(185,105,103)
#C07977
(192,121,119)
#C78987
(199,137,135)
#CE9997
(206,153,151)
#D5A9A7
(213,169,167)
#DCB9B7
(220,185,183)
#E3C9C7
(227,201,199)
#EAD9D7
(234,217,215)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4947 color. Also use rgb(171,73,71) instead hex code.

Text Font Color

.myTextColor { color: #AB4947; }

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

This text font color is #AB4947.


Background Color

.myBgColor { background-color: #AB4947; }

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

This div background color is #AB4947.


Border color

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

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

This div border color is #AB4947.


Opacity

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

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

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

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

This text has shadow with #AB4947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4947 on black background.


Color preview on white background

This text has color #AB4947 on white background.



Black color preview on #AB4947 background

This text has black color on #AB4947 background.


White color preview on #AB4947 background

This text has white color on #AB4947 background.