COLOR #515963

HEX: #515963
RGB: (81,89,99)

Color info

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

RGB color model

#515963 color RGB value is (81,89,99).

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

RGB channels and saturation

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

81
89
99

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

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 99 = 269 (100%)
R 81 of 269 ~ 30.11%
G 89 of 269 ~ 33.09%
B 99 of 269 ~ 36.8%

%30.11
%33.09
%36.8

CMYK color model

#515963 color CMYK value is (18,10,0,61).

  • cyan value is 18.18%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(18,10,0,61)
C18M10Y0K61 
(18%,10%,0%,61%)
(0.18/0.10/0.00/0.61)	

CMYK percentages

%18.18
%10.1
%0
%61.18

Codes

Color #515963 in popluar color models

515963
RGB818999
HSL213°10.00%35.29%
HSB/HSV213°18.18%38.82%
CMYK18.18%10.10%0.00%
61.18%

Color #515963 in popluar number systems.

HEX515963
Decimal818999
Binary101000110110011100011
Octal121131143

Shades and tints

Shades of #515963

#515963
(81,89,99)
#4A515A
(74,81,90)
#434951
(67,73,81)
#3C4148
(60,65,72)
#35393F
(53,57,63)
#2E3136
(46,49,54)
#27292D
(39,41,45)
#202124
(32,33,36)
#19191B
(25,25,27)
#121112
(18,17,18)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #515963

#515963
(81,89,99)
#606871
(96,104,113)
#6F777F
(111,119,127)
#7E868D
(126,134,141)
#8D959B
(141,149,155)
#9CA4A9
(156,164,169)
#ABB3B7
(171,179,183)
#BAC2C5
(186,194,197)
#C9D1D3
(201,209,211)
#D8E0E1
(216,224,225)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515963; }

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

This text font color is #515963.


Background Color

.myBgColor { background-color: #515963; }

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

This div background color is #515963.


Border color

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

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

This div border color is #515963.


Opacity

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

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

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

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

This text has shadow with #515963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515963 on black background.


Color preview on white background

This text has color #515963 on white background.



Black color preview on #515963 background

This text has black color on #515963 background.


White color preview on #515963 background

This text has white color on #515963 background.