COLOR #515969

HEX: #515969
RGB: (81,89,105)

Color info

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

RGB color model

#515969 color RGB value is (81,89,105).

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

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 105 of 255 = 41%

81
89
105

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

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 105 = 275 (100%)
R 81 of 275 ~ 29.45%
G 89 of 275 ~ 32.36%
B 105 of 275 ~ 38.18%

%29.45
%32.36
%38.18

CMYK color model

#515969 color CMYK value is (23,15,0,59).

  • cyan value is 22.86%
  • magenta value is 15.24%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(23,15,0,59)
C23M15Y0K59 
(23%,15%,0%,59%)
(0.23/0.15/0.00/0.59)	

CMYK percentages

%22.86
%15.24
%0
%58.82

Codes

Color #515969 in popluar color models

515969
RGB8189105
HSL220°12.90%36.47%
HSB/HSV220°22.86%41.18%
CMYK22.86%15.24%0.00%
58.82%

Color #515969 in popluar number systems.

HEX515969
Decimal8189105
Binary101000110110011101001
Octal121131151

Shades and tints

Shades of #515969

#515969
(81,89,105)
#4A5160
(74,81,96)
#434957
(67,73,87)
#3C414E
(60,65,78)
#353945
(53,57,69)
#2E313C
(46,49,60)
#272933
(39,41,51)
#20212A
(32,33,42)
#191921
(25,25,33)
#121118
(18,17,24)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #515969

#515969
(81,89,105)
#606876
(96,104,118)
#6F7783
(111,119,131)
#7E8690
(126,134,144)
#8D959D
(141,149,157)
#9CA4AA
(156,164,170)
#ABB3B7
(171,179,183)
#BAC2C4
(186,194,196)
#C9D1D1
(201,209,209)
#D8E0DE
(216,224,222)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515969; }

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

This text font color is #515969.


Background Color

.myBgColor { background-color: #515969; }

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

This div background color is #515969.


Border color

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

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

This div border color is #515969.


Opacity

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

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

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

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

This text has shadow with #515969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515969 on black background.


Color preview on white background

This text has color #515969 on white background.



Black color preview on #515969 background

This text has black color on #515969 background.


White color preview on #515969 background

This text has white color on #515969 background.