COLOR #516063

HEX: #516063
RGB: (81,96,99)

Renk bilgisi

#516063 contains red, green and blue colors in about the same proportion. #516063 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#516063 color RGB value is (81,96,99).

  • kırmız ton 81;
  • yeşil ton 96;
  • mavi ton 99.
RGB:
(81,96,99)
(32%,38%,39%)

RGB bağlantıları ve doygunluk

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

81
96
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 96 + 99 = 276 (100%)
R 81 of 276 ~ 29.35%
G 96 of 276 ~ 34.78%
B 99 of 276 ~ 35.87%

%29.35
%34.78
%35.87

CMYK RENK MODELİ

#516063 rengi CMYK tonu (18,3,0,61).

  • camgöbeği tonu 18.18%
  • eflatun tonu 3.03%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(18,3,0,61)
C18M3Y0K61 
(18%,3%,0%,61%)
(0.18/0.03/0.00/0.61)	

CMYK yüzdeleri

%18.18
%3.03
%0
%61.18

Codes

Color #516063 in popluar color models

516063
RGB819699
HSL190°10.00%35.29%
HSB/HSV190°18.18%38.82%
CMYK18.18%3.03%0.00%
61.18%

Color #516063 in popluar number systems.

HEX516063
Decimal819699
Binary101000111000001100011
Octal121140143

Shades and tints

Shades of #516063

#516063
(81,96,99)
#4A585A
(74,88,90)
#435051
(67,80,81)
#3C4848
(60,72,72)
#35403F
(53,64,63)
#2E3836
(46,56,54)
#27302D
(39,48,45)
#202824
(32,40,36)
#19201B
(25,32,27)
#121812
(18,24,18)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #516063

#516063
(81,96,99)
#606E71
(96,110,113)
#6F7C7F
(111,124,127)
#7E8A8D
(126,138,141)
#8D989B
(141,152,155)
#9CA6A9
(156,166,169)
#ABB4B7
(171,180,183)
#BAC2C5
(186,194,197)
#C9D0D3
(201,208,211)
#D8DEE1
(216,222,225)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516063; }

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

This text font color is #516063.


Background Color

.myBgColor { background-color: #516063; }

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

This div background color is #516063.


Border color

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

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

This div border color is #516063.


Opacity

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

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

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

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

This text has shadow with #516063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516063 on black background.


Color preview on white background

This text has color #516063 on white background.



Black color preview on #516063 background

This text has black color on #516063 background.


White color preview on #516063 background

This text has white color on #516063 background.