COLOR #A7033E

HEX: #A7033E
RGB: (167,3,62)

Color info

#A7033E contains mainly red color. Web safe color of #A7033E is #990033 (or #903).

RGB color model

#A7033E color RGB value is (167,3,62).

  • red value is 167;
  • green value is 3;
  • blue value is 62.
RGB:
(167,3,62)
(65%,1%,24%)

RGB channels and saturation

R 167 of 255 = 65%
G 3 of 255 = 1%
B 62 of 255 = 24%

167
3
62

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

Portions of RGB colors in percentages

R + G + B =
167 + 3 + 62 = 232 (100%)
R 167 of 232 ~ 71.98%
G 3 of 232 ~ 1.29%
B 62 of 232 ~ 26.72%

%71.98
%26.72

CMYK color model

#A7033E color CMYK value is (0,98,63,35).

  • cyan value is 0.00%
  • magenta value is 98.20%
  • yellow value is 62.87%
  • key color value is 34.51%
CMYK:
(0,98,63,35)
C0M98Y63K35 
(0%,98%,63%,35%)
(0.00/0.98/0.63/0.35)	

CMYK percentages

%0
%98.2
%62.87
%34.51

Codes

Color #A7033E in popluar color models

A7033E
RGB167362
HSL338°96.47%33.33%
HSB/HSV338°98.20%65.49%
CMYK0.00%98.20%62.87%
34.51%

Color #A7033E in popluar number systems.

HEXA7033E
Decimal167362
Binary1010011111111110
Octal247376

Shades and tints

Shades of #A7033E

#A7033E
(167,3,62)
#980339
(152,3,57)
#890334
(137,3,52)
#7A032F
(122,3,47)
#6B032A
(107,3,42)
#5C0325
(92,3,37)
#4D0320
(77,3,32)
#3E031B
(62,3,27)
#2F0316
(47,3,22)
#200311
(32,3,17)
#11030C
(17,3,12)
#000000
(0,0,0)

Tints of #A7033E

#A7033E
(167,3,62)
#AF194F
(175,25,79)
#B72F60
(183,47,96)
#BF4571
(191,69,113)
#C75B82
(199,91,130)
#CF7193
(207,113,147)
#D787A4
(215,135,164)
#DF9DB5
(223,157,181)
#E7B3C6
(231,179,198)
#EFC9D7
(239,201,215)
#F7DFE8
(247,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7033E color. Also use rgb(167,3,62) instead hex code.

Text Font Color

.myTextColor { color: #A7033E; }

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

This text font color is #A7033E.


Background Color

.myBgColor { background-color: #A7033E; }

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

This div background color is #A7033E.


Border color

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

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

This div border color is #A7033E.


Opacity

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

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

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

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

This text has shadow with #A7033E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7033E on black background.


Color preview on white background

This text has color #A7033E on white background.



Black color preview on #A7033E background

This text has black color on #A7033E background.


White color preview on #A7033E background

This text has white color on #A7033E background.