COLOR #A4582E

HEX: #A4582E
RGB: (164,88,46)

Color info

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

RGB color model

#A4582E color RGB value is (164,88,46).

  • red value is 164;
  • green value is 88;
  • blue value is 46.
RGB:
(164,88,46)
(64%,35%,18%)

RGB channels and saturation

R 164 of 255 = 64%
G 88 of 255 = 35%
B 46 of 255 = 18%

164
88
46

R + G + B ~ 39%. #A4582E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 88 + 46 = 298 (100%)
R 164 of 298 ~ 55.03%
G 88 of 298 ~ 29.53%
B 46 of 298 ~ 15.44%

%55.03
%29.53
%15.44

CMYK color model

#A4582E color CMYK value is (0,46,72,36).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 71.95%
  • key color value is 35.69%
CMYK:
(0,46,72,36)
C0M46Y72K36 
(0%,46%,72%,36%)
(0.00/0.46/0.72/0.36)	

CMYK percentages

%0
%46.34
%71.95
%35.69

Codes

Color #A4582E in popluar color models

A4582E
RGB1648846
HSL21°56.19%41.18%
HSB/HSV21°71.95%64.31%
CMYK0.00%46.34%71.95%
35.69%

Color #A4582E in popluar number systems.

HEXA4582E
Decimal1648846
Binary101001001011000101110
Octal24413056

Shades and tints

Shades of #A4582E

#A4582E
(164,88,46)
#96502A
(150,80,42)
#884826
(136,72,38)
#7A4022
(122,64,34)
#6C381E
(108,56,30)
#5E301A
(94,48,26)
#502816
(80,40,22)
#422012
(66,32,18)
#34180E
(52,24,14)
#26100A
(38,16,10)
#180806
(24,8,6)
#000000
(0,0,0)

Tints of #A4582E

#A4582E
(164,88,46)
#AC6741
(172,103,65)
#B47654
(180,118,84)
#BC8567
(188,133,103)
#C4947A
(196,148,122)
#CCA38D
(204,163,141)
#D4B2A0
(212,178,160)
#DCC1B3
(220,193,179)
#E4D0C6
(228,208,198)
#ECDFD9
(236,223,217)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4582E color. Also use rgb(164,88,46) instead hex code.

Text Font Color

.myTextColor { color: #A4582E; }

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

This text font color is #A4582E.


Background Color

.myBgColor { background-color: #A4582E; }

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

This div background color is #A4582E.


Border color

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

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

This div border color is #A4582E.


Opacity

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

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

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

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

This text has shadow with #A4582E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4582E on black background.


Color preview on white background

This text has color #A4582E on white background.



Black color preview on #A4582E background

This text has black color on #A4582E background.


White color preview on #A4582E background

This text has white color on #A4582E background.