COLOR #51040B

HEX: #51040B
RGB: (81,4,11)

Color info

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

RGB color model

#51040B color RGB value is (81,4,11).

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

RGB channels and saturation

R 81 of 255 = 32%
G 4 of 255 = 2%
B 11 of 255 = 4%

81
4
11

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

Portions of RGB colors in percentages

R + G + B =
81 + 4 + 11 = 96 (100%)
R 81 of 96 ~ 84.38%
G 4 of 96 ~ 4.17%
B 11 of 96 ~ 11.46%

%84.38
%11.46

CMYK color model

#51040B color CMYK value is (0,95,86,68).

  • cyan value is 0.00%
  • magenta value is 95.06%
  • yellow value is 86.42%
  • key color value is 68.24%
CMYK:
(0,95,86,68)
C0M95Y86K68 
(0%,95%,86%,68%)
(0.00/0.95/0.86/0.68)	

CMYK percentages

%0
%95.06
%86.42
%68.24

Codes

Color #51040B in popluar color models

51040B
RGB81411
HSL355°90.59%16.67%
HSB/HSV355°95.06%31.76%
CMYK0.00%95.06%86.42%
68.24%

Color #51040B in popluar number systems.

HEX51040B
Decimal81411
Binary10100011001011
Octal121413

Shades and tints

Shades of #51040B

#51040B
(81,4,11)
#4A040A
(74,4,10)
#430409
(67,4,9)
#3C0408
(60,4,8)
#350407
(53,4,7)
#2E0406
(46,4,6)
#270405
(39,4,5)
#200404
(32,4,4)
#190403
(25,4,3)
#120402
(18,4,2)
#0B0401
(11,4,1)
#000000
(0,0,0)

Tints of #51040B

#51040B
(81,4,11)
#601A21
(96,26,33)
#6F3037
(111,48,55)
#7E464D
(126,70,77)
#8D5C63
(141,92,99)
#9C7279
(156,114,121)
#AB888F
(171,136,143)
#BA9EA5
(186,158,165)
#C9B4BB
(201,180,187)
#D8CAD1
(216,202,209)
#E7E0E7
(231,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51040B; }

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

This text font color is #51040B.


Background Color

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

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

This div background color is #51040B.


Border color

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

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

This div border color is #51040B.


Opacity

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

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

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

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

This text has shadow with #51040B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51040B on black background.


Color preview on white background

This text has color #51040B on white background.



Black color preview on #51040B background

This text has black color on #51040B background.


White color preview on #51040B background

This text has white color on #51040B background.