COLOR #515767

HEX: #515767
RGB: (81,87,103)

Color info

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

RGB color model

#515767 color RGB value is (81,87,103).

  • red value is 81;
  • green value is 87;
  • blue value is 103.
RGB:
(81,87,103)
(32%,34%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 87 of 255 = 34%
B 103 of 255 = 40%

81
87
103

R + G + B ~ 35%. #515767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 87 + 103 = 271 (100%)
R 81 of 271 ~ 29.89%
G 87 of 271 ~ 32.1%
B 103 of 271 ~ 38.01%

%29.89
%32.1
%38.01

CMYK color model

#515767 color CMYK value is (21,16,0,60).

  • cyan value is 21.36%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(21,16,0,60)
C21M16Y0K60 
(21%,16%,0%,60%)
(0.21/0.16/0.00/0.60)	

CMYK percentages

%21.36
%15.53
%0
%59.61

Codes

Color #515767 in popluar color models

515767
RGB8187103
HSL224°11.96%36.08%
HSB/HSV224°21.36%40.39%
CMYK21.36%15.53%0.00%
59.61%

Color #515767 in popluar number systems.

HEX515767
Decimal8187103
Binary101000110101111100111
Octal121127147

Shades and tints

Shades of #515767

#515767
(81,87,103)
#4A505E
(74,80,94)
#434955
(67,73,85)
#3C424C
(60,66,76)
#353B43
(53,59,67)
#2E343A
(46,52,58)
#272D31
(39,45,49)
#202628
(32,38,40)
#191F1F
(25,31,31)
#121816
(18,24,22)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #515767

#515767
(81,87,103)
#606674
(96,102,116)
#6F7581
(111,117,129)
#7E848E
(126,132,142)
#8D939B
(141,147,155)
#9CA2A8
(156,162,168)
#ABB1B5
(171,177,181)
#BAC0C2
(186,192,194)
#C9CFCF
(201,207,207)
#D8DEDC
(216,222,220)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515767; }

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

This text font color is #515767.


Background Color

.myBgColor { background-color: #515767; }

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

This div background color is #515767.


Border color

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

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

This div border color is #515767.


Opacity

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

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

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

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

This text has shadow with #515767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515767 on black background.


Color preview on white background

This text has color #515767 on white background.



Black color preview on #515767 background

This text has black color on #515767 background.


White color preview on #515767 background

This text has white color on #515767 background.