COLOR #A44028

HEX: #A44028
RGB: (164,64,40)

Color info

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

RGB color model

#A44028 color RGB value is (164,64,40).

  • red value is 164;
  • green value is 64;
  • blue value is 40.
RGB:
(164,64,40)
(64%,25%,16%)

RGB channels and saturation

R 164 of 255 = 64%
G 64 of 255 = 25%
B 40 of 255 = 16%

164
64
40

R + G + B ~ 35%. #A44028 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 64 + 40 = 268 (100%)
R 164 of 268 ~ 61.19%
G 64 of 268 ~ 23.88%
B 40 of 268 ~ 14.93%

%61.19
%23.88
%14.93

CMYK color model

#A44028 color CMYK value is (0,61,76,36).

  • cyan value is 0.00%
  • magenta value is 60.98%
  • yellow value is 75.61%
  • key color value is 35.69%
CMYK:
(0,61,76,36)
C0M61Y76K36 
(0%,61%,76%,36%)
(0.00/0.61/0.76/0.36)	

CMYK percentages

%0
%60.98
%75.61
%35.69

Codes

Color #A44028 in popluar color models

A44028
RGB1646440
HSL12°60.78%40.00%
HSB/HSV12°75.61%64.31%
CMYK0.00%60.98%75.61%
35.69%

Color #A44028 in popluar number systems.

HEXA44028
Decimal1646440
Binary101001001000000101000
Octal24410050

Shades and tints

Shades of #A44028

#A44028
(164,64,40)
#963B25
(150,59,37)
#883622
(136,54,34)
#7A311F
(122,49,31)
#6C2C1C
(108,44,28)
#5E2719
(94,39,25)
#502216
(80,34,22)
#421D13
(66,29,19)
#341810
(52,24,16)
#26130D
(38,19,13)
#180E0A
(24,14,10)
#000000
(0,0,0)

Tints of #A44028

#A44028
(164,64,40)
#AC513B
(172,81,59)
#B4624E
(180,98,78)
#BC7361
(188,115,97)
#C48474
(196,132,116)
#CC9587
(204,149,135)
#D4A69A
(212,166,154)
#DCB7AD
(220,183,173)
#E4C8C0
(228,200,192)
#ECD9D3
(236,217,211)
#F4EAE6
(244,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44028 color. Also use rgb(164,64,40) instead hex code.

Text Font Color

.myTextColor { color: #A44028; }

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

This text font color is #A44028.


Background Color

.myBgColor { background-color: #A44028; }

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

This div background color is #A44028.


Border color

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

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

This div border color is #A44028.


Opacity

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

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

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

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

This text has shadow with #A44028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44028 on black background.


Color preview on white background

This text has color #A44028 on white background.



Black color preview on #A44028 background

This text has black color on #A44028 background.


White color preview on #A44028 background

This text has white color on #A44028 background.