COLOR #A5411D

HEX: #A5411D
RGB: (165,65,29)

Color info

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

RGB color model

#A5411D color RGB value is (165,65,29).

  • red value is 165;
  • green value is 65;
  • blue value is 29.
RGB:
(165,65,29)
(65%,25%,11%)

RGB channels and saturation

R 165 of 255 = 65%
G 65 of 255 = 25%
B 29 of 255 = 11%

165
65
29

R + G + B ~ 34%. #A5411D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 65 + 29 = 259 (100%)
R 165 of 259 ~ 63.71%
G 65 of 259 ~ 25.1%
B 29 of 259 ~ 11.2%

%63.71
%25.1
%11.2

CMYK color model

#A5411D color CMYK value is (0,61,82,35).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 82.42%
  • key color value is 35.29%
CMYK:
(0,61,82,35)
C0M61Y82K35 
(0%,61%,82%,35%)
(0.00/0.61/0.82/0.35)	

CMYK percentages

%0
%60.61
%82.42
%35.29

Codes

Color #A5411D in popluar color models

A5411D
RGB1656529
HSL16°70.10%38.04%
HSB/HSV16°82.42%64.71%
CMYK0.00%60.61%82.42%
35.29%

Color #A5411D in popluar number systems.

HEXA5411D
Decimal1656529
Binary10100101100000111101
Octal24510135

Shades and tints

Shades of #A5411D

#A5411D
(165,65,29)
#963C1B
(150,60,27)
#873719
(135,55,25)
#783217
(120,50,23)
#692D15
(105,45,21)
#5A2813
(90,40,19)
#4B2311
(75,35,17)
#3C1E0F
(60,30,15)
#2D190D
(45,25,13)
#1E140B
(30,20,11)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #A5411D

#A5411D
(165,65,29)
#AD5231
(173,82,49)
#B56345
(181,99,69)
#BD7459
(189,116,89)
#C5856D
(197,133,109)
#CD9681
(205,150,129)
#D5A795
(213,167,149)
#DDB8A9
(221,184,169)
#E5C9BD
(229,201,189)
#EDDAD1
(237,218,209)
#F5EBE5
(245,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5411D color. Also use rgb(165,65,29) instead hex code.

Text Font Color

.myTextColor { color: #A5411D; }

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

This text font color is #A5411D.


Background Color

.myBgColor { background-color: #A5411D; }

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

This div background color is #A5411D.


Border color

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

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

This div border color is #A5411D.


Opacity

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

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

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

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

This text has shadow with #A5411D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5411D on black background.


Color preview on white background

This text has color #A5411D on white background.



Black color preview on #A5411D background

This text has black color on #A5411D background.


White color preview on #A5411D background

This text has white color on #A5411D background.