COLOR #A04C2D

HEX: #A04C2D
RGB: (160,76,45)

Color info

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

RGB color model

#A04C2D color RGB value is (160,76,45).

  • red value is 160;
  • green value is 76;
  • blue value is 45.
RGB:
(160,76,45)
(63%,30%,18%)

RGB channels and saturation

R 160 of 255 = 63%
G 76 of 255 = 30%
B 45 of 255 = 18%

160
76
45

R + G + B ~ 37%. #A04C2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 76 + 45 = 281 (100%)
R 160 of 281 ~ 56.94%
G 76 of 281 ~ 27.05%
B 45 of 281 ~ 16.01%

%56.94
%27.05
%16.01

CMYK color model

#A04C2D color CMYK value is (0,53,72,37).

  • cyan value is 0.00%
  • magenta value is 52.50%
  • yellow value is 71.88%
  • key color value is 37.25%
CMYK:
(0,53,72,37)
C0M53Y72K37 
(0%,53%,72%,37%)
(0.00/0.53/0.72/0.37)	

CMYK percentages

%0
%52.5
%71.88
%37.25

Codes

Color #A04C2D in popluar color models

A04C2D
RGB1607645
HSL16°56.10%40.20%
HSB/HSV16°71.88%62.75%
CMYK0.00%52.50%71.88%
37.25%

Color #A04C2D in popluar number systems.

HEXA04C2D
Decimal1607645
Binary101000001001100101101
Octal24011455

Shades and tints

Shades of #A04C2D

#A04C2D
(160,76,45)
#924629
(146,70,41)
#844025
(132,64,37)
#763A21
(118,58,33)
#68341D
(104,52,29)
#5A2E19
(90,46,25)
#4C2815
(76,40,21)
#3E2211
(62,34,17)
#301C0D
(48,28,13)
#221609
(34,22,9)
#141005
(20,16,5)
#000000
(0,0,0)

Tints of #A04C2D

#A04C2D
(160,76,45)
#A85C40
(168,92,64)
#B06C53
(176,108,83)
#B87C66
(184,124,102)
#C08C79
(192,140,121)
#C89C8C
(200,156,140)
#D0AC9F
(208,172,159)
#D8BCB2
(216,188,178)
#E0CCC5
(224,204,197)
#E8DCD8
(232,220,216)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04C2D color. Also use rgb(160,76,45) instead hex code.

Text Font Color

.myTextColor { color: #A04C2D; }

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

This text font color is #A04C2D.


Background Color

.myBgColor { background-color: #A04C2D; }

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

This div background color is #A04C2D.


Border color

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

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

This div border color is #A04C2D.


Opacity

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

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

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

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

This text has shadow with #A04C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04C2D on black background.


Color preview on white background

This text has color #A04C2D on white background.



Black color preview on #A04C2D background

This text has black color on #A04C2D background.


White color preview on #A04C2D background

This text has white color on #A04C2D background.