COLOR #AB4D12

HEX: #AB4D12
RGB: (171,77,18)

Color info

#AB4D12 contains mainly red color. Web safe color of #AB4D12 is #993300 (or #930).

RGB color model

#AB4D12 color RGB value is (171,77,18).

  • red value is 171;
  • green value is 77;
  • blue value is 18.
RGB:
(171,77,18)
(67%,30%,7%)

RGB channels and saturation

R 171 of 255 = 67%
G 77 of 255 = 30%
B 18 of 255 = 7%

171
77
18

R + G + B ~ 35%. #AB4D12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 77 + 18 = 266 (100%)
R 171 of 266 ~ 64.29%
G 77 of 266 ~ 28.95%
B 18 of 266 ~ 6.77%

%64.29
%28.95

CMYK color model

#AB4D12 color CMYK value is (0,55,89,33).

  • cyan value is 0.00%
  • magenta value is 54.97%
  • yellow value is 89.47%
  • key color value is 32.94%
CMYK:
(0,55,89,33)
C0M55Y89K33 
(0%,55%,89%,33%)
(0.00/0.55/0.89/0.33)	

CMYK percentages

%0
%54.97
%89.47
%32.94

Codes

Color #AB4D12 in popluar color models

AB4D12
RGB1717718
HSL23°80.95%37.06%
HSB/HSV23°89.47%67.06%
CMYK0.00%54.97%89.47%
32.94%

Color #AB4D12 in popluar number systems.

HEXAB4D12
Decimal1717718
Binary10101011100110110010
Octal25311522

Shades and tints

Shades of #AB4D12

#AB4D12
(171,77,18)
#9C4611
(156,70,17)
#8D3F10
(141,63,16)
#7E380F
(126,56,15)
#6F310E
(111,49,14)
#602A0D
(96,42,13)
#51230C
(81,35,12)
#421C0B
(66,28,11)
#33150A
(51,21,10)
#240E09
(36,14,9)
#150708
(21,7,8)
#000000
(0,0,0)

Tints of #AB4D12

#AB4D12
(171,77,18)
#B25D27
(178,93,39)
#B96D3C
(185,109,60)
#C07D51
(192,125,81)
#C78D66
(199,141,102)
#CE9D7B
(206,157,123)
#D5AD90
(213,173,144)
#DCBDA5
(220,189,165)
#E3CDBA
(227,205,186)
#EADDCF
(234,221,207)
#F1EDE4
(241,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4D12 color. Also use rgb(171,77,18) instead hex code.

Text Font Color

.myTextColor { color: #AB4D12; }

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

This text font color is #AB4D12.


Background Color

.myBgColor { background-color: #AB4D12; }

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

This div background color is #AB4D12.


Border color

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

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

This div border color is #AB4D12.


Opacity

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

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

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

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

This text has shadow with #AB4D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4D12 on black background.


Color preview on white background

This text has color #AB4D12 on white background.



Black color preview on #AB4D12 background

This text has black color on #AB4D12 background.


White color preview on #AB4D12 background

This text has white color on #AB4D12 background.