COLOR #A4342D

HEX: #A4342D
RGB: (164,52,45)

Color info

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

RGB color model

#A4342D color RGB value is (164,52,45).

  • red value is 164;
  • green value is 52;
  • blue value is 45.
RGB:
(164,52,45)
(64%,20%,18%)

RGB channels and saturation

R 164 of 255 = 64%
G 52 of 255 = 20%
B 45 of 255 = 18%

164
52
45

R + G + B ~ 34%. #A4342D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 52 + 45 = 261 (100%)
R 164 of 261 ~ 62.84%
G 52 of 261 ~ 19.92%
B 45 of 261 ~ 17.24%

%62.84
%19.92
%17.24

CMYK color model

#A4342D color CMYK value is (0,68,73,36).

  • cyan value is 0.00%
  • magenta value is 68.29%
  • yellow value is 72.56%
  • key color value is 35.69%
CMYK:
(0,68,73,36)
C0M68Y73K36 
(0%,68%,73%,36%)
(0.00/0.68/0.73/0.36)	

CMYK percentages

%0
%68.29
%72.56
%35.69

Codes

Color #A4342D in popluar color models

A4342D
RGB1645245
HSL56.94%40.98%
HSB/HSV72.56%64.31%
CMYK0.00%68.29%72.56%
35.69%

Color #A4342D in popluar number systems.

HEXA4342D
Decimal1645245
Binary10100100110100101101
Octal2446455

Shades and tints

Shades of #A4342D

#A4342D
(164,52,45)
#963029
(150,48,41)
#882C25
(136,44,37)
#7A2821
(122,40,33)
#6C241D
(108,36,29)
#5E2019
(94,32,25)
#501C15
(80,28,21)
#421811
(66,24,17)
#34140D
(52,20,13)
#261009
(38,16,9)
#180C05
(24,12,5)
#000000
(0,0,0)

Tints of #A4342D

#A4342D
(164,52,45)
#AC4640
(172,70,64)
#B45853
(180,88,83)
#BC6A66
(188,106,102)
#C47C79
(196,124,121)
#CC8E8C
(204,142,140)
#D4A09F
(212,160,159)
#DCB2B2
(220,178,178)
#E4C4C5
(228,196,197)
#ECD6D8
(236,214,216)
#F4E8EB
(244,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4342D color. Also use rgb(164,52,45) instead hex code.

Text Font Color

.myTextColor { color: #A4342D; }

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

This text font color is #A4342D.


Background Color

.myBgColor { background-color: #A4342D; }

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

This div background color is #A4342D.


Border color

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

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

This div border color is #A4342D.


Opacity

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

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

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

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

This text has shadow with #A4342D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4342D on black background.


Color preview on white background

This text has color #A4342D on white background.



Black color preview on #A4342D background

This text has black color on #A4342D background.


White color preview on #A4342D background

This text has white color on #A4342D background.