COLOR #515868

HEX: #515868
RGB: (81,88,104)

Color info

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

RGB color model

#515868 color RGB value is (81,88,104).

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

RGB channels and saturation

R 81 of 255 = 32%
G 88 of 255 = 35%
B 104 of 255 = 41%

81
88
104

R + G + B ~ 36%. #515868 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 88 + 104 = 273 (100%)
R 81 of 273 ~ 29.67%
G 88 of 273 ~ 32.23%
B 104 of 273 ~ 38.1%

%29.67
%32.23
%38.1

CMYK color model

#515868 color CMYK value is (22,15,0,59).

  • cyan value is 22.12%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(22,15,0,59)
C22M15Y0K59 
(22%,15%,0%,59%)
(0.22/0.15/0.00/0.59)	

CMYK percentages

%22.12
%15.38
%0
%59.22

Codes

Color #515868 in popluar color models

515868
RGB8188104
HSL222°12.43%36.27%
HSB/HSV222°22.12%40.78%
CMYK22.12%15.38%0.00%
59.22%

Color #515868 in popluar number systems.

HEX515868
Decimal8188104
Binary101000110110001101000
Octal121130150

Shades and tints

Shades of #515868

#515868
(81,88,104)
#4A505F
(74,80,95)
#434856
(67,72,86)
#3C404D
(60,64,77)
#353844
(53,56,68)
#2E303B
(46,48,59)
#272832
(39,40,50)
#202029
(32,32,41)
#191820
(25,24,32)
#121017
(18,16,23)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #515868

#515868
(81,88,104)
#606775
(96,103,117)
#6F7682
(111,118,130)
#7E858F
(126,133,143)
#8D949C
(141,148,156)
#9CA3A9
(156,163,169)
#ABB2B6
(171,178,182)
#BAC1C3
(186,193,195)
#C9D0D0
(201,208,208)
#D8DFDD
(216,223,221)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515868; }

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

This text font color is #515868.


Background Color

.myBgColor { background-color: #515868; }

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

This div background color is #515868.


Border color

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

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

This div border color is #515868.


Opacity

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

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

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

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

This text has shadow with #515868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515868 on black background.


Color preview on white background

This text has color #515868 on white background.



Black color preview on #515868 background

This text has black color on #515868 background.


White color preview on #515868 background

This text has white color on #515868 background.