COLOR #510B04

HEX: #510B04
RGB: (81,11,4)

Color info

#510B04 contains mainly red color. Web safe color of #510B04 is #660000 (or #600).

RGB color model

#510B04 color RGB value is (81,11,4).

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

RGB channels and saturation

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

81
11
4

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

Portions of RGB colors in percentages

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

%84.38
%11.46

CMYK color model

#510B04 color CMYK value is (0,86,95,68).

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

CMYK percentages

%0
%86.42
%95.06
%68.24

Codes

Color #510B04 in popluar color models

510B04
RGB81114
HSL90.59%16.67%
HSB/HSV95.06%31.76%
CMYK0.00%86.42%95.06%
68.24%

Color #510B04 in popluar number systems.

HEX510B04
Decimal81114
Binary10100011011100
Octal121134

Shades and tints

Shades of #510B04

#510B04
(81,11,4)
#4A0A04
(74,10,4)
#430904
(67,9,4)
#3C0804
(60,8,4)
#350704
(53,7,4)
#2E0604
(46,6,4)
#270504
(39,5,4)
#200404
(32,4,4)
#190304
(25,3,4)
#120204
(18,2,4)
#0B0104
(11,1,4)
#000000
(0,0,0)

Tints of #510B04

#510B04
(81,11,4)
#60211A
(96,33,26)
#6F3730
(111,55,48)
#7E4D46
(126,77,70)
#8D635C
(141,99,92)
#9C7972
(156,121,114)
#AB8F88
(171,143,136)
#BAA59E
(186,165,158)
#C9BBB4
(201,187,180)
#D8D1CA
(216,209,202)
#E7E7E0
(231,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #510B04; }

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

This text font color is #510B04.


Background Color

.myBgColor { background-color: #510B04; }

<div style="background-color:#510B04">Inner text</div>

This div background color is #510B04.


Border color

.myBorderColor { border: 1px solid #510B04; }

<div style="border:3px solid #510B04">Div</div>

This div border color is #510B04.


Opacity

.myOpacity80 { color: #510B04; opacity: 0.8; }

<p style="color:#510B04;opacity:0.8;">80%</p>

Text with #510B04 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 #510B04;}

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

This text has shadow with #510B04 color.

.textShadow {text-shadow: 3px 3px 1px #510B04, 3px 3px 1px red;}

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

This text has shadow with #510B04 primary color and red secondary color.


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

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

This text has shadow with #510B04 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510B04 on black background.


Color preview on white background

This text has color #510B04 on white background.



Black color preview on #510B04 background

This text has black color on #510B04 background.


White color preview on #510B04 background

This text has white color on #510B04 background.