COLOR #AC1E35

HEX: #AC1E35
RGB: (172,30,53)

Color info

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

RGB color model

#AC1E35 color RGB value is (172,30,53).

  • red value is 172;
  • green value is 30;
  • blue value is 53.
RGB:
(172,30,53)
(67%,12%,21%)

RGB channels and saturation

R 172 of 255 = 67%
G 30 of 255 = 12%
B 53 of 255 = 21%

172
30
53

R + G + B ~ 33%. #AC1E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 30 + 53 = 255 (100%)
R 172 of 255 ~ 67.45%
G 30 of 255 ~ 11.76%
B 53 of 255 ~ 20.78%

%67.45
%11.76
%20.78

CMYK color model

#AC1E35 color CMYK value is (0,83,69,33).

  • cyan value is 0.00%
  • magenta value is 82.56%
  • yellow value is 69.19%
  • key color value is 32.55%
CMYK:
(0,83,69,33)
C0M83Y69K33 
(0%,83%,69%,33%)
(0.00/0.83/0.69/0.33)	

CMYK percentages

%0
%82.56
%69.19
%32.55

Codes

Color #AC1E35 in popluar color models

AC1E35
RGB1723053
HSL350°70.30%39.61%
HSB/HSV350°82.56%67.45%
CMYK0.00%82.56%69.19%
32.55%

Color #AC1E35 in popluar number systems.

HEXAC1E35
Decimal1723053
Binary1010110011110110101
Octal2543665

Shades and tints

Shades of #AC1E35

#AC1E35
(172,30,53)
#9D1C31
(157,28,49)
#8E1A2D
(142,26,45)
#7F1829
(127,24,41)
#701625
(112,22,37)
#611421
(97,20,33)
#52121D
(82,18,29)
#431019
(67,16,25)
#340E15
(52,14,21)
#250C11
(37,12,17)
#160A0D
(22,10,13)
#000000
(0,0,0)

Tints of #AC1E35

#AC1E35
(172,30,53)
#B33247
(179,50,71)
#BA4659
(186,70,89)
#C15A6B
(193,90,107)
#C86E7D
(200,110,125)
#CF828F
(207,130,143)
#D696A1
(214,150,161)
#DDAAB3
(221,170,179)
#E4BEC5
(228,190,197)
#EBD2D7
(235,210,215)
#F2E6E9
(242,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC1E35 color. Also use rgb(172,30,53) instead hex code.

Text Font Color

.myTextColor { color: #AC1E35; }

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

This text font color is #AC1E35.


Background Color

.myBgColor { background-color: #AC1E35; }

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

This div background color is #AC1E35.


Border color

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

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

This div border color is #AC1E35.


Opacity

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

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

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

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

This text has shadow with #AC1E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC1E35 on black background.


Color preview on white background

This text has color #AC1E35 on white background.



Black color preview on #AC1E35 background

This text has black color on #AC1E35 background.


White color preview on #AC1E35 background

This text has white color on #AC1E35 background.