COLOR #515863

HEX: #515863
RGB: (81,88,99)

Color info

#515863 contains red, green and blue colors in about the same proportion. Web safe color of #515863 is #666666 (or #666).

RGB color model

#515863 color RGB value is (81,88,99).

  • red value is 81;
  • green value is 88;
  • blue value is 99.
RGB:
(81,88,99)
(32%,35%,39%)

RGB channels and saturation

R 81 of 255 = 32%
G 88 of 255 = 35%
B 99 of 255 = 39%

81
88
99

R + G + B ~ 35%. #515863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 88 + 99 = 268 (100%)
R 81 of 268 ~ 30.22%
G 88 of 268 ~ 32.84%
B 99 of 268 ~ 36.94%

%30.22
%32.84
%36.94

CMYK color model

#515863 color CMYK value is (18,11,0,61).

  • cyan value is 18.18%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(18,11,0,61)
C18M11Y0K61 
(18%,11%,0%,61%)
(0.18/0.11/0.00/0.61)	

CMYK percentages

%18.18
%11.11
%0
%61.18

Codes

Color #515863 in popluar color models

515863
RGB818899
HSL217°10.00%35.29%
HSB/HSV217°18.18%38.82%
CMYK18.18%11.11%0.00%
61.18%

Color #515863 in popluar number systems.

HEX515863
Decimal818899
Binary101000110110001100011
Octal121130143

Shades and tints

Shades of #515863

#515863
(81,88,99)
#4A505A
(74,80,90)
#434851
(67,72,81)
#3C4048
(60,64,72)
#35383F
(53,56,63)
#2E3036
(46,48,54)
#27282D
(39,40,45)
#202024
(32,32,36)
#19181B
(25,24,27)
#121012
(18,16,18)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #515863

#515863
(81,88,99)
#606771
(96,103,113)
#6F767F
(111,118,127)
#7E858D
(126,133,141)
#8D949B
(141,148,155)
#9CA3A9
(156,163,169)
#ABB2B7
(171,178,183)
#BAC1C5
(186,193,197)
#C9D0D3
(201,208,211)
#D8DFE1
(216,223,225)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515863 color. Also use rgb(81,88,99) instead hex code.

Text Font Color

.myTextColor { color: #515863; }

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

This text font color is #515863.


Background Color

.myBgColor { background-color: #515863; }

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

This div background color is #515863.


Border color

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

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

This div border color is #515863.


Opacity

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

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

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

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

This text has shadow with #515863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515863 on black background.


Color preview on white background

This text has color #515863 on white background.



Black color preview on #515863 background

This text has black color on #515863 background.


White color preview on #515863 background

This text has white color on #515863 background.