COLOR #515967

HEX: #515967
RGB: (81,89,103)

Color info

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

RGB color model

#515967 color RGB value is (81,89,103).

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

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 103 of 255 = 40%

81
89
103

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

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 103 = 273 (100%)
R 81 of 273 ~ 29.67%
G 89 of 273 ~ 32.6%
B 103 of 273 ~ 37.73%

%29.67
%32.6
%37.73

CMYK color model

#515967 color CMYK value is (21,14,0,60).

  • cyan value is 21.36%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(21,14,0,60)
C21M14Y0K60 
(21%,14%,0%,60%)
(0.21/0.14/0.00/0.60)	

CMYK percentages

%21.36
%13.59
%0
%59.61

Codes

Color #515967 in popluar color models

515967
RGB8189103
HSL218°11.96%36.08%
HSB/HSV218°21.36%40.39%
CMYK21.36%13.59%0.00%
59.61%

Color #515967 in popluar number systems.

HEX515967
Decimal8189103
Binary101000110110011100111
Octal121131147

Shades and tints

Shades of #515967

#515967
(81,89,103)
#4A515E
(74,81,94)
#434955
(67,73,85)
#3C414C
(60,65,76)
#353943
(53,57,67)
#2E313A
(46,49,58)
#272931
(39,41,49)
#202128
(32,33,40)
#19191F
(25,25,31)
#121116
(18,17,22)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #515967

#515967
(81,89,103)
#606874
(96,104,116)
#6F7781
(111,119,129)
#7E868E
(126,134,142)
#8D959B
(141,149,155)
#9CA4A8
(156,164,168)
#ABB3B5
(171,179,181)
#BAC2C2
(186,194,194)
#C9D1CF
(201,209,207)
#D8E0DC
(216,224,220)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515967; }

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

This text font color is #515967.


Background Color

.myBgColor { background-color: #515967; }

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

This div background color is #515967.


Border color

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

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

This div border color is #515967.


Opacity

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

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

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

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

This text has shadow with #515967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515967 on black background.


Color preview on white background

This text has color #515967 on white background.



Black color preview on #515967 background

This text has black color on #515967 background.


White color preview on #515967 background

This text has white color on #515967 background.