COLOR #5A0A0D

HEX: #5A0A0D
RGB: (90,10,13)

Color info

#5A0A0D contains mainly red color. Web safe color of #5A0A0D is #660000 (or #600).

RGB color model

#5A0A0D color RGB value is (90,10,13).

  • red value is 90;
  • green value is 10;
  • blue value is 13.
RGB:
(90,10,13)
(35%,4%,5%)

RGB channels and saturation

R 90 of 255 = 35%
G 10 of 255 = 4%
B 13 of 255 = 5%

90
10
13

R + G + B ~ 15%. #5A0A0D is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 10 + 13 = 113 (100%)
R 90 of 113 ~ 79.65%
G 10 of 113 ~ 8.85%
B 13 of 113 ~ 11.5%

%79.65
%11.5

CMYK color model

#5A0A0D color CMYK value is (0,89,86,65).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 85.56%
  • key color value is 64.71%
CMYK:
(0,89,86,65)
C0M89Y86K65 
(0%,89%,86%,65%)
(0.00/0.89/0.86/0.65)	

CMYK percentages

%0
%88.89
%85.56
%64.71

Codes

Color #5A0A0D in popluar color models

5A0A0D
RGB901013
HSL358°80.00%19.61%
HSB/HSV358°88.89%35.29%
CMYK0.00%88.89%85.56%
64.71%

Color #5A0A0D in popluar number systems.

HEX5A0A0D
Decimal901013
Binary101101010101101
Octal1321215

Shades and tints

Shades of #5A0A0D

#5A0A0D
(90,10,13)
#520A0C
(82,10,12)
#4A0A0B
(74,10,11)
#420A0A
(66,10,10)
#3A0A09
(58,10,9)
#320A08
(50,10,8)
#2A0A07
(42,10,7)
#220A06
(34,10,6)
#1A0A05
(26,10,5)
#120A04
(18,10,4)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #5A0A0D

#5A0A0D
(90,10,13)
#692023
(105,32,35)
#783639
(120,54,57)
#874C4F
(135,76,79)
#966265
(150,98,101)
#A5787B
(165,120,123)
#B48E91
(180,142,145)
#C3A4A7
(195,164,167)
#D2BABD
(210,186,189)
#E1D0D3
(225,208,211)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A0A0D color. Also use rgb(90,10,13) instead hex code.

Text Font Color

.myTextColor { color: #5A0A0D; }

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

This text font color is #5A0A0D.


Background Color

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

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

This div background color is #5A0A0D.


Border color

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

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

This div border color is #5A0A0D.


Opacity

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

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

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

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

This text has shadow with #5A0A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A0A0D on black background.


Color preview on white background

This text has color #5A0A0D on white background.



Black color preview on #5A0A0D background

This text has black color on #5A0A0D background.


White color preview on #5A0A0D background

This text has white color on #5A0A0D background.