COLOR #515169

HEX: #515169
RGB: (81,81,105)

Color info

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

RGB color model

#515169 color RGB value is (81,81,105).

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

RGB channels and saturation

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

81
81
105

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

Portions of RGB colors in percentages

R + G + B =
81 + 81 + 105 = 267 (100%)
R 81 of 267 ~ 30.34%
G 81 of 267 ~ 30.34%
B 105 of 267 ~ 39.33%

%30.34
%30.34
%39.33

CMYK color model

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

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

CMYK percentages

%22.86
%22.86
%0
%58.82

Codes

Color #515169 in popluar color models

515169
RGB8181105
HSL240°12.90%36.47%
HSB/HSV240°22.86%41.18%
CMYK22.86%22.86%0.00%
58.82%

Color #515169 in popluar number systems.

HEX515169
Decimal8181105
Binary101000110100011101001
Octal121121151

Shades and tints

Shades of #515169

#515169
(81,81,105)
#4A4A60
(74,74,96)
#434357
(67,67,87)
#3C3C4E
(60,60,78)
#353545
(53,53,69)
#2E2E3C
(46,46,60)
#272733
(39,39,51)
#20202A
(32,32,42)
#191921
(25,25,33)
#121218
(18,18,24)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #515169

#515169
(81,81,105)
#606076
(96,96,118)
#6F6F83
(111,111,131)
#7E7E90
(126,126,144)
#8D8D9D
(141,141,157)
#9C9CAA
(156,156,170)
#ABABB7
(171,171,183)
#BABAC4
(186,186,196)
#C9C9D1
(201,201,209)
#D8D8DE
(216,216,222)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515169; }

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

This text font color is #515169.


Background Color

.myBgColor { background-color: #515169; }

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

This div background color is #515169.


Border color

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

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

This div border color is #515169.


Opacity

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

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

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

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

This text has shadow with #515169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515169 on black background.


Color preview on white background

This text has color #515169 on white background.



Black color preview on #515169 background

This text has black color on #515169 background.


White color preview on #515169 background

This text has white color on #515169 background.