COLOR #510B26

HEX: #510B26
RGB: (81,11,38)

Color info

#510B26 contains mainly red and blue colors. Web safe color of #510B26 is #660033 (or #603).

RGB color model

#510B26 color RGB value is (81,11,38).

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

RGB channels and saturation

R 81 of 255 = 32%
G 11 of 255 = 4%
B 38 of 255 = 15%

81
11
38

R + G + B ~ 17%. #510B26 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 11 + 38 = 130 (100%)
R 81 of 130 ~ 62.31%
G 11 of 130 ~ 8.46%
B 38 of 130 ~ 29.23%

%62.31
%29.23

CMYK color model

#510B26 color CMYK value is (0,86,53,68).

  • cyan value is 0.00%
  • magenta value is 86.42%
  • yellow value is 53.09%
  • key color value is 68.24%
CMYK: (0,86,53,68) C0M86Y53K68 (0%,86%,53%,68%) (0.00/0.86/0.53/0.68)

CMYK percentages

%0
%86.42
%53.09
%68.24

Codes

Color #510B26 in popluar color models

510B26
RGB811138
HSL337°76.09%18.04%
HSB/HSV337°86.42%31.76%
CMYK0.00%86.42%53.09%
68.24%

Color #510B26 in popluar number systems.

HEX510B26
Decimal811138
Binary10100011011100110
Octal1211346

Shades and tints

Shades of #510B26

#510B26
(81,11,38)
#4A0A23
(74,10,35)
#430920
(67,9,32)
#3C081D
(60,8,29)
#35071A
(53,7,26)
#2E0617
(46,6,23)
#270514
(39,5,20)
#200411
(32,4,17)
#19030E
(25,3,14)
#12020B
(18,2,11)
#0B0108
(11,1,8)
#000000
(0,0,0)

Tints of #510B26

#510B26
(81,11,38)
#602139
(96,33,57)
#6F374C
(111,55,76)
#7E4D5F
(126,77,95)
#8D6372
(141,99,114)
#9C7985
(156,121,133)
#AB8F98
(171,143,152)
#BAA5AB
(186,165,171)
#C9BBBE
(201,187,190)
#D8D1D1
(216,209,209)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #510B26; }

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

This text font color is #510B26.


Background Color

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

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

This div background color is #510B26.


Border color

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

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

This div border color is #510B26.


Opacity

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

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

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

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

This text has shadow with #510B26 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #510B26 on black background.


Color preview on white background

This text has color #510B26 on white background.



Black color preview on #510B26 background

This text has black color on #510B26 background.


White color preview on #510B26 background

This text has white color on #510B26 background.