COLOR #510817

HEX: #510817
RGB: (81,8,23)

Color info

#510817 contains mainly red and blue colors. Web safe color of #510817 is #660000 (or #600).

RGB color model

#510817 color RGB value is (81,8,23).

  • red value is 81;
  • green value is 8;
  • blue value is 23.
RGB:
(81,8,23)
(32%,3%,9%)

RGB channels and saturation

R 81 of 255 = 32%
G 8 of 255 = 3%
B 23 of 255 = 9%

81
8
23

R + G + B ~ 15%. #510817 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 8 + 23 = 112 (100%)
R 81 of 112 ~ 72.32%
G 8 of 112 ~ 7.14%
B 23 of 112 ~ 20.54%

%72.32
%20.54

CMYK color model

#510817 color CMYK value is (0,90,72,68).

  • cyan value is 0.00%
  • magenta value is 90.12%
  • yellow value is 71.60%
  • key color value is 68.24%
CMYK:
(0,90,72,68)
C0M90Y72K68 
(0%,90%,72%,68%)
(0.00/0.90/0.72/0.68)	

CMYK percentages

%0
%90.12
%71.6
%68.24

Codes

Color #510817 in popluar color models

510817
RGB81823
HSL348°82.02%17.45%
HSB/HSV348°90.12%31.76%
CMYK0.00%90.12%71.60%
68.24%

Color #510817 in popluar number systems.

HEX510817
Decimal81823
Binary1010001100010111
Octal1211027

Shades and tints

Shades of #510817

#510817
(81,8,23)
#4A0815
(74,8,21)
#430813
(67,8,19)
#3C0811
(60,8,17)
#35080F
(53,8,15)
#2E080D
(46,8,13)
#27080B
(39,8,11)
#200809
(32,8,9)
#190807
(25,8,7)
#120805
(18,8,5)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #510817

#510817
(81,8,23)
#601E2C
(96,30,44)
#6F3441
(111,52,65)
#7E4A56
(126,74,86)
#8D606B
(141,96,107)
#9C7680
(156,118,128)
#AB8C95
(171,140,149)
#BAA2AA
(186,162,170)
#C9B8BF
(201,184,191)
#D8CED4
(216,206,212)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510817 color. Also use rgb(81,8,23) instead hex code.

Text Font Color

.myTextColor { color: #510817; }

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

This text font color is #510817.


Background Color

.myBgColor { background-color: #510817; }

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

This div background color is #510817.


Border color

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

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

This div border color is #510817.


Opacity

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

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

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

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

This text has shadow with #510817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510817 on black background.


Color preview on white background

This text has color #510817 on white background.



Black color preview on #510817 background

This text has black color on #510817 background.


White color preview on #510817 background

This text has white color on #510817 background.