COLOR #A13E0D

HEX: #A13E0D
RGB: (161,62,13)

Color info

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

RGB color model

#A13E0D color RGB value is (161,62,13).

  • red value is 161;
  • green value is 62;
  • blue value is 13.
RGB:
(161,62,13)
(63%,24%,5%)

RGB channels and saturation

R 161 of 255 = 63%
G 62 of 255 = 24%
B 13 of 255 = 5%

161
62
13

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

Portions of RGB colors in percentages

R + G + B =
161 + 62 + 13 = 236 (100%)
R 161 of 236 ~ 68.22%
G 62 of 236 ~ 26.27%
B 13 of 236 ~ 5.51%

%68.22
%26.27

CMYK color model

#A13E0D color CMYK value is (0,61,92,37).

  • cyan value is 0.00%
  • magenta value is 61.49%
  • yellow value is 91.93%
  • key color value is 36.86%
CMYK:
(0,61,92,37)
C0M61Y92K37 
(0%,61%,92%,37%)
(0.00/0.61/0.92/0.37)	

CMYK percentages

%0
%61.49
%91.93
%36.86

Codes

Color #A13E0D in popluar color models

A13E0D
RGB1616213
HSL20°85.06%34.12%
HSB/HSV20°91.93%63.14%
CMYK0.00%61.49%91.93%
36.86%

Color #A13E0D in popluar number systems.

HEXA13E0D
Decimal1616213
Binary101000011111101101
Octal2417615

Shades and tints

Shades of #A13E0D

#A13E0D
(161,62,13)
#93390C
(147,57,12)
#85340B
(133,52,11)
#772F0A
(119,47,10)
#692A09
(105,42,9)
#5B2508
(91,37,8)
#4D2007
(77,32,7)
#3F1B06
(63,27,6)
#311605
(49,22,5)
#231104
(35,17,4)
#150C03
(21,12,3)
#000000
(0,0,0)

Tints of #A13E0D

#A13E0D
(161,62,13)
#A94F23
(169,79,35)
#B16039
(177,96,57)
#B9714F
(185,113,79)
#C18265
(193,130,101)
#C9937B
(201,147,123)
#D1A491
(209,164,145)
#D9B5A7
(217,181,167)
#E1C6BD
(225,198,189)
#E9D7D3
(233,215,211)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A13E0D color. Also use rgb(161,62,13) instead hex code.

Text Font Color

.myTextColor { color: #A13E0D; }

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

This text font color is #A13E0D.


Background Color

.myBgColor { background-color: #A13E0D; }

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

This div background color is #A13E0D.


Border color

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

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

This div border color is #A13E0D.


Opacity

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

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

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

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

This text has shadow with #A13E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A13E0D on black background.


Color preview on white background

This text has color #A13E0D on white background.



Black color preview on #A13E0D background

This text has black color on #A13E0D background.


White color preview on #A13E0D background

This text has white color on #A13E0D background.