COLOR #510B0E

HEX: #510B0E
RGB: (81,11,14)

Color info

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

RGB color model

#510B0E color RGB value is (81,11,14).

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

RGB channels and saturation

R 81 of 255 = 32%
G 11 of 255 = 4%
B 14 of 255 = 5%

81
11
14

R + G + B ~ 14%. #510B0E is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 11 + 14 = 106 (100%)
R 81 of 106 ~ 76.42%
G 11 of 106 ~ 10.38%
B 14 of 106 ~ 13.21%

%76.42
%10.38
%13.21

CMYK color model

#510B0E color CMYK value is (0,86,83,68).

  • cyan value is 0.00%
  • magenta value is 86.42%
  • yellow value is 82.72%
  • key color value is 68.24%
CMYK:
(0,86,83,68)
C0M86Y83K68 
(0%,86%,83%,68%)
(0.00/0.86/0.83/0.68)	

CMYK percentages

%0
%86.42
%82.72
%68.24

Codes

Color #510B0E in popluar color models

510B0E
RGB811114
HSL357°76.09%18.04%
HSB/HSV357°86.42%31.76%
CMYK0.00%86.42%82.72%
68.24%

Color #510B0E in popluar number systems.

HEX510B0E
Decimal811114
Binary101000110111110
Octal1211316

Shades and tints

Shades of #510B0E

#510B0E
(81,11,14)
#4A0A0D
(74,10,13)
#43090C
(67,9,12)
#3C080B
(60,8,11)
#35070A
(53,7,10)
#2E0609
(46,6,9)
#270508
(39,5,8)
#200407
(32,4,7)
#190306
(25,3,6)
#120205
(18,2,5)
#0B0104
(11,1,4)
#000000
(0,0,0)

Tints of #510B0E

#510B0E
(81,11,14)
#602123
(96,33,35)
#6F3738
(111,55,56)
#7E4D4D
(126,77,77)
#8D6362
(141,99,98)
#9C7977
(156,121,119)
#AB8F8C
(171,143,140)
#BAA5A1
(186,165,161)
#C9BBB6
(201,187,182)
#D8D1CB
(216,209,203)
#E7E7E0
(231,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #510B0E; }

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

This text font color is #510B0E.


Background Color

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

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

This div background color is #510B0E.


Border color

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

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

This div border color is #510B0E.


Opacity

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

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

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

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

This text has shadow with #510B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510B0E on black background.


Color preview on white background

This text has color #510B0E on white background.



Black color preview on #510B0E background

This text has black color on #510B0E background.


White color preview on #510B0E background

This text has white color on #510B0E background.