COLOR #A44418

HEX: #A44418
RGB: (164,68,24)

Color info

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

RGB color model

#A44418 color RGB value is (164,68,24).

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

RGB channels and saturation

R 164 of 255 = 64%
G 68 of 255 = 27%
B 24 of 255 = 9%

164
68
24

R + G + B ~ 33%. #A44418 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 68 + 24 = 256 (100%)
R 164 of 256 ~ 64.06%
G 68 of 256 ~ 26.56%
B 24 of 256 ~ 9.38%

%64.06
%26.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 58.54%
  • yellow value is 85.37%
  • 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
%85.37
%35.69

Codes

Color #A44418 in popluar color models

A44418
RGB1646824
HSL19°74.47%36.86%
HSB/HSV19°85.37%64.31%
CMYK0.00%58.54%85.37%
35.69%

Color #A44418 in popluar number systems.

HEXA44418
Decimal1646824
Binary10100100100010011000
Octal24410430

Shades and tints

Shades of #A44418

#A44418
(164,68,24)
#963E16
(150,62,22)
#883814
(136,56,20)
#7A3212
(122,50,18)
#6C2C10
(108,44,16)
#5E260E
(94,38,14)
#50200C
(80,32,12)
#421A0A
(66,26,10)
#341408
(52,20,8)
#260E06
(38,14,6)
#180804
(24,8,4)
#000000
(0,0,0)

Tints of #A44418

#A44418
(164,68,24)
#AC552D
(172,85,45)
#B46642
(180,102,66)
#BC7757
(188,119,87)
#C4886C
(196,136,108)
#CC9981
(204,153,129)
#D4AA96
(212,170,150)
#DCBBAB
(220,187,171)
#E4CCC0
(228,204,192)
#ECDDD5
(236,221,213)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A44418; }

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

This text font color is #A44418.


Background Color

.myBgColor { background-color: #A44418; }

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

This div background color is #A44418.


Border color

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

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

This div border color is #A44418.


Opacity

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

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

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

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

This text has shadow with #A44418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44418 on black background.


Color preview on white background

This text has color #A44418 on white background.



Black color preview on #A44418 background

This text has black color on #A44418 background.


White color preview on #A44418 background

This text has white color on #A44418 background.