COLOR #AC4D46

HEX: #AC4D46
RGB: (172,77,70)

Color info

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

RGB color model

#AC4D46 color RGB value is (172,77,70).

  • red value is 172;
  • green value is 77;
  • blue value is 70.
RGB:
(172,77,70)
(67%,30%,27%)

RGB channels and saturation

R 172 of 255 = 67%
G 77 of 255 = 30%
B 70 of 255 = 27%

172
77
70

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

Portions of RGB colors in percentages

R + G + B =
172 + 77 + 70 = 319 (100%)
R 172 of 319 ~ 53.92%
G 77 of 319 ~ 24.14%
B 70 of 319 ~ 21.94%

%53.92
%24.14
%21.94

CMYK color model

#AC4D46 color CMYK value is (0,55,59,33).

  • cyan value is 0.00%
  • magenta value is 55.23%
  • yellow value is 59.30%
  • key color value is 32.55%
CMYK:
(0,55,59,33)
C0M55Y59K33 
(0%,55%,59%,33%)
(0.00/0.55/0.59/0.33)	

CMYK percentages

%0
%55.23
%59.3
%32.55

Codes

Color #AC4D46 in popluar color models

AC4D46
RGB1727770
HSL42.15%47.45%
HSB/HSV59.30%67.45%
CMYK0.00%55.23%59.30%
32.55%

Color #AC4D46 in popluar number systems.

HEXAC4D46
Decimal1727770
Binary1010110010011011000110
Octal254115106

Shades and tints

Shades of #AC4D46

#AC4D46
(172,77,70)
#9D4640
(157,70,64)
#8E3F3A
(142,63,58)
#7F3834
(127,56,52)
#70312E
(112,49,46)
#612A28
(97,42,40)
#522322
(82,35,34)
#431C1C
(67,28,28)
#341516
(52,21,22)
#250E10
(37,14,16)
#16070A
(22,7,10)
#000000
(0,0,0)

Tints of #AC4D46

#AC4D46
(172,77,70)
#B35D56
(179,93,86)
#BA6D66
(186,109,102)
#C17D76
(193,125,118)
#C88D86
(200,141,134)
#CF9D96
(207,157,150)
#D6ADA6
(214,173,166)
#DDBDB6
(221,189,182)
#E4CDC6
(228,205,198)
#EBDDD6
(235,221,214)
#F2EDE6
(242,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4D46 color. Also use rgb(172,77,70) instead hex code.

Text Font Color

.myTextColor { color: #AC4D46; }

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

This text font color is #AC4D46.


Background Color

.myBgColor { background-color: #AC4D46; }

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

This div background color is #AC4D46.


Border color

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

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

This div border color is #AC4D46.


Opacity

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

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

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

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

This text has shadow with #AC4D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4D46 on black background.


Color preview on white background

This text has color #AC4D46 on white background.



Black color preview on #AC4D46 background

This text has black color on #AC4D46 background.


White color preview on #AC4D46 background

This text has white color on #AC4D46 background.