COLOR #AC2637

HEX: #AC2637
RGB: (172,38,55)

Color info

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

RGB color model

#AC2637 color RGB value is (172,38,55).

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

RGB channels and saturation

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

172
38
55

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

Portions of RGB colors in percentages

R + G + B =
172 + 38 + 55 = 265 (100%)
R 172 of 265 ~ 64.91%
G 38 of 265 ~ 14.34%
B 55 of 265 ~ 20.75%

%64.91
%14.34
%20.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 77.91%
  • yellow value is 68.02%
  • key color value is 32.55%
CMYK:
(0,78,68,33)
C0M78Y68K33 
(0%,78%,68%,33%)
(0.00/0.78/0.68/0.33)	

CMYK percentages

%0
%77.91
%68.02
%32.55

Codes

Color #AC2637 in popluar color models

AC2637
RGB1723855
HSL352°63.81%41.18%
HSB/HSV352°77.91%67.45%
CMYK0.00%77.91%68.02%
32.55%

Color #AC2637 in popluar number systems.

HEXAC2637
Decimal1723855
Binary10101100100110110111
Octal2544667

Shades and tints

Shades of #AC2637

#AC2637
(172,38,55)
#9D2332
(157,35,50)
#8E202D
(142,32,45)
#7F1D28
(127,29,40)
#701A23
(112,26,35)
#61171E
(97,23,30)
#521419
(82,20,25)
#431114
(67,17,20)
#340E0F
(52,14,15)
#250B0A
(37,11,10)
#160805
(22,8,5)
#000000
(0,0,0)

Tints of #AC2637

#AC2637
(172,38,55)
#B33949
(179,57,73)
#BA4C5B
(186,76,91)
#C15F6D
(193,95,109)
#C8727F
(200,114,127)
#CF8591
(207,133,145)
#D698A3
(214,152,163)
#DDABB5
(221,171,181)
#E4BEC7
(228,190,199)
#EBD1D9
(235,209,217)
#F2E4EB
(242,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC2637; }

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

This text font color is #AC2637.


Background Color

.myBgColor { background-color: #AC2637; }

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

This div background color is #AC2637.


Border color

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

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

This div border color is #AC2637.


Opacity

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

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

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

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

This text has shadow with #AC2637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC2637 on black background.


Color preview on white background

This text has color #AC2637 on white background.



Black color preview on #AC2637 background

This text has black color on #AC2637 background.


White color preview on #AC2637 background

This text has white color on #AC2637 background.