COLOR #AB3726

HEX: #AB3726
RGB: (171,55,38)

Color info

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

RGB color model

#AB3726 color RGB value is (171,55,38).

  • red value is 171;
  • green value is 55;
  • blue value is 38.
RGB:
(171,55,38)
(67%,22%,15%)

RGB channels and saturation

R 171 of 255 = 67%
G 55 of 255 = 22%
B 38 of 255 = 15%

171
55
38

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

Portions of RGB colors in percentages

R + G + B =
171 + 55 + 38 = 264 (100%)
R 171 of 264 ~ 64.77%
G 55 of 264 ~ 20.83%
B 38 of 264 ~ 14.39%

%64.77
%20.83
%14.39

CMYK color model

#AB3726 color CMYK value is (0,68,78,33).

  • cyan value is 0.00%
  • magenta value is 67.84%
  • yellow value is 77.78%
  • key color value is 32.94%
CMYK:
(0,68,78,33)
C0M68Y78K33 
(0%,68%,78%,33%)
(0.00/0.68/0.78/0.33)	

CMYK percentages

%0
%67.84
%77.78
%32.94

Codes

Color #AB3726 in popluar color models

AB3726
RGB1715538
HSL63.64%40.98%
HSB/HSV77.78%67.06%
CMYK0.00%67.84%77.78%
32.94%

Color #AB3726 in popluar number systems.

HEXAB3726
Decimal1715538
Binary10101011110111100110
Octal2536746

Shades and tints

Shades of #AB3726

#AB3726
(171,55,38)
#9C3223
(156,50,35)
#8D2D20
(141,45,32)
#7E281D
(126,40,29)
#6F231A
(111,35,26)
#601E17
(96,30,23)
#511914
(81,25,20)
#421411
(66,20,17)
#330F0E
(51,15,14)
#240A0B
(36,10,11)
#150508
(21,5,8)
#000000
(0,0,0)

Tints of #AB3726

#AB3726
(171,55,38)
#B24939
(178,73,57)
#B95B4C
(185,91,76)
#C06D5F
(192,109,95)
#C77F72
(199,127,114)
#CE9185
(206,145,133)
#D5A398
(213,163,152)
#DCB5AB
(220,181,171)
#E3C7BE
(227,199,190)
#EAD9D1
(234,217,209)
#F1EBE4
(241,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3726 color. Also use rgb(171,55,38) instead hex code.

Text Font Color

.myTextColor { color: #AB3726; }

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

This text font color is #AB3726.


Background Color

.myBgColor { background-color: #AB3726; }

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

This div background color is #AB3726.


Border color

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

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

This div border color is #AB3726.


Opacity

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

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

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

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

This text has shadow with #AB3726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3726 on black background.


Color preview on white background

This text has color #AB3726 on white background.



Black color preview on #AB3726 background

This text has black color on #AB3726 background.


White color preview on #AB3726 background

This text has white color on #AB3726 background.