COLOR #510625

HEX: #510625
RGB: (81,6,37)

Color info

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

RGB color model

#510625 color RGB value is (81,6,37).

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

RGB channels and saturation

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

81
6
37

R + G + B ~ 16%. #510625 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 6 + 37 = 124 (100%)
R 81 of 124 ~ 65.32%
G 6 of 124 ~ 4.84%
B 37 of 124 ~ 29.84%

%65.32
%29.84

CMYK color model

#510625 color CMYK value is (0,93,54,68).

  • cyan value is 0.00%
  • magenta value is 92.59%
  • yellow value is 54.32%
  • key color value is 68.24%
CMYK:
(0,93,54,68)
C0M93Y54K68 
(0%,93%,54%,68%)
(0.00/0.93/0.54/0.68)	

CMYK percentages

%0
%92.59
%54.32
%68.24

Codes

Color #510625 in popluar color models

510625
RGB81637
HSL335°86.21%17.06%
HSB/HSV335°92.59%31.76%
CMYK0.00%92.59%54.32%
68.24%

Color #510625 in popluar number systems.

HEX510625
Decimal81637
Binary1010001110100101
Octal121645

Shades and tints

Shades of #510625

#510625
(81,6,37)
#4A0622
(74,6,34)
#43061F
(67,6,31)
#3C061C
(60,6,28)
#350619
(53,6,25)
#2E0616
(46,6,22)
#270613
(39,6,19)
#200610
(32,6,16)
#19060D
(25,6,13)
#12060A
(18,6,10)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #510625

#510625
(81,6,37)
#601C38
(96,28,56)
#6F324B
(111,50,75)
#7E485E
(126,72,94)
#8D5E71
(141,94,113)
#9C7484
(156,116,132)
#AB8A97
(171,138,151)
#BAA0AA
(186,160,170)
#C9B6BD
(201,182,189)
#D8CCD0
(216,204,208)
#E7E2E3
(231,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510625 color. Also use rgb(81,6,37) instead hex code.

Text Font Color

.myTextColor { color: #510625; }

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

This text font color is #510625.


Background Color

.myBgColor { background-color: #510625; }

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

This div background color is #510625.


Border color

.myBorderColor { border: 1px solid #510625; }

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

This div border color is #510625.


Opacity

.myOpacity80 { color: #510625; opacity: 0.8; }

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

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

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

This text has shadow with #510625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510625 on black background.


Color preview on white background

This text has color #510625 on white background.



Black color preview on #510625 background

This text has black color on #510625 background.


White color preview on #510625 background

This text has white color on #510625 background.