COLOR #AC3E20

HEX: #AC3E20
RGB: (172,62,32)

Color info

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

RGB color model

#AC3E20 color RGB value is (172,62,32).

  • red value is 172;
  • green value is 62;
  • blue value is 32.
RGB:
(172,62,32)
(67%,24%,13%)

RGB channels and saturation

R 172 of 255 = 67%
G 62 of 255 = 24%
B 32 of 255 = 13%

172
62
32

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

Portions of RGB colors in percentages

R + G + B =
172 + 62 + 32 = 266 (100%)
R 172 of 266 ~ 64.66%
G 62 of 266 ~ 23.31%
B 32 of 266 ~ 12.03%

%64.66
%23.31
%12.03

CMYK color model

#AC3E20 color CMYK value is (0,64,81,33).

  • cyan value is 0.00%
  • magenta value is 63.95%
  • yellow value is 81.40%
  • key color value is 32.55%
CMYK:
(0,64,81,33)
C0M64Y81K33 
(0%,64%,81%,33%)
(0.00/0.64/0.81/0.33)	

CMYK percentages

%0
%63.95
%81.4
%32.55

Codes

Color #AC3E20 in popluar color models

AC3E20
RGB1726232
HSL13°68.63%40.00%
HSB/HSV13°81.40%67.45%
CMYK0.00%63.95%81.40%
32.55%

Color #AC3E20 in popluar number systems.

HEXAC3E20
Decimal1726232
Binary10101100111110100000
Octal2547640

Shades and tints

Shades of #AC3E20

#AC3E20
(172,62,32)
#9D391E
(157,57,30)
#8E341C
(142,52,28)
#7F2F1A
(127,47,26)
#702A18
(112,42,24)
#612516
(97,37,22)
#522014
(82,32,20)
#431B12
(67,27,18)
#341610
(52,22,16)
#25110E
(37,17,14)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #AC3E20

#AC3E20
(172,62,32)
#B34F34
(179,79,52)
#BA6048
(186,96,72)
#C1715C
(193,113,92)
#C88270
(200,130,112)
#CF9384
(207,147,132)
#D6A498
(214,164,152)
#DDB5AC
(221,181,172)
#E4C6C0
(228,198,192)
#EBD7D4
(235,215,212)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC3E20 color. Also use rgb(172,62,32) instead hex code.

Text Font Color

.myTextColor { color: #AC3E20; }

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

This text font color is #AC3E20.


Background Color

.myBgColor { background-color: #AC3E20; }

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

This div background color is #AC3E20.


Border color

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

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

This div border color is #AC3E20.


Opacity

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

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

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

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

This text has shadow with #AC3E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC3E20 on black background.


Color preview on white background

This text has color #AC3E20 on white background.



Black color preview on #AC3E20 background

This text has black color on #AC3E20 background.


White color preview on #AC3E20 background

This text has white color on #AC3E20 background.