COLOR #A44419

HEX: #A44419
RGB: (164,68,25)

Color info

#A44419 contains mainly red color. Web safe color of #A44419 is #993300 (or #930).

RGB color model

#A44419 color RGB value is (164,68,25).

  • red value is 164;
  • green value is 68;
  • blue value is 25.
RGB:
(164,68,25)
(64%,27%,10%)

RGB channels and saturation

R 164 of 255 = 64%
G 68 of 255 = 27%
B 25 of 255 = 10%

164
68
25

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

Portions of RGB colors in percentages

R + G + B =
164 + 68 + 25 = 257 (100%)
R 164 of 257 ~ 63.81%
G 68 of 257 ~ 26.46%
B 25 of 257 ~ 9.73%

%63.81
%26.46
%9.73

CMYK color model

#A44419 color CMYK value is (0,59,85,36).

  • cyan value is 0.00%
  • magenta value is 58.54%
  • yellow value is 84.76%
  • key color value is 35.69%
CMYK:
(0,59,85,36)
C0M59Y85K36 
(0%,59%,85%,36%)
(0.00/0.59/0.85/0.36)	

CMYK percentages

%0
%58.54
%84.76
%35.69

Codes

Color #A44419 in popluar color models

A44419
RGB1646825
HSL19°73.54%37.06%
HSB/HSV19°84.76%64.31%
CMYK0.00%58.54%84.76%
35.69%

Color #A44419 in popluar number systems.

HEXA44419
Decimal1646825
Binary10100100100010011001
Octal24410431

Shades and tints

Shades of #A44419

#A44419
(164,68,25)
#963E17
(150,62,23)
#883815
(136,56,21)
#7A3213
(122,50,19)
#6C2C11
(108,44,17)
#5E260F
(94,38,15)
#50200D
(80,32,13)
#421A0B
(66,26,11)
#341409
(52,20,9)
#260E07
(38,14,7)
#180805
(24,8,5)
#000000
(0,0,0)

Tints of #A44419

#A44419
(164,68,25)
#AC552D
(172,85,45)
#B46641
(180,102,65)
#BC7755
(188,119,85)
#C48869
(196,136,105)
#CC997D
(204,153,125)
#D4AA91
(212,170,145)
#DCBBA5
(220,187,165)
#E4CCB9
(228,204,185)
#ECDDCD
(236,221,205)
#F4EEE1
(244,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44419 color. Also use rgb(164,68,25) instead hex code.

Text Font Color

.myTextColor { color: #A44419; }

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

This text font color is #A44419.


Background Color

.myBgColor { background-color: #A44419; }

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

This div background color is #A44419.


Border color

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

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

This div border color is #A44419.


Opacity

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

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

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

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

This text has shadow with #A44419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44419 on black background.


Color preview on white background

This text has color #A44419 on white background.



Black color preview on #A44419 background

This text has black color on #A44419 background.


White color preview on #A44419 background

This text has white color on #A44419 background.