COLOR #516265

HEX: #516265
RGB: (81,98,101)

Color info

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

RGB color model

#516265 color RGB value is (81,98,101).

  • red value is 81;
  • green value is 98;
  • blue value is 101.
RGB:
(81,98,101)
(32%,38%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 98 of 255 = 38%
B 101 of 255 = 40%

81
98
101

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

Portions of RGB colors in percentages

R + G + B =
81 + 98 + 101 = 280 (100%)
R 81 of 280 ~ 28.93%
G 98 of 280 ~ 35%
B 101 of 280 ~ 36.07%

%28.93
%35
%36.07

CMYK color model

#516265 color CMYK value is (20,3,0,60).

  • cyan value is 19.80%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(20,3,0,60)
C20M3Y0K60 
(20%,3%,0%,60%)
(0.20/0.03/0.00/0.60)	

CMYK percentages

%19.8
%2.97
%0
%60.39

Codes

Color #516265 in popluar color models

516265
RGB8198101
HSL189°10.99%35.69%
HSB/HSV189°19.80%39.61%
CMYK19.80%2.97%0.00%
60.39%

Color #516265 in popluar number systems.

HEX516265
Decimal8198101
Binary101000111000101100101
Octal121142145

Shades and tints

Shades of #516265

#516265
(81,98,101)
#4A5A5C
(74,90,92)
#435253
(67,82,83)
#3C4A4A
(60,74,74)
#354241
(53,66,65)
#2E3A38
(46,58,56)
#27322F
(39,50,47)
#202A26
(32,42,38)
#19221D
(25,34,29)
#121A14
(18,26,20)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #516265

#516265
(81,98,101)
#607073
(96,112,115)
#6F7E81
(111,126,129)
#7E8C8F
(126,140,143)
#8D9A9D
(141,154,157)
#9CA8AB
(156,168,171)
#ABB6B9
(171,182,185)
#BAC4C7
(186,196,199)
#C9D2D5
(201,210,213)
#D8E0E3
(216,224,227)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516265; }

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

This text font color is #516265.


Background Color

.myBgColor { background-color: #516265; }

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

This div background color is #516265.


Border color

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

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

This div border color is #516265.


Opacity

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

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

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

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

This text has shadow with #516265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516265 on black background.


Color preview on white background

This text has color #516265 on white background.



Black color preview on #516265 background

This text has black color on #516265 background.


White color preview on #516265 background

This text has white color on #516265 background.