COLOR #5A1D14

HEX: #5A1D14
RGB: (90,29,20)

Color info

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

RGB color model

#5A1D14 color RGB value is (90,29,20).

  • red value is 90;
  • green value is 29;
  • blue value is 20.
RGB:
(90,29,20)
(35%,11%,8%)

RGB channels and saturation

R 90 of 255 = 35%
G 29 of 255 = 11%
B 20 of 255 = 8%

90
29
20

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

Portions of RGB colors in percentages

R + G + B =
90 + 29 + 20 = 139 (100%)
R 90 of 139 ~ 64.75%
G 29 of 139 ~ 20.86%
B 20 of 139 ~ 14.39%

%64.75
%20.86
%14.39

CMYK color model

#5A1D14 color CMYK value is (0,68,78,65).

  • cyan value is 0.00%
  • magenta value is 67.78%
  • yellow value is 77.78%
  • key color value is 64.71%
CMYK:
(0,68,78,65)
C0M68Y78K65 
(0%,68%,78%,65%)
(0.00/0.68/0.78/0.65)	

CMYK percentages

%0
%67.78
%77.78
%64.71

Codes

Color #5A1D14 in popluar color models

5A1D14
RGB902920
HSL63.64%21.57%
HSB/HSV77.78%35.29%
CMYK0.00%67.78%77.78%
64.71%

Color #5A1D14 in popluar number systems.

HEX5A1D14
Decimal902920
Binary10110101110110100
Octal1323524

Shades and tints

Shades of #5A1D14

#5A1D14
(90,29,20)
#521B13
(82,27,19)
#4A1912
(74,25,18)
#421711
(66,23,17)
#3A1510
(58,21,16)
#32130F
(50,19,15)
#2A110E
(42,17,14)
#220F0D
(34,15,13)
#1A0D0C
(26,13,12)
#120B0B
(18,11,11)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #5A1D14

#5A1D14
(90,29,20)
#693129
(105,49,41)
#78453E
(120,69,62)
#875953
(135,89,83)
#966D68
(150,109,104)
#A5817D
(165,129,125)
#B49592
(180,149,146)
#C3A9A7
(195,169,167)
#D2BDBC
(210,189,188)
#E1D1D1
(225,209,209)
#F0E5E6
(240,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A1D14 color. Also use rgb(90,29,20) instead hex code.

Text Font Color

.myTextColor { color: #5A1D14; }

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

This text font color is #5A1D14.


Background Color

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

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

This div background color is #5A1D14.


Border color

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

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

This div border color is #5A1D14.


Opacity

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

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

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

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

This text has shadow with #5A1D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A1D14 on black background.


Color preview on white background

This text has color #5A1D14 on white background.



Black color preview on #5A1D14 background

This text has black color on #5A1D14 background.


White color preview on #5A1D14 background

This text has white color on #5A1D14 background.