COLOR #510724

HEX: #510724
RGB: (81,7,36)

Color info

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

RGB color model

#510724 color RGB value is (81,7,36).

  • red value is 81;
  • green value is 7;
  • blue value is 36.
RGB:
(81,7,36)
(32%,3%,14%)

RGB channels and saturation

R 81 of 255 = 32%
G 7 of 255 = 3%
B 36 of 255 = 14%

81
7
36

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

Portions of RGB colors in percentages

R + G + B =
81 + 7 + 36 = 124 (100%)
R 81 of 124 ~ 65.32%
G 7 of 124 ~ 5.65%
B 36 of 124 ~ 29.03%

%65.32
%29.03

CMYK color model

#510724 color CMYK value is (0,91,56,68).

  • cyan value is 0.00%
  • magenta value is 91.36%
  • yellow value is 55.56%
  • key color value is 68.24%
CMYK:
(0,91,56,68)
C0M91Y56K68 
(0%,91%,56%,68%)
(0.00/0.91/0.56/0.68)	

CMYK percentages

%0
%91.36
%55.56
%68.24

Codes

Color #510724 in popluar color models

510724
RGB81736
HSL336°84.09%17.25%
HSB/HSV336°91.36%31.76%
CMYK0.00%91.36%55.56%
68.24%

Color #510724 in popluar number systems.

HEX510724
Decimal81736
Binary1010001111100100
Octal121744

Shades and tints

Shades of #510724

#510724
(81,7,36)
#4A0721
(74,7,33)
#43071E
(67,7,30)
#3C071B
(60,7,27)
#350718
(53,7,24)
#2E0715
(46,7,21)
#270712
(39,7,18)
#20070F
(32,7,15)
#19070C
(25,7,12)
#120709
(18,7,9)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #510724

#510724
(81,7,36)
#601D37
(96,29,55)
#6F334A
(111,51,74)
#7E495D
(126,73,93)
#8D5F70
(141,95,112)
#9C7583
(156,117,131)
#AB8B96
(171,139,150)
#BAA1A9
(186,161,169)
#C9B7BC
(201,183,188)
#D8CDCF
(216,205,207)
#E7E3E2
(231,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510724 color. Also use rgb(81,7,36) instead hex code.

Text Font Color

.myTextColor { color: #510724; }

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

This text font color is #510724.


Background Color

.myBgColor { background-color: #510724; }

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

This div background color is #510724.


Border color

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

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

This div border color is #510724.


Opacity

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

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

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

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

This text has shadow with #510724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510724 on black background.


Color preview on white background

This text has color #510724 on white background.



Black color preview on #510724 background

This text has black color on #510724 background.


White color preview on #510724 background

This text has white color on #510724 background.