COLOR #A62713

HEX: #A62713
RGB: (166,39,19)

Color info

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

RGB color model

#A62713 color RGB value is (166,39,19).

  • red value is 166;
  • green value is 39;
  • blue value is 19.
RGB:
(166,39,19)
(65%,15%,7%)

RGB channels and saturation

R 166 of 255 = 65%
G 39 of 255 = 15%
B 19 of 255 = 7%

166
39
19

R + G + B ~ 29%. #A62713 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 39 + 19 = 224 (100%)
R 166 of 224 ~ 74.11%
G 39 of 224 ~ 17.41%
B 19 of 224 ~ 8.48%

%74.11
%17.41

CMYK color model

#A62713 color CMYK value is (0,77,89,35).

  • cyan value is 0.00%
  • magenta value is 76.51%
  • yellow value is 88.55%
  • key color value is 34.90%
CMYK:
(0,77,89,35)
C0M77Y89K35 
(0%,77%,89%,35%)
(0.00/0.77/0.89/0.35)	

CMYK percentages

%0
%76.51
%88.55
%34.9

Codes

Color #A62713 in popluar color models

A62713
RGB1663919
HSL79.46%36.27%
HSB/HSV88.55%65.10%
CMYK0.00%76.51%88.55%
34.90%

Color #A62713 in popluar number systems.

HEXA62713
Decimal1663919
Binary1010011010011110011
Octal2464723

Shades and tints

Shades of #A62713

#A62713
(166,39,19)
#972412
(151,36,18)
#882111
(136,33,17)
#791E10
(121,30,16)
#6A1B0F
(106,27,15)
#5B180E
(91,24,14)
#4C150D
(76,21,13)
#3D120C
(61,18,12)
#2E0F0B
(46,15,11)
#1F0C0A
(31,12,10)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #A62713

#A62713
(166,39,19)
#AE3A28
(174,58,40)
#B64D3D
(182,77,61)
#BE6052
(190,96,82)
#C67367
(198,115,103)
#CE867C
(206,134,124)
#D69991
(214,153,145)
#DEACA6
(222,172,166)
#E6BFBB
(230,191,187)
#EED2D0
(238,210,208)
#F6E5E5
(246,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A62713 color. Also use rgb(166,39,19) instead hex code.

Text Font Color

.myTextColor { color: #A62713; }

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

This text font color is #A62713.


Background Color

.myBgColor { background-color: #A62713; }

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

This div background color is #A62713.


Border color

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

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

This div border color is #A62713.


Opacity

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

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

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

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

This text has shadow with #A62713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A62713 on black background.


Color preview on white background

This text has color #A62713 on white background.



Black color preview on #A62713 background

This text has black color on #A62713 background.


White color preview on #A62713 background

This text has white color on #A62713 background.