COLOR #A62C1E

HEX: #A62C1E
RGB: (166,44,30)

Color info

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

RGB color model

#A62C1E color RGB value is (166,44,30).

  • red value is 166;
  • green value is 44;
  • blue value is 30.
RGB:
(166,44,30)
(65%,17%,12%)

RGB channels and saturation

R 166 of 255 = 65%
G 44 of 255 = 17%
B 30 of 255 = 12%

166
44
30

R + G + B ~ 31%. #A62C1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 44 + 30 = 240 (100%)
R 166 of 240 ~ 69.17%
G 44 of 240 ~ 18.33%
B 30 of 240 ~ 12.5%

%69.17
%18.33
%12.5

CMYK color model

#A62C1E color CMYK value is (0,73,82,35).

  • cyan value is 0.00%
  • magenta value is 73.49%
  • yellow value is 81.93%
  • key color value is 34.90%
CMYK:
(0,73,82,35)
C0M73Y82K35 
(0%,73%,82%,35%)
(0.00/0.73/0.82/0.35)	

CMYK percentages

%0
%73.49
%81.93
%34.9

Codes

Color #A62C1E in popluar color models

A62C1E
RGB1664430
HSL69.39%38.43%
HSB/HSV81.93%65.10%
CMYK0.00%73.49%81.93%
34.90%

Color #A62C1E in popluar number systems.

HEXA62C1E
Decimal1664430
Binary1010011010110011110
Octal2465436

Shades and tints

Shades of #A62C1E

#A62C1E
(166,44,30)
#97281C
(151,40,28)
#88241A
(136,36,26)
#792018
(121,32,24)
#6A1C16
(106,28,22)
#5B1814
(91,24,20)
#4C1412
(76,20,18)
#3D1010
(61,16,16)
#2E0C0E
(46,12,14)
#1F080C
(31,8,12)
#10040A
(16,4,10)
#000000
(0,0,0)

Tints of #A62C1E

#A62C1E
(166,44,30)
#AE3F32
(174,63,50)
#B65246
(182,82,70)
#BE655A
(190,101,90)
#C6786E
(198,120,110)
#CE8B82
(206,139,130)
#D69E96
(214,158,150)
#DEB1AA
(222,177,170)
#E6C4BE
(230,196,190)
#EED7D2
(238,215,210)
#F6EAE6
(246,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A62C1E color. Also use rgb(166,44,30) instead hex code.

Text Font Color

.myTextColor { color: #A62C1E; }

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

This text font color is #A62C1E.


Background Color

.myBgColor { background-color: #A62C1E; }

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

This div background color is #A62C1E.


Border color

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

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

This div border color is #A62C1E.


Opacity

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

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

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

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

This text has shadow with #A62C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A62C1E on black background.


Color preview on white background

This text has color #A62C1E on white background.



Black color preview on #A62C1E background

This text has black color on #A62C1E background.


White color preview on #A62C1E background

This text has white color on #A62C1E background.