COLOR #510F5F

HEX: #510F5F
RGB: (81,15,95)

Color info

#510F5F contains mainly red and blue colors. Web safe color of #510F5F is #660066 (or #606).

RGB color model

#510F5F color RGB value is (81,15,95).

  • red value is 81;
  • green value is 15;
  • blue value is 95.
RGB:
(81,15,95)
(32%,6%,37%)

RGB channels and saturation

R 81 of 255 = 32%
G 15 of 255 = 6%
B 95 of 255 = 37%

81
15
95

R + G + B ~ 25%. #510F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 15 + 95 = 191 (100%)
R 81 of 191 ~ 42.41%
G 15 of 191 ~ 7.85%
B 95 of 191 ~ 49.74%

%42.41
%49.74

CMYK color model

#510F5F color CMYK value is (15,84,0,63).

  • cyan value is 14.74%
  • magenta value is 84.21%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(15,84,0,63)
C15M84Y0K63 
(15%,84%,0%,63%)
(0.15/0.84/0.00/0.63)	

CMYK percentages

%14.74
%84.21
%0
%62.75

Codes

Color #510F5F in popluar color models

510F5F
RGB811595
HSL290°72.73%21.57%
HSB/HSV290°84.21%37.25%
CMYK14.74%84.21%0.00%
62.75%

Color #510F5F in popluar number systems.

HEX510F5F
Decimal811595
Binary101000111111011111
Octal12117137

Shades and tints

Shades of #510F5F

#510F5F
(81,15,95)
#4A0E57
(74,14,87)
#430D4F
(67,13,79)
#3C0C47
(60,12,71)
#350B3F
(53,11,63)
#2E0A37
(46,10,55)
#27092F
(39,9,47)
#200827
(32,8,39)
#19071F
(25,7,31)
#120617
(18,6,23)
#0B050F
(11,5,15)
#000000
(0,0,0)

Tints of #510F5F

#510F5F
(81,15,95)
#60246D
(96,36,109)
#6F397B
(111,57,123)
#7E4E89
(126,78,137)
#8D6397
(141,99,151)
#9C78A5
(156,120,165)
#AB8DB3
(171,141,179)
#BAA2C1
(186,162,193)
#C9B7CF
(201,183,207)
#D8CCDD
(216,204,221)
#E7E1EB
(231,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510F5F color. Also use rgb(81,15,95) instead hex code.

Text Font Color

.myTextColor { color: #510F5F; }

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

This text font color is #510F5F.


Background Color

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

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

This div background color is #510F5F.


Border color

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

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

This div border color is #510F5F.


Opacity

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

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

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

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

This text has shadow with #510F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510F5F on black background.


Color preview on white background

This text has color #510F5F on white background.



Black color preview on #510F5F background

This text has black color on #510F5F background.


White color preview on #510F5F background

This text has white color on #510F5F background.