COLOR #A30829

HEX: #A30829
RGB: (163,8,41)

Color info

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

RGB color model

#A30829 color RGB value is (163,8,41).

  • red value is 163;
  • green value is 8;
  • blue value is 41.
RGB:
(163,8,41)
(64%,3%,16%)

RGB channels and saturation

R 163 of 255 = 64%
G 8 of 255 = 3%
B 41 of 255 = 16%

163
8
41

R + G + B ~ 28%. #A30829 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 8 + 41 = 212 (100%)
R 163 of 212 ~ 76.89%
G 8 of 212 ~ 3.77%
B 41 of 212 ~ 19.34%

%76.89
%19.34

CMYK color model

#A30829 color CMYK value is (0,95,75,36).

  • cyan value is 0.00%
  • magenta value is 95.09%
  • yellow value is 74.85%
  • key color value is 36.08%
CMYK:
(0,95,75,36)
C0M95Y75K36 
(0%,95%,75%,36%)
(0.00/0.95/0.75/0.36)	

CMYK percentages

%0
%95.09
%74.85
%36.08

Codes

Color #A30829 in popluar color models

A30829
RGB163841
HSL347°90.64%33.53%
HSB/HSV347°95.09%63.92%
CMYK0.00%95.09%74.85%
36.08%

Color #A30829 in popluar number systems.

HEXA30829
Decimal163841
Binary101000111000101001
Octal2431051

Shades and tints

Shades of #A30829

#A30829
(163,8,41)
#950826
(149,8,38)
#870823
(135,8,35)
#790820
(121,8,32)
#6B081D
(107,8,29)
#5D081A
(93,8,26)
#4F0817
(79,8,23)
#410814
(65,8,20)
#330811
(51,8,17)
#25080E
(37,8,14)
#17080B
(23,8,11)
#000000
(0,0,0)

Tints of #A30829

#A30829
(163,8,41)
#AB1E3C
(171,30,60)
#B3344F
(179,52,79)
#BB4A62
(187,74,98)
#C36075
(195,96,117)
#CB7688
(203,118,136)
#D38C9B
(211,140,155)
#DBA2AE
(219,162,174)
#E3B8C1
(227,184,193)
#EBCED4
(235,206,212)
#F3E4E7
(243,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A30829 color. Also use rgb(163,8,41) instead hex code.

Text Font Color

.myTextColor { color: #A30829; }

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

This text font color is #A30829.


Background Color

.myBgColor { background-color: #A30829; }

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

This div background color is #A30829.


Border color

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

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

This div border color is #A30829.


Opacity

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

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

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

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

This text has shadow with #A30829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A30829 on black background.


Color preview on white background

This text has color #A30829 on white background.



Black color preview on #A30829 background

This text has black color on #A30829 background.


White color preview on #A30829 background

This text has white color on #A30829 background.