COLOR #516C63

HEX: #516C63
RGB: (81,108,99)

Renk bilgisi

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

RGB renk modeli

#516C63 color RGB value is (81,108,99).

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

RGB bağlantıları ve doygunluk

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

81
108
99

R + G + B ~ 38%. #516C63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 108 + 99 = 288 (100%)
R 81 of 288 ~ 28.13%
G 108 of 288 ~ 37.5%
B 99 of 288 ~ 34.38%

%28.13
%37.5
%34.38

CMYK RENK MODELİ

#516C63 rengi CMYK tonu (25,0,8,58).

  • camgöbeği tonu 25.00%
  • eflatun tonu 0.00%
  • sarı tonu 8.33%
  • ana renk tonu 57.65%
CMYK:
(25,0,8,58)
C25M0Y8K58 
(25%,0%,8%,58%)
(0.25/0.00/0.08/0.58)	

CMYK yüzdeleri

%25
%0
%8.33
%57.65

Codes

Color #516C63 in popluar color models

516C63
RGB8110899
HSL160°14.29%37.06%
HSB/HSV160°25.00%42.35%
CMYK25.00%0.00%8.33%
57.65%

Color #516C63 in popluar number systems.

HEX516C63
Decimal8110899
Binary101000111011001100011
Octal121154143

Shades and tints

Shades of #516C63

#516C63
(81,108,99)
#4A635A
(74,99,90)
#435A51
(67,90,81)
#3C5148
(60,81,72)
#35483F
(53,72,63)
#2E3F36
(46,63,54)
#27362D
(39,54,45)
#202D24
(32,45,36)
#19241B
(25,36,27)
#121B12
(18,27,18)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #516C63

#516C63
(81,108,99)
#607971
(96,121,113)
#6F867F
(111,134,127)
#7E938D
(126,147,141)
#8DA09B
(141,160,155)
#9CADA9
(156,173,169)
#ABBAB7
(171,186,183)
#BAC7C5
(186,199,197)
#C9D4D3
(201,212,211)
#D8E1E1
(216,225,225)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516C63; }

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

This text font color is #516C63.


Background Color

.myBgColor { background-color: #516C63; }

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

This div background color is #516C63.


Border color

.myBorderColor { border: 1px solid #516C63; }

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

This div border color is #516C63.


Opacity

.myOpacity80 { color: #516C63; opacity: 0.8; }

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

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

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

This text has shadow with #516C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516C63 on black background.


Color preview on white background

This text has color #516C63 on white background.



Black color preview on #516C63 background

This text has black color on #516C63 background.


White color preview on #516C63 background

This text has white color on #516C63 background.