COLOR #5A1E13

HEX: #5A1E13 RGB: (90,30,19)

Color info

#5A1E13 contains mainly red color. Web safe color of #5A1E13 is #663300 (or #630).

RGB color model

#5A1E13 color RGB value is (90,30,19).

RGB: (90,30,19) (35%, 12%, 7%)

RGB channels and saturation

R 90 of 255 = 35%
G 30 of 255 = 12%
B 19 of 255 = 7%

90
30
19

R + G + B ~ 18%. #5A1E13 is dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 30 + 19 = 139 (100%)
R 90 of 139 ~ 64.75%
G 30 of 139 ~ 21.58%
B 19 of 139 ~ 13.67'%

%64.75
%21.58
%13.67

CMYK color model

#5A1E13 color CMYK value is (0,67,79,65).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 78.89%
  • key color value is 64.71%

CMYK: (0,67,79,65)
C0M67Y79K65 (0%, 67%, 79%, 65%)
(0.00 / 0.67 / 0.79 / 0.65)

CMYK percentages

%0
%66.67
%78.89
%64.71

Codes

Color #5A1E13 in popluar color models

5A 1E 13
RGB 90 30 19
HSL 65.14% 21.37%
HSB/HSV 78.89% 35.29%
CMYK 0.00% 66.67% 78.89%
64.71%

Color #5A1E13 in popluar number systems.

HEX 5A 1E 13
Decimal 90 30 19
Binary 1011010 11110 10011
Octal 132 36 23

Shades and tints

Shades of #5A1E13

#5A1E13
(90,30,19)
#521C12
(82,28,18)
#4A1A11
(74,26,17)
#421810
(66,24,16)
#3A160F
(58,22,15)
#32140E
(50,20,14)
#2A120D
(42,18,13)
#22100C
(34,16,12)
#1A0E0B
(26,14,11)
#120C0A
(18,12,10)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #5A1E13

#5A1E13
(90,30,19)
#693228
(105,50,40)
#78463D
(120,70,61)
#875A52
(135,90,82)
#966E67
(150,110,103)
#A5827C
(165,130,124)
#B49691
(180,150,145)
#C3AAA6
(195,170,166)
#D2BEBB
(210,190,187)
#E1D2D0
(225,210,208)
#F0E6E5
(240,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A1E13 color. Also use rgb(90,30,19) instead hex code.

Text Font Color

.myTextColor { color: #5A1E13; }

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

This text font color is #5A1E13.

Background Color

.myBgColor { background-color: #5A1E13; }

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

This div background color is #5A1E13.

Border color

.myBorderColor { border: 1px solid #5A1E13; }

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

This div border color is #5A1E13.

Opacity

.myOpacity80 { color: #5A1E13; opacity: 0.8; }

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

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

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

This text has shadow with #5A1E13 color.


.textShadow {text-shadow: 3px 3px 1px #5A1E13', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5A1E13; -webkit-box-shadow: 1px 1px 3px 2px #5A1E13; box-shadow:1px 1px 3px 2px #5A1E13;">
Div content here
</div>

This div box has shadow with color #5A1E13.

Preview

Color preview on black background

This text has color #5A1E13 on black background.


Color preview on white background

This text has color #5A1E13 on white background.


Black color preview on #5A1E13 background

This text has black color on #5A1E13 background.


White color preview on #5A1E13 background

This text has white color on #5A1E13 background.


Related colors

Complementary color

Complementary color for #hex is #A5E1EC.


I love getcolorcode.com

Triadic colors

1 #135A1E and #1E135A with #5A1E13 are triadic colors.

2 #131E5A and #1E5A13 with #5A1E13 are triadic colors.