COLOR #AC4E37

HEX: #AC4E37
RGB: (172,78,55)

Color info

#AC4E37 contains mainly red color. Web safe color of #AC4E37 is #996633 (or #963).

RGB color model

#AC4E37 color RGB value is (172,78,55).

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

RGB channels and saturation

R 172 of 255 = 67%
G 78 of 255 = 31%
B 55 of 255 = 22%

172
78
55

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

Portions of RGB colors in percentages

R + G + B =
172 + 78 + 55 = 305 (100%)
R 172 of 305 ~ 56.39%
G 78 of 305 ~ 25.57%
B 55 of 305 ~ 18.03%

%56.39
%25.57
%18.03

CMYK color model

#AC4E37 color CMYK value is (0,55,68,33).

  • cyan value is 0.00%
  • magenta value is 54.65%
  • yellow value is 68.02%
  • key color value is 32.55%
CMYK:
(0,55,68,33)
C0M55Y68K33 
(0%,55%,68%,33%)
(0.00/0.55/0.68/0.33)	

CMYK percentages

%0
%54.65
%68.02
%32.55

Codes

Color #AC4E37 in popluar color models

AC4E37
RGB1727855
HSL12°51.54%44.51%
HSB/HSV12°68.02%67.45%
CMYK0.00%54.65%68.02%
32.55%

Color #AC4E37 in popluar number systems.

HEXAC4E37
Decimal1727855
Binary101011001001110110111
Octal25411667

Shades and tints

Shades of #AC4E37

#AC4E37
(172,78,55)
#9D4732
(157,71,50)
#8E402D
(142,64,45)
#7F3928
(127,57,40)
#703223
(112,50,35)
#612B1E
(97,43,30)
#522419
(82,36,25)
#431D14
(67,29,20)
#34160F
(52,22,15)
#250F0A
(37,15,10)
#160805
(22,8,5)
#000000
(0,0,0)

Tints of #AC4E37

#AC4E37
(172,78,55)
#B35E49
(179,94,73)
#BA6E5B
(186,110,91)
#C17E6D
(193,126,109)
#C88E7F
(200,142,127)
#CF9E91
(207,158,145)
#D6AEA3
(214,174,163)
#DDBEB5
(221,190,181)
#E4CEC7
(228,206,199)
#EBDED9
(235,222,217)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC4E37; }

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

This text font color is #AC4E37.


Background Color

.myBgColor { background-color: #AC4E37; }

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

This div background color is #AC4E37.


Border color

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

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

This div border color is #AC4E37.


Opacity

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

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

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

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

This text has shadow with #AC4E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4E37 on black background.


Color preview on white background

This text has color #AC4E37 on white background.



Black color preview on #AC4E37 background

This text has black color on #AC4E37 background.


White color preview on #AC4E37 background

This text has white color on #AC4E37 background.