COLOR #5D0506

HEX: #5D0506
RGB: (93,5,6)

Color info

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

RGB color model

#5D0506 color RGB value is (93,5,6).

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

RGB channels and saturation

R 93 of 255 = 36%
G 5 of 255 = 2%
B 6 of 255 = 2%

93
5
6

R + G + B ~ 13%. #5D0506 is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 5 + 6 = 104 (100%)
R 93 of 104 ~ 89.42%
G 5 of 104 ~ 4.81%
B 6 of 104 ~ 5.77%

%89.42

CMYK color model

#5D0506 color CMYK value is (0,95,94,64).

  • cyan value is 0.00%
  • magenta value is 94.62%
  • yellow value is 93.55%
  • key color value is 63.53%
CMYK:
(0,95,94,64)
C0M95Y94K64 
(0%,95%,94%,64%)
(0.00/0.95/0.94/0.64)	

CMYK percentages

%0
%94.62
%93.55
%63.53

Codes

Color #5D0506 in popluar color models

5D0506
RGB9356
HSL359°89.80%19.22%
HSB/HSV359°94.62%36.47%
CMYK0.00%94.62%93.55%
63.53%

Color #5D0506 in popluar number systems.

HEX5D0506
Decimal9356
Binary1011101101110
Octal13556

Shades and tints

Shades of #5D0506

#5D0506
(93,5,6)
#550506
(85,5,6)
#4D0506
(77,5,6)
#450506
(69,5,6)
#3D0506
(61,5,6)
#350506
(53,5,6)
#2D0506
(45,5,6)
#250506
(37,5,6)
#1D0506
(29,5,6)
#150506
(21,5,6)
#0D0506
(13,5,6)
#000000
(0,0,0)

Tints of #5D0506

#5D0506
(93,5,6)
#6B1B1C
(107,27,28)
#793132
(121,49,50)
#874748
(135,71,72)
#955D5E
(149,93,94)
#A37374
(163,115,116)
#B1898A
(177,137,138)
#BF9FA0
(191,159,160)
#CDB5B6
(205,181,182)
#DBCBCC
(219,203,204)
#E9E1E2
(233,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D0506; }

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

This text font color is #5D0506.


Background Color

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

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

This div background color is #5D0506.


Border color

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

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

This div border color is #5D0506.


Opacity

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

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

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

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

This text has shadow with #5D0506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D0506 on black background.


Color preview on white background

This text has color #5D0506 on white background.



Black color preview on #5D0506 background

This text has black color on #5D0506 background.


White color preview on #5D0506 background

This text has white color on #5D0506 background.