COLOR #A4303F

HEX: #A4303F
RGB: (164,48,63)

Color info

#A4303F contains mainly red color. Web safe color of #A4303F is #993333 (or #933).

RGB color model

#A4303F color RGB value is (164,48,63).

  • red value is 164;
  • green value is 48;
  • blue value is 63.
RGB:
(164,48,63)
(64%,19%,25%)

RGB channels and saturation

R 164 of 255 = 64%
G 48 of 255 = 19%
B 63 of 255 = 25%

164
48
63

R + G + B ~ 36%. #A4303F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 48 + 63 = 275 (100%)
R 164 of 275 ~ 59.64%
G 48 of 275 ~ 17.45%
B 63 of 275 ~ 22.91%

%59.64
%17.45
%22.91

CMYK color model

#A4303F color CMYK value is (0,71,62,36).

  • cyan value is 0.00%
  • magenta value is 70.73%
  • yellow value is 61.59%
  • key color value is 35.69%
CMYK:
(0,71,62,36)
C0M71Y62K36 
(0%,71%,62%,36%)
(0.00/0.71/0.62/0.36)	

CMYK percentages

%0
%70.73
%61.59
%35.69

Codes

Color #A4303F in popluar color models

A4303F
RGB1644863
HSL352°54.72%41.57%
HSB/HSV352°70.73%64.31%
CMYK0.00%70.73%61.59%
35.69%

Color #A4303F in popluar number systems.

HEXA4303F
Decimal1644863
Binary10100100110000111111
Octal2446077

Shades and tints

Shades of #A4303F

#A4303F
(164,48,63)
#962C3A
(150,44,58)
#882835
(136,40,53)
#7A2430
(122,36,48)
#6C202B
(108,32,43)
#5E1C26
(94,28,38)
#501821
(80,24,33)
#42141C
(66,20,28)
#341017
(52,16,23)
#260C12
(38,12,18)
#18080D
(24,8,13)
#000000
(0,0,0)

Tints of #A4303F

#A4303F
(164,48,63)
#AC4250
(172,66,80)
#B45461
(180,84,97)
#BC6672
(188,102,114)
#C47883
(196,120,131)
#CC8A94
(204,138,148)
#D49CA5
(212,156,165)
#DCAEB6
(220,174,182)
#E4C0C7
(228,192,199)
#ECD2D8
(236,210,216)
#F4E4E9
(244,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4303F color. Also use rgb(164,48,63) instead hex code.

Text Font Color

.myTextColor { color: #A4303F; }

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

This text font color is #A4303F.


Background Color

.myBgColor { background-color: #A4303F; }

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

This div background color is #A4303F.


Border color

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

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

This div border color is #A4303F.


Opacity

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

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

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

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

This text has shadow with #A4303F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4303F on black background.


Color preview on white background

This text has color #A4303F on white background.



Black color preview on #A4303F background

This text has black color on #A4303F background.


White color preview on #A4303F background

This text has white color on #A4303F background.