COLOR #515167

HEX: #515167 RGB: (81,81,103)

Color info

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

RGB color model

#515167 color RGB value is (81,81,103).

RGB: (81,81,103) (32%, 32%, 40%)

RGB channels and saturation

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

81
81
103

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

Portions of RGB colors in percentages

R + G + B = 81 + 81 + 103 = 265 (100%)
R 81 of 265 ~ 30.57%
G 81 of 265 ~ 30.57%
B 103 of 265 ~ 38.87'%

%30.57
%30.57
%38.87

CMYK color model

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

  • cyan value is 21.36%
  • magenta value is 21.36%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (21,21,0,60)
C21M21Y0K60 (21%, 21%, 0%, 60%)
(0.21 / 0.21 / 0.00 / 0.60)

CMYK percentages

%21.36
%21.36
%0
%59.61

Codes

Color #515167 in popluar color models

51 51 67
RGB 81 81 103
HSL 240° 11.96% 36.08%
HSB/HSV 240° 21.36% 40.39%
CMYK 21.36% 21.36% 0.00%
59.61%

Color #515167 in popluar number systems.

HEX 51 51 67
Decimal 81 81 103
Binary 1010001 1010001 1100111
Octal 121 121 147

Shades and tints

Shades of #515167

#515167
(81,81,103)
#4A4A5E
(74,74,94)
#434355
(67,67,85)
#3C3C4C
(60,60,76)
#353543
(53,53,67)
#2E2E3A
(46,46,58)
#272731
(39,39,49)
#202028
(32,32,40)
#19191F
(25,25,31)
#121216
(18,18,22)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #515167

#515167
(81,81,103)
#606074
(96,96,116)
#6F6F81
(111,111,129)
#7E7E8E
(126,126,142)
#8D8D9B
(141,141,155)
#9C9CA8
(156,156,168)
#ABABB5
(171,171,181)
#BABAC2
(186,186,194)
#C9C9CF
(201,201,207)
#D8D8DC
(216,216,220)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515167; }

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

This text font color is #515167.

Background Color

.myBgColor { background-color: #515167; }

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

This div background color is #515167.

Border color

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

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

This div border color is #515167.

Opacity

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

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

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

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

This text has shadow with #515167 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515167.

Preview

Color preview on black background

This text has color #515167 on black background.


Color preview on white background

This text has color #515167 on white background.


Black color preview on #515167 background

This text has black color on #515167 background.


White color preview on #515167 background

This text has white color on #515167 background.


Related colors

Complementary color

Complementary color for #hex is #AEAE98.


I love getcolorcode.com