COLOR #516261

HEX: #516261
RGB: (81,98,97)

Renk bilgisi

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

RGB renk modeli

#516261 color RGB value is (81,98,97).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 98 of 255 = 38%
B 97 of 255 = 38%

81
98
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 98 + 97 = 276 (100%)
R 81 of 276 ~ 29.35%
G 98 of 276 ~ 35.51%
B 97 of 276 ~ 35.14%

%29.35
%35.51
%35.14

CMYK RENK MODELİ

#516261 rengi CMYK tonu (17,0,1,62).

  • camgöbeği tonu 17.35%
  • eflatun tonu 0.00%
  • sarı tonu 1.02%
  • ana renk tonu 61.57%
CMYK:
(17,0,1,62)
C17M0Y1K62 
(17%,0%,1%,62%)
(0.17/0.00/0.01/0.62)	

CMYK yüzdeleri

%17.35
%0
%1.02
%61.57

Codes

Color #516261 in popluar color models

516261
RGB819897
HSL176°9.50%35.10%
HSB/HSV176°17.35%38.43%
CMYK17.35%0.00%1.02%
61.57%

Color #516261 in popluar number systems.

HEX516261
Decimal819897
Binary101000111000101100001
Octal121142141

Shades and tints

Shades of #516261

#516261
(81,98,97)
#4A5A59
(74,90,89)
#435251
(67,82,81)
#3C4A49
(60,74,73)
#354241
(53,66,65)
#2E3A39
(46,58,57)
#273231
(39,50,49)
#202A29
(32,42,41)
#192221
(25,34,33)
#121A19
(18,26,25)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #516261

#516261
(81,98,97)
#60706F
(96,112,111)
#6F7E7D
(111,126,125)
#7E8C8B
(126,140,139)
#8D9A99
(141,154,153)
#9CA8A7
(156,168,167)
#ABB6B5
(171,182,181)
#BAC4C3
(186,196,195)
#C9D2D1
(201,210,209)
#D8E0DF
(216,224,223)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516261; }

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

This text font color is #516261.


Background Color

.myBgColor { background-color: #516261; }

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

This div background color is #516261.


Border color

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

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

This div border color is #516261.


Opacity

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

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

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

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

This text has shadow with #516261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516261 on black background.


Color preview on white background

This text has color #516261 on white background.



Black color preview on #516261 background

This text has black color on #516261 background.


White color preview on #516261 background

This text has white color on #516261 background.