COLOR #51040D

HEX: #51040D
RGB: (81,4,13)

Color info

#51040D contains mainly red color. Web safe color of #51040D is #660000 (or #600).

RGB color model

#51040D color RGB value is (81,4,13).

  • red value is 81;
  • green value is 4;
  • blue value is 13.
RGB:
(81,4,13)
(32%,2%,5%)

RGB channels and saturation

R 81 of 255 = 32%
G 4 of 255 = 2%
B 13 of 255 = 5%

81
4
13

R + G + B ~ 13%. #51040D is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 4 + 13 = 98 (100%)
R 81 of 98 ~ 82.65%
G 4 of 98 ~ 4.08%
B 13 of 98 ~ 13.27%

%82.65
%13.27

CMYK color model

#51040D color CMYK value is (0,95,84,68).

  • cyan value is 0.00%
  • magenta value is 95.06%
  • yellow value is 83.95%
  • key color value is 68.24%
CMYK:
(0,95,84,68)
C0M95Y84K68 
(0%,95%,84%,68%)
(0.00/0.95/0.84/0.68)	

CMYK percentages

%0
%95.06
%83.95
%68.24

Codes

Color #51040D in popluar color models

51040D
RGB81413
HSL353°90.59%16.67%
HSB/HSV353°95.06%31.76%
CMYK0.00%95.06%83.95%
68.24%

Color #51040D in popluar number systems.

HEX51040D
Decimal81413
Binary10100011001101
Octal121415

Shades and tints

Shades of #51040D

#51040D
(81,4,13)
#4A040C
(74,4,12)
#43040B
(67,4,11)
#3C040A
(60,4,10)
#350409
(53,4,9)
#2E0408
(46,4,8)
#270407
(39,4,7)
#200406
(32,4,6)
#190405
(25,4,5)
#120404
(18,4,4)
#0B0403
(11,4,3)
#000000
(0,0,0)

Tints of #51040D

#51040D
(81,4,13)
#601A23
(96,26,35)
#6F3039
(111,48,57)
#7E464F
(126,70,79)
#8D5C65
(141,92,101)
#9C727B
(156,114,123)
#AB8891
(171,136,145)
#BA9EA7
(186,158,167)
#C9B4BD
(201,180,189)
#D8CAD3
(216,202,211)
#E7E0E9
(231,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51040D color. Also use rgb(81,4,13) instead hex code.

Text Font Color

.myTextColor { color: #51040D; }

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

This text font color is #51040D.


Background Color

.myBgColor { background-color: #51040D; }

<div style="background-color:#51040D">Inner text</div>

This div background color is #51040D.


Border color

.myBorderColor { border: 1px solid #51040D; }

<div style="border:3px solid #51040D">Div</div>

This div border color is #51040D.


Opacity

.myOpacity80 { color: #51040D; opacity: 0.8; }

<p style="color:#51040D;opacity:0.8;">80%</p>

Text with #51040D 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 #51040D;}

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

This text has shadow with #51040D color.

.textShadow {text-shadow: 3px 3px 1px #51040D, 3px 3px 1px red;}

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

This text has shadow with #51040D primary color and red secondary color.


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

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

This text has shadow with #51040D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51040D on black background.


Color preview on white background

This text has color #51040D on white background.



Black color preview on #51040D background

This text has black color on #51040D background.


White color preview on #51040D background

This text has white color on #51040D background.