COLOR #A4341C

HEX: #A4341C RGB: (164,52,28)

Color info

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

RGB color model

#A4341C color RGB value is (164,52,28).

RGB: (164,52,28) (64%, 20%, 11%)

RGB channels and saturation

R 164 of 255 = 64%
G 52 of 255 = 20%
B 28 of 255 = 11%

164
52
28

R + G + B ~ 32%. #A4341C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 164 + 52 + 28 = 244 (100%)
R 164 of 244 ~ 67.21%
G 52 of 244 ~ 21.31%
B 28 of 244 ~ 11.48'%

%67.21
%21.31
%11.48

CMYK color model

#A4341C color CMYK value is (0,68,83,36).

  • cyan value is 0.00%
  • magenta value is 68.29%
  • yellow value is 82.93%
  • key color value is 35.69%

CMYK: (0,68,83,36)
C0M68Y83K36 (0%, 68%, 83%, 36%)
(0.00 / 0.68 / 0.83 / 0.36)

CMYK percentages

%0
%68.29
%82.93
%35.69

Codes

Color #A4341C in popluar color models

A4 34 1C
RGB 164 52 28
HSL 11° 70.83% 37.65%
HSB/HSV 11° 82.93% 64.31%
CMYK 0.00% 68.29% 82.93%
35.69%

Color #A4341C in popluar number systems.

HEX A4 34 1C
Decimal 164 52 28
Binary 10100100 110100 11100
Octal 244 64 34

Shades and tints

Shades of #A4341C

#A4341C
(164,52,28)
#96301A
(150,48,26)
#882C18
(136,44,24)
#7A2816
(122,40,22)
#6C2414
(108,36,20)
#5E2012
(94,32,18)
#501C10
(80,28,16)
#42180E
(66,24,14)
#34140C
(52,20,12)
#26100A
(38,16,10)
#180C08
(24,12,8)
#000000
(0,0,0)

Tints of #A4341C

#A4341C
(164,52,28)
#AC4630
(172,70,48)
#B45844
(180,88,68)
#BC6A58
(188,106,88)
#C47C6C
(196,124,108)
#CC8E80
(204,142,128)
#D4A094
(212,160,148)
#DCB2A8
(220,178,168)
#E4C4BC
(228,196,188)
#ECD6D0
(236,214,208)
#F4E8E4
(244,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4341C; }

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

This text font color is #A4341C.

Background Color

.myBgColor { background-color: #A4341C; }

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

This div background color is #A4341C.

Border color

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

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

This div border color is #A4341C.

Opacity

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

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

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

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

This text has shadow with #A4341C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4341C.

Preview

Color preview on black background

This text has color #A4341C on black background.


Color preview on white background

This text has color #A4341C on white background.


Black color preview on #A4341C background

This text has black color on #A4341C background.


White color preview on #A4341C background

This text has white color on #A4341C background.


Related colors

Complementary color

Complementary color for #hex is #5BCBE3.


I love getcolorcode.com

Triadic colors

1 #1CA434 and #341CA4 with #A4341C are triadic colors.

2 #1C34A4 and #34A41C with #A4341C are triadic colors.