COLOR #AB4F27

HEX: #AB4F27
RGB: (171,79,39)

Color info

#AB4F27 contains mainly red color. Web safe color of #AB4F27 is #996633 (or #963).

RGB color model

#AB4F27 color RGB value is (171,79,39).

  • red value is 171;
  • green value is 79;
  • blue value is 39.
RGB:
(171,79,39)
(67%,31%,15%)

RGB channels and saturation

R 171 of 255 = 67%
G 79 of 255 = 31%
B 39 of 255 = 15%

171
79
39

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

Portions of RGB colors in percentages

R + G + B =
171 + 79 + 39 = 289 (100%)
R 171 of 289 ~ 59.17%
G 79 of 289 ~ 27.34%
B 39 of 289 ~ 13.49%

%59.17
%27.34
%13.49

CMYK color model

#AB4F27 color CMYK value is (0,54,77,33).

  • cyan value is 0.00%
  • magenta value is 53.80%
  • yellow value is 77.19%
  • key color value is 32.94%
CMYK:
(0,54,77,33)
C0M54Y77K33 
(0%,54%,77%,33%)
(0.00/0.54/0.77/0.33)	

CMYK percentages

%0
%53.8
%77.19
%32.94

Codes

Color #AB4F27 in popluar color models

AB4F27
RGB1717939
HSL18°62.86%41.18%
HSB/HSV18°77.19%67.06%
CMYK0.00%53.80%77.19%
32.94%

Color #AB4F27 in popluar number systems.

HEXAB4F27
Decimal1717939
Binary101010111001111100111
Octal25311747

Shades and tints

Shades of #AB4F27

#AB4F27
(171,79,39)
#9C4824
(156,72,36)
#8D4121
(141,65,33)
#7E3A1E
(126,58,30)
#6F331B
(111,51,27)
#602C18
(96,44,24)
#512515
(81,37,21)
#421E12
(66,30,18)
#33170F
(51,23,15)
#24100C
(36,16,12)
#150909
(21,9,9)
#000000
(0,0,0)

Tints of #AB4F27

#AB4F27
(171,79,39)
#B25F3A
(178,95,58)
#B96F4D
(185,111,77)
#C07F60
(192,127,96)
#C78F73
(199,143,115)
#CE9F86
(206,159,134)
#D5AF99
(213,175,153)
#DCBFAC
(220,191,172)
#E3CFBF
(227,207,191)
#EADFD2
(234,223,210)
#F1EFE5
(241,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4F27 color. Also use rgb(171,79,39) instead hex code.

Text Font Color

.myTextColor { color: #AB4F27; }

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

This text font color is #AB4F27.


Background Color

.myBgColor { background-color: #AB4F27; }

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

This div background color is #AB4F27.


Border color

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

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

This div border color is #AB4F27.


Opacity

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

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

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

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

This text has shadow with #AB4F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4F27 on black background.


Color preview on white background

This text has color #AB4F27 on white background.



Black color preview on #AB4F27 background

This text has black color on #AB4F27 background.


White color preview on #AB4F27 background

This text has white color on #AB4F27 background.