COLOR #510008

HEX: #510008
RGB: (81,0,8)

Color info

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

RGB color model

#510008 color RGB value is (81,0,8).

  • red value is 81;
  • green value is 0;
  • blue value is 8.
RGB:
(81,0,8)
(32%,0%,3%)

RGB channels and saturation

R 81 of 255 = 32%
G 0 of 255 = 0%
B 8 of 255 = 3%

81
0
8

R + G + B ~ 12%. #510008 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 0 + 8 = 89 (100%)
R 81 of 89 ~ 91.01%
G 0 of 89 ~ 0%
B 8 of 89 ~ 8.99%

%91.01

CMYK color model

#510008 color CMYK value is (0,100,90,68).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 90.12%
  • key color value is 68.24%
CMYK:
(0,100,90,68)
C0M100Y90K68 
(0%,100%,90%,68%)
(0.00/1.00/0.90/0.68)	

CMYK percentages

%0
%100
%90.12
%68.24

Codes

Color #510008 in popluar color models

510008
RGB8108
HSL354°100.00%15.88%
HSB/HSV354°100.00%31.76%
CMYK0.00%100.00%90.12%
68.24%

Color #510008 in popluar number systems.

HEX510008
Decimal8108
Binary101000101000
Octal121010

Shades and tints

Shades of #510008

#510008
(81,0,8)
#4A0008
(74,0,8)
#430008
(67,0,8)
#3C0008
(60,0,8)
#350008
(53,0,8)
#2E0008
(46,0,8)
#270008
(39,0,8)
#200008
(32,0,8)
#190008
(25,0,8)
#120008
(18,0,8)
#0B0008
(11,0,8)
#000000
(0,0,0)

Tints of #510008

#510008
(81,0,8)
#60171E
(96,23,30)
#6F2E34
(111,46,52)
#7E454A
(126,69,74)
#8D5C60
(141,92,96)
#9C7376
(156,115,118)
#AB8A8C
(171,138,140)
#BAA1A2
(186,161,162)
#C9B8B8
(201,184,184)
#D8CFCE
(216,207,206)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510008 color. Also use rgb(81,0,8) instead hex code.

Text Font Color

.myTextColor { color: #510008; }

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

This text font color is #510008.


Background Color

.myBgColor { background-color: #510008; }

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

This div background color is #510008.


Border color

.myBorderColor { border: 1px solid #510008; }

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

This div border color is #510008.


Opacity

.myOpacity80 { color: #510008; opacity: 0.8; }

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

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

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

This text has shadow with #510008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510008 on black background.


Color preview on white background

This text has color #510008 on white background.



Black color preview on #510008 background

This text has black color on #510008 background.


White color preview on #510008 background

This text has white color on #510008 background.