COLOR #A5311A

HEX: #A5311A
RGB: (165,49,26)

Color info

#A5311A contains mainly red color. Web safe color of #A5311A is #993300 (or #930).

RGB color model

#A5311A color RGB value is (165,49,26).

  • red value is 165;
  • green value is 49;
  • blue value is 26.
RGB:
(165,49,26)
(65%,19%,10%)

RGB channels and saturation

R 165 of 255 = 65%
G 49 of 255 = 19%
B 26 of 255 = 10%

165
49
26

R + G + B ~ 31%. #A5311A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 49 + 26 = 240 (100%)
R 165 of 240 ~ 68.75%
G 49 of 240 ~ 20.42%
B 26 of 240 ~ 10.83%

%68.75
%20.42
%10.83

CMYK color model

#A5311A color CMYK value is (0,70,84,35).

  • cyan value is 0.00%
  • magenta value is 70.30%
  • yellow value is 84.24%
  • key color value is 35.29%
CMYK:
(0,70,84,35)
C0M70Y84K35 
(0%,70%,84%,35%)
(0.00/0.70/0.84/0.35)	

CMYK percentages

%0
%70.3
%84.24
%35.29

Codes

Color #A5311A in popluar color models

A5311A
RGB1654926
HSL10°72.77%37.45%
HSB/HSV10°84.24%64.71%
CMYK0.00%70.30%84.24%
35.29%

Color #A5311A in popluar number systems.

HEXA5311A
Decimal1654926
Binary1010010111000111010
Octal2456132

Shades and tints

Shades of #A5311A

#A5311A
(165,49,26)
#962D18
(150,45,24)
#872916
(135,41,22)
#782514
(120,37,20)
#692112
(105,33,18)
#5A1D10
(90,29,16)
#4B190E
(75,25,14)
#3C150C
(60,21,12)
#2D110A
(45,17,10)
#1E0D08
(30,13,8)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #A5311A

#A5311A
(165,49,26)
#AD432E
(173,67,46)
#B55542
(181,85,66)
#BD6756
(189,103,86)
#C5796A
(197,121,106)
#CD8B7E
(205,139,126)
#D59D92
(213,157,146)
#DDAFA6
(221,175,166)
#E5C1BA
(229,193,186)
#EDD3CE
(237,211,206)
#F5E5E2
(245,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5311A color. Also use rgb(165,49,26) instead hex code.

Text Font Color

.myTextColor { color: #A5311A; }

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

This text font color is #A5311A.


Background Color

.myBgColor { background-color: #A5311A; }

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

This div background color is #A5311A.


Border color

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

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

This div border color is #A5311A.


Opacity

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

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

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

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

This text has shadow with #A5311A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5311A on black background.


Color preview on white background

This text has color #A5311A on white background.



Black color preview on #A5311A background

This text has black color on #A5311A background.


White color preview on #A5311A background

This text has white color on #A5311A background.