COLOR #5D0C0D

HEX: #5D0C0D
RGB: (93,12,13)

Color info

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

RGB color model

#5D0C0D color RGB value is (93,12,13).

  • red value is 93;
  • green value is 12;
  • blue value is 13.
RGB:
(93,12,13)
(36%,5%,5%)

RGB channels and saturation

R 93 of 255 = 36%
G 12 of 255 = 5%
B 13 of 255 = 5%

93
12
13

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

Portions of RGB colors in percentages

R + G + B =
93 + 12 + 13 = 118 (100%)
R 93 of 118 ~ 78.81%
G 12 of 118 ~ 10.17%
B 13 of 118 ~ 11.02%

%78.81
%10.17
%11.02

CMYK color model

#5D0C0D color CMYK value is (0,87,86,64).

  • cyan value is 0.00%
  • magenta value is 87.10%
  • yellow value is 86.02%
  • key color value is 63.53%
CMYK:
(0,87,86,64)
C0M87Y86K64 
(0%,87%,86%,64%)
(0.00/0.87/0.86/0.64)	

CMYK percentages

%0
%87.1
%86.02
%63.53

Codes

Color #5D0C0D in popluar color models

5D0C0D
RGB931213
HSL359°77.14%20.59%
HSB/HSV359°87.10%36.47%
CMYK0.00%87.10%86.02%
63.53%

Color #5D0C0D in popluar number systems.

HEX5D0C0D
Decimal931213
Binary101110111001101
Octal1351415

Shades and tints

Shades of #5D0C0D

#5D0C0D
(93,12,13)
#550B0C
(85,11,12)
#4D0A0B
(77,10,11)
#45090A
(69,9,10)
#3D0809
(61,8,9)
#350708
(53,7,8)
#2D0607
(45,6,7)
#250506
(37,5,6)
#1D0405
(29,4,5)
#150304
(21,3,4)
#0D0203
(13,2,3)
#000000
(0,0,0)

Tints of #5D0C0D

#5D0C0D
(93,12,13)
#6B2223
(107,34,35)
#793839
(121,56,57)
#874E4F
(135,78,79)
#956465
(149,100,101)
#A37A7B
(163,122,123)
#B19091
(177,144,145)
#BFA6A7
(191,166,167)
#CDBCBD
(205,188,189)
#DBD2D3
(219,210,211)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D0C0D color. Also use rgb(93,12,13) instead hex code.

Text Font Color

.myTextColor { color: #5D0C0D; }

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

This text font color is #5D0C0D.


Background Color

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

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

This div background color is #5D0C0D.


Border color

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

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

This div border color is #5D0C0D.


Opacity

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

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

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

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

This text has shadow with #5D0C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D0C0D on black background.


Color preview on white background

This text has color #5D0C0D on white background.



Black color preview on #5D0C0D background

This text has black color on #5D0C0D background.


White color preview on #5D0C0D background

This text has white color on #5D0C0D background.