COLOR #515670

HEX: #515670
RGB: (81,86,112)

Color info

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

RGB color model

#515670 color RGB value is (81,86,112).

  • red value is 81;
  • green value is 86;
  • blue value is 112.
RGB:
(81,86,112)
(32%,34%,44%)

RGB channels and saturation

R 81 of 255 = 32%
G 86 of 255 = 34%
B 112 of 255 = 44%

81
86
112

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

Portions of RGB colors in percentages

R + G + B =
81 + 86 + 112 = 279 (100%)
R 81 of 279 ~ 29.03%
G 86 of 279 ~ 30.82%
B 112 of 279 ~ 40.14%

%29.03
%30.82
%40.14

CMYK color model

#515670 color CMYK value is (28,23,0,56).

  • cyan value is 27.68%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(28,23,0,56)
C28M23Y0K56 
(28%,23%,0%,56%)
(0.28/0.23/0.00/0.56)	

CMYK percentages

%27.68
%23.21
%0
%56.08

Codes

Color #515670 in popluar color models

515670
RGB8186112
HSL230°16.06%37.84%
HSB/HSV230°27.68%43.92%
CMYK27.68%23.21%0.00%
56.08%

Color #515670 in popluar number systems.

HEX515670
Decimal8186112
Binary101000110101101110000
Octal121126160

Shades and tints

Shades of #515670

#515670
(81,86,112)
#4A4F66
(74,79,102)
#43485C
(67,72,92)
#3C4152
(60,65,82)
#353A48
(53,58,72)
#2E333E
(46,51,62)
#272C34
(39,44,52)
#20252A
(32,37,42)
#191E20
(25,30,32)
#121716
(18,23,22)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #515670

#515670
(81,86,112)
#60657D
(96,101,125)
#6F748A
(111,116,138)
#7E8397
(126,131,151)
#8D92A4
(141,146,164)
#9CA1B1
(156,161,177)
#ABB0BE
(171,176,190)
#BABFCB
(186,191,203)
#C9CED8
(201,206,216)
#D8DDE5
(216,221,229)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515670; }

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

This text font color is #515670.


Background Color

.myBgColor { background-color: #515670; }

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

This div background color is #515670.


Border color

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

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

This div border color is #515670.


Opacity

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

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

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

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

This text has shadow with #515670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515670 on black background.


Color preview on white background

This text has color #515670 on white background.



Black color preview on #515670 background

This text has black color on #515670 background.


White color preview on #515670 background

This text has white color on #515670 background.