COLOR #510F27

HEX: #510F27
RGB: (81,15,39)

Color info

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

RGB color model

#510F27 color RGB value is (81,15,39).

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

RGB channels and saturation

R 81 of 255 = 32%
G 15 of 255 = 6%
B 39 of 255 = 15%

81
15
39

R + G + B ~ 18%. #510F27 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 15 + 39 = 135 (100%)
R 81 of 135 ~ 60%
G 15 of 135 ~ 11.11%
B 39 of 135 ~ 28.89%

%60
%11.11
%28.89

CMYK color model

#510F27 color CMYK value is (0,81,52,68).

  • cyan value is 0.00%
  • magenta value is 81.48%
  • yellow value is 51.85%
  • key color value is 68.24%
CMYK:
(0,81,52,68)
C0M81Y52K68 
(0%,81%,52%,68%)
(0.00/0.81/0.52/0.68)	

CMYK percentages

%0
%81.48
%51.85
%68.24

Codes

Color #510F27 in popluar color models

510F27
RGB811539
HSL338°68.75%18.82%
HSB/HSV338°81.48%31.76%
CMYK0.00%81.48%51.85%
68.24%

Color #510F27 in popluar number systems.

HEX510F27
Decimal811539
Binary10100011111100111
Octal1211747

Shades and tints

Shades of #510F27

#510F27
(81,15,39)
#4A0E24
(74,14,36)
#430D21
(67,13,33)
#3C0C1E
(60,12,30)
#350B1B
(53,11,27)
#2E0A18
(46,10,24)
#270915
(39,9,21)
#200812
(32,8,18)
#19070F
(25,7,15)
#12060C
(18,6,12)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #510F27

#510F27
(81,15,39)
#60243A
(96,36,58)
#6F394D
(111,57,77)
#7E4E60
(126,78,96)
#8D6373
(141,99,115)
#9C7886
(156,120,134)
#AB8D99
(171,141,153)
#BAA2AC
(186,162,172)
#C9B7BF
(201,183,191)
#D8CCD2
(216,204,210)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #510F27; }

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

This text font color is #510F27.


Background Color

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

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

This div background color is #510F27.


Border color

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

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

This div border color is #510F27.


Opacity

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

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

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

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

This text has shadow with #510F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510F27 on black background.


Color preview on white background

This text has color #510F27 on white background.



Black color preview on #510F27 background

This text has black color on #510F27 background.


White color preview on #510F27 background

This text has white color on #510F27 background.