COLOR #AC4D3D

HEX: #AC4D3D
RGB: (172,77,61)

Color info

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

RGB color model

#AC4D3D color RGB value is (172,77,61).

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

RGB channels and saturation

R 172 of 255 = 67%
G 77 of 255 = 30%
B 61 of 255 = 24%

172
77
61

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

Portions of RGB colors in percentages

R + G + B =
172 + 77 + 61 = 310 (100%)
R 172 of 310 ~ 55.48%
G 77 of 310 ~ 24.84%
B 61 of 310 ~ 19.68%

%55.48
%24.84
%19.68

CMYK color model

#AC4D3D color CMYK value is (0,55,65,33).

  • cyan value is 0.00%
  • magenta value is 55.23%
  • yellow value is 64.53%
  • key color value is 32.55%
CMYK:
(0,55,65,33)
C0M55Y65K33 
(0%,55%,65%,33%)
(0.00/0.55/0.65/0.33)	

CMYK percentages

%0
%55.23
%64.53
%32.55

Codes

Color #AC4D3D in popluar color models

AC4D3D
RGB1727761
HSL47.64%45.69%
HSB/HSV64.53%67.45%
CMYK0.00%55.23%64.53%
32.55%

Color #AC4D3D in popluar number systems.

HEXAC4D3D
Decimal1727761
Binary101011001001101111101
Octal25411575

Shades and tints

Shades of #AC4D3D

#AC4D3D
(172,77,61)
#9D4638
(157,70,56)
#8E3F33
(142,63,51)
#7F382E
(127,56,46)
#703129
(112,49,41)
#612A24
(97,42,36)
#52231F
(82,35,31)
#431C1A
(67,28,26)
#341515
(52,21,21)
#250E10
(37,14,16)
#16070B
(22,7,11)
#000000
(0,0,0)

Tints of #AC4D3D

#AC4D3D
(172,77,61)
#B35D4E
(179,93,78)
#BA6D5F
(186,109,95)
#C17D70
(193,125,112)
#C88D81
(200,141,129)
#CF9D92
(207,157,146)
#D6ADA3
(214,173,163)
#DDBDB4
(221,189,180)
#E4CDC5
(228,205,197)
#EBDDD6
(235,221,214)
#F2EDE7
(242,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC4D3D; }

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

This text font color is #AC4D3D.


Background Color

.myBgColor { background-color: #AC4D3D; }

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

This div background color is #AC4D3D.


Border color

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

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

This div border color is #AC4D3D.


Opacity

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

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

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

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

This text has shadow with #AC4D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4D3D on black background.


Color preview on white background

This text has color #AC4D3D on white background.



Black color preview on #AC4D3D background

This text has black color on #AC4D3D background.


White color preview on #AC4D3D background

This text has white color on #AC4D3D background.