COLOR #A13417

HEX: #A13417
RGB: (161,52,23)

Color info

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

RGB color model

#A13417 color RGB value is (161,52,23).

  • red value is 161;
  • green value is 52;
  • blue value is 23.
RGB:
(161,52,23)
(63%,20%,9%)

RGB channels and saturation

R 161 of 255 = 63%
G 52 of 255 = 20%
B 23 of 255 = 9%

161
52
23

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

Portions of RGB colors in percentages

R + G + B =
161 + 52 + 23 = 236 (100%)
R 161 of 236 ~ 68.22%
G 52 of 236 ~ 22.03%
B 23 of 236 ~ 9.75%

%68.22
%22.03
%9.75

CMYK color model

#A13417 color CMYK value is (0,68,86,37).

  • cyan value is 0.00%
  • magenta value is 67.70%
  • yellow value is 85.71%
  • key color value is 36.86%
CMYK:
(0,68,86,37)
C0M68Y86K37 
(0%,68%,86%,37%)
(0.00/0.68/0.86/0.37)	

CMYK percentages

%0
%67.7
%85.71
%36.86

Codes

Color #A13417 in popluar color models

A13417
RGB1615223
HSL13°75.00%36.08%
HSB/HSV13°85.71%63.14%
CMYK0.00%67.70%85.71%
36.86%

Color #A13417 in popluar number systems.

HEXA13417
Decimal1615223
Binary1010000111010010111
Octal2416427

Shades and tints

Shades of #A13417

#A13417
(161,52,23)
#933015
(147,48,21)
#852C13
(133,44,19)
#772811
(119,40,17)
#69240F
(105,36,15)
#5B200D
(91,32,13)
#4D1C0B
(77,28,11)
#3F1809
(63,24,9)
#311407
(49,20,7)
#231005
(35,16,5)
#150C03
(21,12,3)
#000000
(0,0,0)

Tints of #A13417

#A13417
(161,52,23)
#A9462C
(169,70,44)
#B15841
(177,88,65)
#B96A56
(185,106,86)
#C17C6B
(193,124,107)
#C98E80
(201,142,128)
#D1A095
(209,160,149)
#D9B2AA
(217,178,170)
#E1C4BF
(225,196,191)
#E9D6D4
(233,214,212)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A13417 color. Also use rgb(161,52,23) instead hex code.

Text Font Color

.myTextColor { color: #A13417; }

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

This text font color is #A13417.


Background Color

.myBgColor { background-color: #A13417; }

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

This div background color is #A13417.


Border color

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

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

This div border color is #A13417.


Opacity

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

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

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

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

This text has shadow with #A13417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A13417 on black background.


Color preview on white background

This text has color #A13417 on white background.



Black color preview on #A13417 background

This text has black color on #A13417 background.


White color preview on #A13417 background

This text has white color on #A13417 background.