COLOR #510B4B

HEX: #510B4B
RGB: (81,11,75)

Color info

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

RGB color model

#510B4B color RGB value is (81,11,75).

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

RGB channels and saturation

R 81 of 255 = 32%
G 11 of 255 = 4%
B 75 of 255 = 29%

81
11
75

R + G + B ~ 22%. #510B4B is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 11 + 75 = 167 (100%)
R 81 of 167 ~ 48.5%
G 11 of 167 ~ 6.59%
B 75 of 167 ~ 44.91%

%48.5
%44.91

CMYK color model

#510B4B color CMYK value is (0,86,7,68).

  • cyan value is 0.00%
  • magenta value is 86.42%
  • yellow value is 7.41%
  • key color value is 68.24%
CMYK:
(0,86,7,68)
C0M86Y7K68 
(0%,86%,7%,68%)
(0.00/0.86/0.07/0.68)	

CMYK percentages

%0
%86.42
%7.41
%68.24

Codes

Color #510B4B in popluar color models

510B4B
RGB811175
HSL305°76.09%18.04%
HSB/HSV305°86.42%31.76%
CMYK0.00%86.42%7.41%
68.24%

Color #510B4B in popluar number systems.

HEX510B4B
Decimal811175
Binary101000110111001011
Octal12113113

Shades and tints

Shades of #510B4B

#510B4B
(81,11,75)
#4A0A45
(74,10,69)
#43093F
(67,9,63)
#3C0839
(60,8,57)
#350733
(53,7,51)
#2E062D
(46,6,45)
#270527
(39,5,39)
#200421
(32,4,33)
#19031B
(25,3,27)
#120215
(18,2,21)
#0B010F
(11,1,15)
#000000
(0,0,0)

Tints of #510B4B

#510B4B
(81,11,75)
#60215B
(96,33,91)
#6F376B
(111,55,107)
#7E4D7B
(126,77,123)
#8D638B
(141,99,139)
#9C799B
(156,121,155)
#AB8FAB
(171,143,171)
#BAA5BB
(186,165,187)
#C9BBCB
(201,187,203)
#D8D1DB
(216,209,219)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #510B4B; }

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

This text font color is #510B4B.


Background Color

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

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

This div background color is #510B4B.


Border color

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

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

This div border color is #510B4B.


Opacity

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

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

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

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

This text has shadow with #510B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510B4B on black background.


Color preview on white background

This text has color #510B4B on white background.



Black color preview on #510B4B background

This text has black color on #510B4B background.


White color preview on #510B4B background

This text has white color on #510B4B background.