COLOR #A44E15

HEX: #A44E15
RGB: (164,78,21)

Color info

#A44E15 contains mainly red color. Web safe color of #A44E15 is #996600 (or #960).

RGB color model

#A44E15 color RGB value is (164,78,21).

  • red value is 164;
  • green value is 78;
  • blue value is 21.
RGB:
(164,78,21)
(64%,31%,8%)

RGB channels and saturation

R 164 of 255 = 64%
G 78 of 255 = 31%
B 21 of 255 = 8%

164
78
21

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

Portions of RGB colors in percentages

R + G + B =
164 + 78 + 21 = 263 (100%)
R 164 of 263 ~ 62.36%
G 78 of 263 ~ 29.66%
B 21 of 263 ~ 7.98%

%62.36
%29.66

CMYK color model

#A44E15 color CMYK value is (0,52,87,36).

  • cyan value is 0.00%
  • magenta value is 52.44%
  • yellow value is 87.20%
  • key color value is 35.69%
CMYK:
(0,52,87,36)
C0M52Y87K36 
(0%,52%,87%,36%)
(0.00/0.52/0.87/0.36)	

CMYK percentages

%0
%52.44
%87.2
%35.69

Codes

Color #A44E15 in popluar color models

A44E15
RGB1647821
HSL24°77.30%36.27%
HSB/HSV24°87.20%64.31%
CMYK0.00%52.44%87.20%
35.69%

Color #A44E15 in popluar number systems.

HEXA44E15
Decimal1647821
Binary10100100100111010101
Octal24411625

Shades and tints

Shades of #A44E15

#A44E15
(164,78,21)
#964714
(150,71,20)
#884013
(136,64,19)
#7A3912
(122,57,18)
#6C3211
(108,50,17)
#5E2B10
(94,43,16)
#50240F
(80,36,15)
#421D0E
(66,29,14)
#34160D
(52,22,13)
#260F0C
(38,15,12)
#18080B
(24,8,11)
#000000
(0,0,0)

Tints of #A44E15

#A44E15
(164,78,21)
#AC5E2A
(172,94,42)
#B46E3F
(180,110,63)
#BC7E54
(188,126,84)
#C48E69
(196,142,105)
#CC9E7E
(204,158,126)
#D4AE93
(212,174,147)
#DCBEA8
(220,190,168)
#E4CEBD
(228,206,189)
#ECDED2
(236,222,210)
#F4EEE7
(244,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44E15 color. Also use rgb(164,78,21) instead hex code.

Text Font Color

.myTextColor { color: #A44E15; }

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

This text font color is #A44E15.


Background Color

.myBgColor { background-color: #A44E15; }

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

This div background color is #A44E15.


Border color

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

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

This div border color is #A44E15.


Opacity

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

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

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

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

This text has shadow with #A44E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44E15 on black background.


Color preview on white background

This text has color #A44E15 on white background.



Black color preview on #A44E15 background

This text has black color on #A44E15 background.


White color preview on #A44E15 background

This text has white color on #A44E15 background.