COLOR #A3063F

HEX: #A3063F
RGB: (163,6,63)

Color info

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

RGB color model

#A3063F color RGB value is (163,6,63).

  • red value is 163;
  • green value is 6;
  • blue value is 63.
RGB:
(163,6,63)
(64%,2%,25%)

RGB channels and saturation

R 163 of 255 = 64%
G 6 of 255 = 2%
B 63 of 255 = 25%

163
6
63

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

Portions of RGB colors in percentages

R + G + B =
163 + 6 + 63 = 232 (100%)
R 163 of 232 ~ 70.26%
G 6 of 232 ~ 2.59%
B 63 of 232 ~ 27.16%

%70.26
%27.16

CMYK color model

#A3063F color CMYK value is (0,96,61,36).

  • cyan value is 0.00%
  • magenta value is 96.32%
  • yellow value is 61.35%
  • key color value is 36.08%
CMYK:
(0,96,61,36)
C0M96Y61K36 
(0%,96%,61%,36%)
(0.00/0.96/0.61/0.36)	

CMYK percentages

%0
%96.32
%61.35
%36.08

Codes

Color #A3063F in popluar color models

A3063F
RGB163663
HSL338°92.90%33.14%
HSB/HSV338°96.32%63.92%
CMYK0.00%96.32%61.35%
36.08%

Color #A3063F in popluar number systems.

HEXA3063F
Decimal163663
Binary10100011110111111
Octal243677

Shades and tints

Shades of #A3063F

#A3063F
(163,6,63)
#95063A
(149,6,58)
#870635
(135,6,53)
#790630
(121,6,48)
#6B062B
(107,6,43)
#5D0626
(93,6,38)
#4F0621
(79,6,33)
#41061C
(65,6,28)
#330617
(51,6,23)
#250612
(37,6,18)
#17060D
(23,6,13)
#000000
(0,0,0)

Tints of #A3063F

#A3063F
(163,6,63)
#AB1C50
(171,28,80)
#B33261
(179,50,97)
#BB4872
(187,72,114)
#C35E83
(195,94,131)
#CB7494
(203,116,148)
#D38AA5
(211,138,165)
#DBA0B6
(219,160,182)
#E3B6C7
(227,182,199)
#EBCCD8
(235,204,216)
#F3E2E9
(243,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3063F color. Also use rgb(163,6,63) instead hex code.

Text Font Color

.myTextColor { color: #A3063F; }

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

This text font color is #A3063F.


Background Color

.myBgColor { background-color: #A3063F; }

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

This div background color is #A3063F.


Border color

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

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

This div border color is #A3063F.


Opacity

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

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

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

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

This text has shadow with #A3063F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3063F on black background.


Color preview on white background

This text has color #A3063F on white background.



Black color preview on #A3063F background

This text has black color on #A3063F background.


White color preview on #A3063F background

This text has white color on #A3063F background.