COLOR #5D1209

HEX: #5D1209 RGB: (93,18,9)

Color info

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

RGB color model

#5D1209 color RGB value is (93,18,9).

RGB: (93,18,9) (36%, 7%, 4%)

RGB channels and saturation

R 93 of 255 = 36%
G 18 of 255 = 7%
B 9 of 255 = 4%

93
18
9

R + G + B ~ 16%. #5D1209 is dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 18 + 9 = 120 (100%)
R 93 of 120 ~ 77.5%
G 18 of 120 ~ 15%
B 9 of 120 ~ 7.5'%

%77.5
%15

CMYK color model

#5D1209 color CMYK value is (0,81,90,64).

  • cyan value is 0.00%
  • magenta value is 80.65%
  • yellow value is 90.32%
  • key color value is 63.53%

CMYK: (0,81,90,64)
C0M81Y90K64 (0%, 81%, 90%, 64%)
(0.00 / 0.81 / 0.90 / 0.64)

CMYK percentages

%0
%80.65
%90.32
%63.53

Codes

Color #5D1209 in popluar color models

5D 12 09
RGB 93 18 9
HSL 82.35% 20.00%
HSB/HSV 90.32% 36.47%
CMYK 0.00% 80.65% 90.32%
63.53%

Color #5D1209 in popluar number systems.

HEX 5D 12 09
Decimal 93 18 9
Binary 1011101 10010 1001
Octal 135 22 11

Shades and tints

Shades of #5D1209

#5D1209
(93,18,9)
#551109
(85,17,9)
#4D1009
(77,16,9)
#450F09
(69,15,9)
#3D0E09
(61,14,9)
#350D09
(53,13,9)
#2D0C09
(45,12,9)
#250B09
(37,11,9)
#1D0A09
(29,10,9)
#150909
(21,9,9)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #5D1209

#5D1209
(93,18,9)
#6B271F
(107,39,31)
#793C35
(121,60,53)
#87514B
(135,81,75)
#956661
(149,102,97)
#A37B77
(163,123,119)
#B1908D
(177,144,141)
#BFA5A3
(191,165,163)
#CDBAB9
(205,186,185)
#DBCFCF
(219,207,207)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D1209; }

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

This text font color is #5D1209.

Background Color

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

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

This div background color is #5D1209.

Border color

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

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

This div border color is #5D1209.

Opacity

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

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

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

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

This text has shadow with #5D1209 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D1209.

Preview

Color preview on black background

This text has color #5D1209 on black background.


Color preview on white background

This text has color #5D1209 on white background.


Black color preview on #5D1209 background

This text has black color on #5D1209 background.


White color preview on #5D1209 background

This text has white color on #5D1209 background.


Related colors

Complementary color

Complementary color for #hex is #A2EDF6.


I love getcolorcode.com

Triadic colors

1 #095D12 and #12095D with #5D1209 are triadic colors.

2 #09125D and #125D09 with #5D1209 are triadic colors.