COLOR #AB482B

HEX: #AB482B
RGB: (171,72,43)

Color info

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

RGB color model

#AB482B color RGB value is (171,72,43).

  • red value is 171;
  • green value is 72;
  • blue value is 43.
RGB:
(171,72,43)
(67%,28%,17%)

RGB channels and saturation

R 171 of 255 = 67%
G 72 of 255 = 28%
B 43 of 255 = 17%

171
72
43

R + G + B ~ 37%. #AB482B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 72 + 43 = 286 (100%)
R 171 of 286 ~ 59.79%
G 72 of 286 ~ 25.17%
B 43 of 286 ~ 15.03%

%59.79
%25.17
%15.03

CMYK color model

#AB482B color CMYK value is (0,58,75,33).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 74.85%
  • key color value is 32.94%
CMYK:
(0,58,75,33)
C0M58Y75K33 
(0%,58%,75%,33%)
(0.00/0.58/0.75/0.33)	

CMYK percentages

%0
%57.89
%74.85
%32.94

Codes

Color #AB482B in popluar color models

AB482B
RGB1717243
HSL14°59.81%41.96%
HSB/HSV14°74.85%67.06%
CMYK0.00%57.89%74.85%
32.94%

Color #AB482B in popluar number systems.

HEXAB482B
Decimal1717243
Binary101010111001000101011
Octal25311053

Shades and tints

Shades of #AB482B

#AB482B
(171,72,43)
#9C4228
(156,66,40)
#8D3C25
(141,60,37)
#7E3622
(126,54,34)
#6F301F
(111,48,31)
#602A1C
(96,42,28)
#512419
(81,36,25)
#421E16
(66,30,22)
#331813
(51,24,19)
#241210
(36,18,16)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #AB482B

#AB482B
(171,72,43)
#B2583E
(178,88,62)
#B96851
(185,104,81)
#C07864
(192,120,100)
#C78877
(199,136,119)
#CE988A
(206,152,138)
#D5A89D
(213,168,157)
#DCB8B0
(220,184,176)
#E3C8C3
(227,200,195)
#EAD8D6
(234,216,214)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB482B color. Also use rgb(171,72,43) instead hex code.

Text Font Color

.myTextColor { color: #AB482B; }

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

This text font color is #AB482B.


Background Color

.myBgColor { background-color: #AB482B; }

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

This div background color is #AB482B.


Border color

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

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

This div border color is #AB482B.


Opacity

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

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

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

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

This text has shadow with #AB482B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB482B on black background.


Color preview on white background

This text has color #AB482B on white background.



Black color preview on #AB482B background

This text has black color on #AB482B background.


White color preview on #AB482B background

This text has white color on #AB482B background.