COLOR #A7400A

HEX: #A7400A
RGB: (167,64,10)

Color info

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

RGB color model

#A7400A color RGB value is (167,64,10).

  • red value is 167;
  • green value is 64;
  • blue value is 10.
RGB:
(167,64,10)
(65%,25%,4%)

RGB channels and saturation

R 167 of 255 = 65%
G 64 of 255 = 25%
B 10 of 255 = 4%

167
64
10

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

Portions of RGB colors in percentages

R + G + B =
167 + 64 + 10 = 241 (100%)
R 167 of 241 ~ 69.29%
G 64 of 241 ~ 26.56%
B 10 of 241 ~ 4.15%

%69.29
%26.56

CMYK color model

#A7400A color CMYK value is (0,62,94,35).

  • cyan value is 0.00%
  • magenta value is 61.68%
  • yellow value is 94.01%
  • key color value is 34.51%
CMYK:
(0,62,94,35)
C0M62Y94K35 
(0%,62%,94%,35%)
(0.00/0.62/0.94/0.35)	

CMYK percentages

%0
%61.68
%94.01
%34.51

Codes

Color #A7400A in popluar color models

A7400A
RGB1676410
HSL21°88.70%34.71%
HSB/HSV21°94.01%65.49%
CMYK0.00%61.68%94.01%
34.51%

Color #A7400A in popluar number systems.

HEXA7400A
Decimal1676410
Binary1010011110000001010
Octal24710012

Shades and tints

Shades of #A7400A

#A7400A
(167,64,10)
#983B0A
(152,59,10)
#89360A
(137,54,10)
#7A310A
(122,49,10)
#6B2C0A
(107,44,10)
#5C270A
(92,39,10)
#4D220A
(77,34,10)
#3E1D0A
(62,29,10)
#2F180A
(47,24,10)
#20130A
(32,19,10)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #A7400A

#A7400A
(167,64,10)
#AF5120
(175,81,32)
#B76236
(183,98,54)
#BF734C
(191,115,76)
#C78462
(199,132,98)
#CF9578
(207,149,120)
#D7A68E
(215,166,142)
#DFB7A4
(223,183,164)
#E7C8BA
(231,200,186)
#EFD9D0
(239,217,208)
#F7EAE6
(247,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7400A color. Also use rgb(167,64,10) instead hex code.

Text Font Color

.myTextColor { color: #A7400A; }

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

This text font color is #A7400A.


Background Color

.myBgColor { background-color: #A7400A; }

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

This div background color is #A7400A.


Border color

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

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

This div border color is #A7400A.


Opacity

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

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

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

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

This text has shadow with #A7400A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7400A on black background.


Color preview on white background

This text has color #A7400A on white background.



Black color preview on #A7400A background

This text has black color on #A7400A background.


White color preview on #A7400A background

This text has white color on #A7400A background.