COLOR #510D37

HEX: #510D37
RGB: (81,13,55)

Color info

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

RGB color model

#510D37 color RGB value is (81,13,55).

  • red value is 81;
  • green value is 13;
  • blue value is 55.
RGB:
(81,13,55)
(32%,5%,22%)

RGB channels and saturation

R 81 of 255 = 32%
G 13 of 255 = 5%
B 55 of 255 = 22%

81
13
55

R + G + B ~ 20%. #510D37 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 13 + 55 = 149 (100%)
R 81 of 149 ~ 54.36%
G 13 of 149 ~ 8.72%
B 55 of 149 ~ 36.91%

%54.36
%36.91

CMYK color model

#510D37 color CMYK value is (0,84,32,68).

  • cyan value is 0.00%
  • magenta value is 83.95%
  • yellow value is 32.10%
  • key color value is 68.24%
CMYK:
(0,84,32,68)
C0M84Y32K68 
(0%,84%,32%,68%)
(0.00/0.84/0.32/0.68)	

CMYK percentages

%0
%83.95
%32.1
%68.24

Codes

Color #510D37 in popluar color models

510D37
RGB811355
HSL323°72.34%18.43%
HSB/HSV323°83.95%31.76%
CMYK0.00%83.95%32.10%
68.24%

Color #510D37 in popluar number systems.

HEX510D37
Decimal811355
Binary10100011101110111
Octal1211567

Shades and tints

Shades of #510D37

#510D37
(81,13,55)
#4A0C32
(74,12,50)
#430B2D
(67,11,45)
#3C0A28
(60,10,40)
#350923
(53,9,35)
#2E081E
(46,8,30)
#270719
(39,7,25)
#200614
(32,6,20)
#19050F
(25,5,15)
#12040A
(18,4,10)
#0B0305
(11,3,5)
#000000
(0,0,0)

Tints of #510D37

#510D37
(81,13,55)
#602349
(96,35,73)
#6F395B
(111,57,91)
#7E4F6D
(126,79,109)
#8D657F
(141,101,127)
#9C7B91
(156,123,145)
#AB91A3
(171,145,163)
#BAA7B5
(186,167,181)
#C9BDC7
(201,189,199)
#D8D3D9
(216,211,217)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510D37 color. Also use rgb(81,13,55) instead hex code.

Text Font Color

.myTextColor { color: #510D37; }

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

This text font color is #510D37.


Background Color

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

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

This div background color is #510D37.


Border color

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

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

This div border color is #510D37.


Opacity

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

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

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

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

This text has shadow with #510D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510D37 on black background.


Color preview on white background

This text has color #510D37 on white background.



Black color preview on #510D37 background

This text has black color on #510D37 background.


White color preview on #510D37 background

This text has white color on #510D37 background.