COLOR #A60D07

HEX: #A60D07
RGB: (166,13,7)

Color info

#A60D07 contains mainly red color. Web safe color of #A60D07 is #990000 (or #900).

RGB color model

#A60D07 color RGB value is (166,13,7).

  • red value is 166;
  • green value is 13;
  • blue value is 7.
RGB:
(166,13,7)
(65%,5%,3%)

RGB channels and saturation

R 166 of 255 = 65%
G 13 of 255 = 5%
B 7 of 255 = 3%

166
13
7

R + G + B ~ 24%. #A60D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 13 + 7 = 186 (100%)
R 166 of 186 ~ 89.25%
G 13 of 186 ~ 6.99%
B 7 of 186 ~ 3.76%

%89.25

CMYK color model

#A60D07 color CMYK value is (0,92,96,35).

  • cyan value is 0.00%
  • magenta value is 92.17%
  • yellow value is 95.78%
  • key color value is 34.90%
CMYK:
(0,92,96,35)
C0M92Y96K35 
(0%,92%,96%,35%)
(0.00/0.92/0.96/0.35)	

CMYK percentages

%0
%92.17
%95.78
%34.9

Codes

Color #A60D07 in popluar color models

A60D07
RGB166137
HSL91.91%33.92%
HSB/HSV95.78%65.10%
CMYK0.00%92.17%95.78%
34.90%

Color #A60D07 in popluar number systems.

HEXA60D07
Decimal166137
Binary101001101101111
Octal246157

Shades and tints

Shades of #A60D07

#A60D07
(166,13,7)
#970C07
(151,12,7)
#880B07
(136,11,7)
#790A07
(121,10,7)
#6A0907
(106,9,7)
#5B0807
(91,8,7)
#4C0707
(76,7,7)
#3D0607
(61,6,7)
#2E0507
(46,5,7)
#1F0407
(31,4,7)
#100307
(16,3,7)
#000000
(0,0,0)

Tints of #A60D07

#A60D07
(166,13,7)
#AE231D
(174,35,29)
#B63933
(182,57,51)
#BE4F49
(190,79,73)
#C6655F
(198,101,95)
#CE7B75
(206,123,117)
#D6918B
(214,145,139)
#DEA7A1
(222,167,161)
#E6BDB7
(230,189,183)
#EED3CD
(238,211,205)
#F6E9E3
(246,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A60D07 color. Also use rgb(166,13,7) instead hex code.

Text Font Color

.myTextColor { color: #A60D07; }

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

This text font color is #A60D07.


Background Color

.myBgColor { background-color: #A60D07; }

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

This div background color is #A60D07.


Border color

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

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

This div border color is #A60D07.


Opacity

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

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

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

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

This text has shadow with #A60D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A60D07 on black background.


Color preview on white background

This text has color #A60D07 on white background.



Black color preview on #A60D07 background

This text has black color on #A60D07 background.


White color preview on #A60D07 background

This text has white color on #A60D07 background.