COLOR #AB4314

HEX: #AB4314
RGB: (171,67,20)

Color info

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

RGB color model

#AB4314 color RGB value is (171,67,20).

  • red value is 171;
  • green value is 67;
  • blue value is 20.
RGB:
(171,67,20)
(67%,26%,8%)

RGB channels and saturation

R 171 of 255 = 67%
G 67 of 255 = 26%
B 20 of 255 = 8%

171
67
20

R + G + B ~ 34%. #AB4314 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 67 + 20 = 258 (100%)
R 171 of 258 ~ 66.28%
G 67 of 258 ~ 25.97%
B 20 of 258 ~ 7.75%

%66.28
%25.97

CMYK color model

#AB4314 color CMYK value is (0,61,88,33).

  • cyan value is 0.00%
  • magenta value is 60.82%
  • yellow value is 88.30%
  • key color value is 32.94%
CMYK:
(0,61,88,33)
C0M61Y88K33 
(0%,61%,88%,33%)
(0.00/0.61/0.88/0.33)	

CMYK percentages

%0
%60.82
%88.3
%32.94

Codes

Color #AB4314 in popluar color models

AB4314
RGB1716720
HSL19°79.06%37.45%
HSB/HSV19°88.30%67.06%
CMYK0.00%60.82%88.30%
32.94%

Color #AB4314 in popluar number systems.

HEXAB4314
Decimal1716720
Binary10101011100001110100
Octal25310324

Shades and tints

Shades of #AB4314

#AB4314
(171,67,20)
#9C3D13
(156,61,19)
#8D3712
(141,55,18)
#7E3111
(126,49,17)
#6F2B10
(111,43,16)
#60250F
(96,37,15)
#511F0E
(81,31,14)
#42190D
(66,25,13)
#33130C
(51,19,12)
#240D0B
(36,13,11)
#15070A
(21,7,10)
#000000
(0,0,0)

Tints of #AB4314

#AB4314
(171,67,20)
#B25429
(178,84,41)
#B9653E
(185,101,62)
#C07653
(192,118,83)
#C78768
(199,135,104)
#CE987D
(206,152,125)
#D5A992
(213,169,146)
#DCBAA7
(220,186,167)
#E3CBBC
(227,203,188)
#EADCD1
(234,220,209)
#F1EDE6
(241,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4314 color. Also use rgb(171,67,20) instead hex code.

Text Font Color

.myTextColor { color: #AB4314; }

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

This text font color is #AB4314.


Background Color

.myBgColor { background-color: #AB4314; }

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

This div background color is #AB4314.


Border color

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

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

This div border color is #AB4314.


Opacity

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

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

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

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

This text has shadow with #AB4314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4314 on black background.


Color preview on white background

This text has color #AB4314 on white background.



Black color preview on #AB4314 background

This text has black color on #AB4314 background.


White color preview on #AB4314 background

This text has white color on #AB4314 background.