COLOR #A82915

HEX: #A82915
RGB: (168,41,21)

Color info

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

RGB color model

#A82915 color RGB value is (168,41,21).

  • red value is 168;
  • green value is 41;
  • blue value is 21.
RGB:
(168,41,21)
(66%,16%,8%)

RGB channels and saturation

R 168 of 255 = 66%
G 41 of 255 = 16%
B 21 of 255 = 8%

168
41
21

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

Portions of RGB colors in percentages

R + G + B =
168 + 41 + 21 = 230 (100%)
R 168 of 230 ~ 73.04%
G 41 of 230 ~ 17.83%
B 21 of 230 ~ 9.13%

%73.04
%17.83

CMYK color model

#A82915 color CMYK value is (0,76,88,34).

  • cyan value is 0.00%
  • magenta value is 75.60%
  • yellow value is 87.50%
  • key color value is 34.12%
CMYK:
(0,76,88,34)
C0M76Y88K34 
(0%,76%,88%,34%)
(0.00/0.76/0.88/0.34)	

CMYK percentages

%0
%75.6
%87.5
%34.12

Codes

Color #A82915 in popluar color models

A82915
RGB1684121
HSL77.78%37.06%
HSB/HSV87.50%65.88%
CMYK0.00%75.60%87.50%
34.12%

Color #A82915 in popluar number systems.

HEXA82915
Decimal1684121
Binary1010100010100110101
Octal2505125

Shades and tints

Shades of #A82915

#A82915
(168,41,21)
#992614
(153,38,20)
#8A2313
(138,35,19)
#7B2012
(123,32,18)
#6C1D11
(108,29,17)
#5D1A10
(93,26,16)
#4E170F
(78,23,15)
#3F140E
(63,20,14)
#30110D
(48,17,13)
#210E0C
(33,14,12)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #A82915

#A82915
(168,41,21)
#AF3C2A
(175,60,42)
#B64F3F
(182,79,63)
#BD6254
(189,98,84)
#C47569
(196,117,105)
#CB887E
(203,136,126)
#D29B93
(210,155,147)
#D9AEA8
(217,174,168)
#E0C1BD
(224,193,189)
#E7D4D2
(231,212,210)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A82915 color. Also use rgb(168,41,21) instead hex code.

Text Font Color

.myTextColor { color: #A82915; }

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

This text font color is #A82915.


Background Color

.myBgColor { background-color: #A82915; }

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

This div background color is #A82915.


Border color

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

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

This div border color is #A82915.


Opacity

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

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

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

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

This text has shadow with #A82915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A82915 on black background.


Color preview on white background

This text has color #A82915 on white background.



Black color preview on #A82915 background

This text has black color on #A82915 background.


White color preview on #A82915 background

This text has white color on #A82915 background.