COLOR #AC3740

HEX: #AC3740 RGB: (172,55,64)

Color info

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

RGB color model

#AC3740 color RGB value is (172,55,64).

RGB: (172,55,64) (67%, 22%, 25%)

RGB channels and saturation

R 172 of 255 = 67%
G 55 of 255 = 22%
B 64 of 255 = 25%

172
55
64

R + G + B ~ 38%. #AC3740 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 172 + 55 + 64 = 291 (100%)
R 172 of 291 ~ 59.11%
G 55 of 291 ~ 18.9%
B 64 of 291 ~ 21.99'%

%59.11
%18.9
%21.99

CMYK color model

#AC3740 color CMYK value is (0,68,63,33).

  • cyan value is 0.00%
  • magenta value is 68.02%
  • yellow value is 62.79%
  • key color value is 32.55%

CMYK: (0,68,63,33)
C0M68Y63K33 (0%, 68%, 63%, 33%)
(0.00 / 0.68 / 0.63 / 0.33)

CMYK percentages

%0
%68.02
%62.79
%32.55

Codes

Color #AC3740 in popluar color models

AC 37 40
RGB 172 55 64
HSL 355° 51.54% 44.51%
HSB/HSV 355° 68.02% 67.45%
CMYK 0.00% 68.02% 62.79%
32.55%

Color #AC3740 in popluar number systems.

HEX AC 37 40
Decimal 172 55 64
Binary 10101100 110111 1000000
Octal 254 67 100

Shades and tints

Shades of #AC3740

#AC3740
(172,55,64)
#9D323B
(157,50,59)
#8E2D36
(142,45,54)
#7F2831
(127,40,49)
#70232C
(112,35,44)
#611E27
(97,30,39)
#521922
(82,25,34)
#43141D
(67,20,29)
#340F18
(52,15,24)
#250A13
(37,10,19)
#16050E
(22,5,14)
#000000
(0,0,0)

Tints of #AC3740

#AC3740
(172,55,64)
#B34951
(179,73,81)
#BA5B62
(186,91,98)
#C16D73
(193,109,115)
#C87F84
(200,127,132)
#CF9195
(207,145,149)
#D6A3A6
(214,163,166)
#DDB5B7
(221,181,183)
#E4C7C8
(228,199,200)
#EBD9D9
(235,217,217)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC3740; }

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

This text font color is #AC3740.

Background Color

.myBgColor { background-color: #AC3740; }

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

This div background color is #AC3740.

Border color

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

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

This div border color is #AC3740.

Opacity

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

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

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

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

This text has shadow with #AC3740 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC3740.

Preview

Color preview on black background

This text has color #AC3740 on black background.


Color preview on white background

This text has color #AC3740 on white background.


Black color preview on #AC3740 background

This text has black color on #AC3740 background.


White color preview on #AC3740 background

This text has white color on #AC3740 background.


Related colors

Complementary color

Complementary color for #hex is #53C8BF.


I love getcolorcode.com

Triadic colors

1 #40AC37 and #3740AC with #AC3740 are triadic colors.

2 #4037AC and #37AC40 with #AC3740 are triadic colors.