COLOR #A3351B

HEX: #A3351B
RGB: (163,53,27)

Color info

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

RGB color model

#A3351B color RGB value is (163,53,27).

  • red value is 163;
  • green value is 53;
  • blue value is 27.
RGB:
(163,53,27)
(64%,21%,11%)

RGB channels and saturation

R 163 of 255 = 64%
G 53 of 255 = 21%
B 27 of 255 = 11%

163
53
27

R + G + B ~ 32%. #A3351B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 53 + 27 = 243 (100%)
R 163 of 243 ~ 67.08%
G 53 of 243 ~ 21.81%
B 27 of 243 ~ 11.11%

%67.08
%21.81
%11.11

CMYK color model

#A3351B color CMYK value is (0,67,83,36).

  • cyan value is 0.00%
  • magenta value is 67.48%
  • yellow value is 83.44%
  • key color value is 36.08%
CMYK:
(0,67,83,36)
C0M67Y83K36 
(0%,67%,83%,36%)
(0.00/0.67/0.83/0.36)	

CMYK percentages

%0
%67.48
%83.44
%36.08

Codes

Color #A3351B in popluar color models

A3351B
RGB1635327
HSL11°71.58%37.25%
HSB/HSV11°83.44%63.92%
CMYK0.00%67.48%83.44%
36.08%

Color #A3351B in popluar number systems.

HEXA3351B
Decimal1635327
Binary1010001111010111011
Octal2436533

Shades and tints

Shades of #A3351B

#A3351B
(163,53,27)
#953119
(149,49,25)
#872D17
(135,45,23)
#792915
(121,41,21)
#6B2513
(107,37,19)
#5D2111
(93,33,17)
#4F1D0F
(79,29,15)
#41190D
(65,25,13)
#33150B
(51,21,11)
#251109
(37,17,9)
#170D07
(23,13,7)
#000000
(0,0,0)

Tints of #A3351B

#A3351B
(163,53,27)
#AB472F
(171,71,47)
#B35943
(179,89,67)
#BB6B57
(187,107,87)
#C37D6B
(195,125,107)
#CB8F7F
(203,143,127)
#D3A193
(211,161,147)
#DBB3A7
(219,179,167)
#E3C5BB
(227,197,187)
#EBD7CF
(235,215,207)
#F3E9E3
(243,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3351B color. Also use rgb(163,53,27) instead hex code.

Text Font Color

.myTextColor { color: #A3351B; }

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

This text font color is #A3351B.


Background Color

.myBgColor { background-color: #A3351B; }

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

This div background color is #A3351B.


Border color

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

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

This div border color is #A3351B.


Opacity

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

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

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

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

This text has shadow with #A3351B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3351B on black background.


Color preview on white background

This text has color #A3351B on white background.



Black color preview on #A3351B background

This text has black color on #A3351B background.


White color preview on #A3351B background

This text has white color on #A3351B background.