COLOR #AC4D41

HEX: #AC4D41
RGB: (172,77,65)

Color info

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

RGB color model

#AC4D41 color RGB value is (172,77,65).

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

RGB channels and saturation

R 172 of 255 = 67%
G 77 of 255 = 30%
B 65 of 255 = 25%

172
77
65

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

Portions of RGB colors in percentages

R + G + B =
172 + 77 + 65 = 314 (100%)
R 172 of 314 ~ 54.78%
G 77 of 314 ~ 24.52%
B 65 of 314 ~ 20.7%

%54.78
%24.52
%20.7

CMYK color model

#AC4D41 color CMYK value is (0,55,62,33).

  • cyan value is 0.00%
  • magenta value is 55.23%
  • yellow value is 62.21%
  • key color value is 32.55%
CMYK:
(0,55,62,33)
C0M55Y62K33 
(0%,55%,62%,33%)
(0.00/0.55/0.62/0.33)	

CMYK percentages

%0
%55.23
%62.21
%32.55

Codes

Color #AC4D41 in popluar color models

AC4D41
RGB1727765
HSL45.15%46.47%
HSB/HSV62.21%67.45%
CMYK0.00%55.23%62.21%
32.55%

Color #AC4D41 in popluar number systems.

HEXAC4D41
Decimal1727765
Binary1010110010011011000001
Octal254115101

Shades and tints

Shades of #AC4D41

#AC4D41
(172,77,65)
#9D463C
(157,70,60)
#8E3F37
(142,63,55)
#7F3832
(127,56,50)
#70312D
(112,49,45)
#612A28
(97,42,40)
#522323
(82,35,35)
#431C1E
(67,28,30)
#341519
(52,21,25)
#250E14
(37,14,20)
#16070F
(22,7,15)
#000000
(0,0,0)

Tints of #AC4D41

#AC4D41
(172,77,65)
#B35D52
(179,93,82)
#BA6D63
(186,109,99)
#C17D74
(193,125,116)
#C88D85
(200,141,133)
#CF9D96
(207,157,150)
#D6ADA7
(214,173,167)
#DDBDB8
(221,189,184)
#E4CDC9
(228,205,201)
#EBDDDA
(235,221,218)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC4D41; }

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

This text font color is #AC4D41.


Background Color

.myBgColor { background-color: #AC4D41; }

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

This div background color is #AC4D41.


Border color

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

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

This div border color is #AC4D41.


Opacity

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

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

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

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

This text has shadow with #AC4D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4D41 on black background.


Color preview on white background

This text has color #AC4D41 on white background.



Black color preview on #AC4D41 background

This text has black color on #AC4D41 background.


White color preview on #AC4D41 background

This text has white color on #AC4D41 background.