COLOR #AC3B29

HEX: #AC3B29
RGB: (172,59,41)

Color info

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

RGB color model

#AC3B29 color RGB value is (172,59,41).

  • red value is 172;
  • green value is 59;
  • blue value is 41.
RGB:
(172,59,41)
(67%,23%,16%)

RGB channels and saturation

R 172 of 255 = 67%
G 59 of 255 = 23%
B 41 of 255 = 16%

172
59
41

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

Portions of RGB colors in percentages

R + G + B =
172 + 59 + 41 = 272 (100%)
R 172 of 272 ~ 63.24%
G 59 of 272 ~ 21.69%
B 41 of 272 ~ 15.07%

%63.24
%21.69
%15.07

CMYK color model

#AC3B29 color CMYK value is (0,66,76,33).

  • cyan value is 0.00%
  • magenta value is 65.70%
  • yellow value is 76.16%
  • key color value is 32.55%
CMYK:
(0,66,76,33)
C0M66Y76K33 
(0%,66%,76%,33%)
(0.00/0.66/0.76/0.33)	

CMYK percentages

%0
%65.7
%76.16
%32.55

Codes

Color #AC3B29 in popluar color models

AC3B29
RGB1725941
HSL61.50%41.76%
HSB/HSV76.16%67.45%
CMYK0.00%65.70%76.16%
32.55%

Color #AC3B29 in popluar number systems.

HEXAC3B29
Decimal1725941
Binary10101100111011101001
Octal2547351

Shades and tints

Shades of #AC3B29

#AC3B29
(172,59,41)
#9D3626
(157,54,38)
#8E3123
(142,49,35)
#7F2C20
(127,44,32)
#70271D
(112,39,29)
#61221A
(97,34,26)
#521D17
(82,29,23)
#431814
(67,24,20)
#341311
(52,19,17)
#250E0E
(37,14,14)
#16090B
(22,9,11)
#000000
(0,0,0)

Tints of #AC3B29

#AC3B29
(172,59,41)
#B34C3C
(179,76,60)
#BA5D4F
(186,93,79)
#C16E62
(193,110,98)
#C87F75
(200,127,117)
#CF9088
(207,144,136)
#D6A19B
(214,161,155)
#DDB2AE
(221,178,174)
#E4C3C1
(228,195,193)
#EBD4D4
(235,212,212)
#F2E5E7
(242,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC3B29 color. Also use rgb(172,59,41) instead hex code.

Text Font Color

.myTextColor { color: #AC3B29; }

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

This text font color is #AC3B29.


Background Color

.myBgColor { background-color: #AC3B29; }

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

This div background color is #AC3B29.


Border color

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

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

This div border color is #AC3B29.


Opacity

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

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

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

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

This text has shadow with #AC3B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC3B29 on black background.


Color preview on white background

This text has color #AC3B29 on white background.



Black color preview on #AC3B29 background

This text has black color on #AC3B29 background.


White color preview on #AC3B29 background

This text has white color on #AC3B29 background.