COLOR #516363

HEX: #516363
RGB: (81,99,99)

Color info

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

RGB color model

#516363 color RGB value is (81,99,99).

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

RGB channels and saturation

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

81
99
99

R + G + B ~ 37%. #516363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 99 + 99 = 279 (100%)
R 81 of 279 ~ 29.03%
G 99 of 279 ~ 35.48%
B 99 of 279 ~ 35.48%

%29.03
%35.48
%35.48

CMYK color model

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

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

CMYK percentages

%18.18
%0
%0
%61.18

Codes

Color #516363 in popluar color models

516363
RGB819999
HSL180°10.00%35.29%
HSB/HSV180°18.18%38.82%
CMYK18.18%0.00%0.00%
61.18%

Color #516363 in popluar number systems.

HEX516363
Decimal819999
Binary101000111000111100011
Octal121143143

Shades and tints

Shades of #516363

#516363
(81,99,99)
#4A5A5A
(74,90,90)
#435151
(67,81,81)
#3C4848
(60,72,72)
#353F3F
(53,63,63)
#2E3636
(46,54,54)
#272D2D
(39,45,45)
#202424
(32,36,36)
#191B1B
(25,27,27)
#121212
(18,18,18)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #516363

#516363
(81,99,99)
#607171
(96,113,113)
#6F7F7F
(111,127,127)
#7E8D8D
(126,141,141)
#8D9B9B
(141,155,155)
#9CA9A9
(156,169,169)
#ABB7B7
(171,183,183)
#BAC5C5
(186,197,197)
#C9D3D3
(201,211,211)
#D8E1E1
(216,225,225)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516363; }

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

This text font color is #516363.


Background Color

.myBgColor { background-color: #516363; }

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

This div background color is #516363.


Border color

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

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

This div border color is #516363.


Opacity

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

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

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

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

This text has shadow with #516363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516363 on black background.


Color preview on white background

This text has color #516363 on white background.



Black color preview on #516363 background

This text has black color on #516363 background.


White color preview on #516363 background

This text has white color on #516363 background.