COLOR #A42917

HEX: #A42917
RGB: (164,41,23)

Color info

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

RGB color model

#A42917 color RGB value is (164,41,23).

  • red value is 164;
  • green value is 41;
  • blue value is 23.
RGB:
(164,41,23)
(64%,16%,9%)

RGB channels and saturation

R 164 of 255 = 64%
G 41 of 255 = 16%
B 23 of 255 = 9%

164
41
23

R + G + B ~ 30%. #A42917 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 41 + 23 = 228 (100%)
R 164 of 228 ~ 71.93%
G 41 of 228 ~ 17.98%
B 23 of 228 ~ 10.09%

%71.93
%17.98
%10.09

CMYK color model

#A42917 color CMYK value is (0,75,86,36).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 85.98%
  • key color value is 35.69%
CMYK:
(0,75,86,36)
C0M75Y86K36 
(0%,75%,86%,36%)
(0.00/0.75/0.86/0.36)	

CMYK percentages

%0
%75
%85.98
%35.69

Codes

Color #A42917 in popluar color models

A42917
RGB1644123
HSL75.40%36.67%
HSB/HSV85.98%64.31%
CMYK0.00%75.00%85.98%
35.69%

Color #A42917 in popluar number systems.

HEXA42917
Decimal1644123
Binary1010010010100110111
Octal2445127

Shades and tints

Shades of #A42917

#A42917
(164,41,23)
#962615
(150,38,21)
#882313
(136,35,19)
#7A2011
(122,32,17)
#6C1D0F
(108,29,15)
#5E1A0D
(94,26,13)
#50170B
(80,23,11)
#421409
(66,20,9)
#341107
(52,17,7)
#260E05
(38,14,5)
#180B03
(24,11,3)
#000000
(0,0,0)

Tints of #A42917

#A42917
(164,41,23)
#AC3C2C
(172,60,44)
#B44F41
(180,79,65)
#BC6256
(188,98,86)
#C4756B
(196,117,107)
#CC8880
(204,136,128)
#D49B95
(212,155,149)
#DCAEAA
(220,174,170)
#E4C1BF
(228,193,191)
#ECD4D4
(236,212,212)
#F4E7E9
(244,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A42917 color. Also use rgb(164,41,23) instead hex code.

Text Font Color

.myTextColor { color: #A42917; }

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

This text font color is #A42917.


Background Color

.myBgColor { background-color: #A42917; }

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

This div background color is #A42917.


Border color

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

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

This div border color is #A42917.


Opacity

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

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

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

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

This text has shadow with #A42917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42917 on black background.


Color preview on white background

This text has color #A42917 on white background.



Black color preview on #A42917 background

This text has black color on #A42917 background.


White color preview on #A42917 background

This text has white color on #A42917 background.