COLOR #AC7348

HEX: #AC7348
RGB: (172,115,72)

Color info

#AC7348 contains mainly red and green colors. Web safe color of #AC7348 is #996633 (or #963).

RGB color model

#AC7348 color RGB value is (172,115,72).

  • red value is 172;
  • green value is 115;
  • blue value is 72.
RGB:
(172,115,72)
(67%,45%,28%)

RGB channels and saturation

R 172 of 255 = 67%
G 115 of 255 = 45%
B 72 of 255 = 28%

172
115
72

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

Portions of RGB colors in percentages

R + G + B =
172 + 115 + 72 = 359 (100%)
R 172 of 359 ~ 47.91%
G 115 of 359 ~ 32.03%
B 72 of 359 ~ 20.06%

%47.91
%32.03
%20.06

CMYK color model

#AC7348 color CMYK value is (0,33,58,33).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 58.14%
  • key color value is 32.55%
CMYK:
(0,33,58,33)
C0M33Y58K33 
(0%,33%,58%,33%)
(0.00/0.33/0.58/0.33)	

CMYK percentages

%0
%33.14
%58.14
%32.55

Codes

Color #AC7348 in popluar color models

AC7348
RGB17211572
HSL26°40.98%47.84%
HSB/HSV26°58.14%67.45%
CMYK0.00%33.14%58.14%
32.55%

Color #AC7348 in popluar number systems.

HEXAC7348
Decimal17211572
Binary1010110011100111001000
Octal254163110

Shades and tints

Shades of #AC7348

#AC7348
(172,115,72)
#9D6942
(157,105,66)
#8E5F3C
(142,95,60)
#7F5536
(127,85,54)
#704B30
(112,75,48)
#61412A
(97,65,42)
#523724
(82,55,36)
#432D1E
(67,45,30)
#342318
(52,35,24)
#251912
(37,25,18)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #AC7348

#AC7348
(172,115,72)
#B37F58
(179,127,88)
#BA8B68
(186,139,104)
#C19778
(193,151,120)
#C8A388
(200,163,136)
#CFAF98
(207,175,152)
#D6BBA8
(214,187,168)
#DDC7B8
(221,199,184)
#E4D3C8
(228,211,200)
#EBDFD8
(235,223,216)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7348 color. Also use rgb(172,115,72) instead hex code.

Text Font Color

.myTextColor { color: #AC7348; }

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

This text font color is #AC7348.


Background Color

.myBgColor { background-color: #AC7348; }

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

This div background color is #AC7348.


Border color

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

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

This div border color is #AC7348.


Opacity

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

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

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

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

This text has shadow with #AC7348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7348 on black background.


Color preview on white background

This text has color #AC7348 on white background.



Black color preview on #AC7348 background

This text has black color on #AC7348 background.


White color preview on #AC7348 background

This text has white color on #AC7348 background.