COLOR #AC3F4F

HEX: #AC3F4F RGB: (172,63,79)

Color info

#AC3F4F contains mainly red color. Web safe color of #AC3F4F is #993366 (or #936).

RGB color model

#AC3F4F color RGB value is (172,63,79).

RGB: (172,63,79) (67%, 25%, 31%)

RGB channels and saturation

R 172 of 255 = 67%
G 63 of 255 = 25%
B 79 of 255 = 31%

172
63
79

R + G + B ~ 41%. #AC3F4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 172 + 63 + 79 = 314 (100%)
R 172 of 314 ~ 54.78%
G 63 of 314 ~ 20.06%
B 79 of 314 ~ 25.16'%

%54.78
%20.06
%25.16

CMYK color model

#AC3F4F color CMYK value is (0,63,54,33).

  • cyan value is 0.00%
  • magenta value is 63.37%
  • yellow value is 54.07%
  • key color value is 32.55%

CMYK: (0,63,54,33)
C0M63Y54K33 (0%, 63%, 54%, 33%)
(0.00 / 0.63 / 0.54 / 0.33)

CMYK percentages

%0
%63.37
%54.07
%32.55

Codes

Color #AC3F4F in popluar color models

AC 3F 4F
RGB 172 63 79
HSL 351° 46.38% 46.08%
HSB/HSV 351° 63.37% 67.45%
CMYK 0.00% 63.37% 54.07%
32.55%

Color #AC3F4F in popluar number systems.

HEX AC 3F 4F
Decimal 172 63 79
Binary 10101100 111111 1001111
Octal 254 77 117

Shades and tints

Shades of #AC3F4F

#AC3F4F
(172,63,79)
#9D3A48
(157,58,72)
#8E3541
(142,53,65)
#7F303A
(127,48,58)
#702B33
(112,43,51)
#61262C
(97,38,44)
#522125
(82,33,37)
#431C1E
(67,28,30)
#341717
(52,23,23)
#251210
(37,18,16)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #AC3F4F

#AC3F4F
(172,63,79)
#B3505F
(179,80,95)
#BA616F
(186,97,111)
#C1727F
(193,114,127)
#C8838F
(200,131,143)
#CF949F
(207,148,159)
#D6A5AF
(214,165,175)
#DDB6BF
(221,182,191)
#E4C7CF
(228,199,207)
#EBD8DF
(235,216,223)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC3F4F color. Also use rgb(172,63,79) instead hex code.

Text Font Color

.myTextColor { color: #AC3F4F; }

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

This text font color is #AC3F4F.

Background Color

.myBgColor { background-color: #AC3F4F; }

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

This div background color is #AC3F4F.

Border color

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

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

This div border color is #AC3F4F.

Opacity

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

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

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

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

This text has shadow with #AC3F4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC3F4F.

Preview

Color preview on black background

This text has color #AC3F4F on black background.


Color preview on white background

This text has color #AC3F4F on white background.


Black color preview on #AC3F4F background

This text has black color on #AC3F4F background.


White color preview on #AC3F4F background

This text has white color on #AC3F4F background.


Related colors

Complementary color

Complementary color for #hex is #53C0B0.


I love getcolorcode.com

Triadic colors

1 #4FAC3F and #3F4FAC with #AC3F4F are triadic colors.

2 #4F3FAC and #3FAC4F with #AC3F4F are triadic colors.