COLOR #515164

HEX: #515164
RGB: (81,81,100)

Color info

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

RGB color model

#515164 color RGB value is (81,81,100).

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

RGB channels and saturation

R 81 of 255 = 32%
G 81 of 255 = 32%
B 100 of 255 = 39%

81
81
100

R + G + B ~ 34%. #515164 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 81 + 100 = 262 (100%)
R 81 of 262 ~ 30.92%
G 81 of 262 ~ 30.92%
B 100 of 262 ~ 38.17%

%30.92
%30.92
%38.17

CMYK color model

#515164 color CMYK value is (19,19,0,61).

  • cyan value is 19.00%
  • magenta value is 19.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK: (19,19,0,61) C19M19Y0K61 (19%,19%,0%,61%) (0.19/0.19/0.00/0.61)

CMYK percentages

%19
%19
%0
%60.78

Codes

Color #515164 in popluar color models

515164
RGB8181100
HSL240°10.50%35.49%
HSB/HSV240°19.00%39.22%
CMYK19.00%19.00%0.00%
60.78%

Color #515164 in popluar number systems.

HEX515164
Decimal8181100
Binary101000110100011100100
Octal121121144

Shades and tints

Shades of #515164

#515164
(81,81,100)
#4A4A5B
(74,74,91)
#434352
(67,67,82)
#3C3C49
(60,60,73)
#353540
(53,53,64)
#2E2E37
(46,46,55)
#27272E
(39,39,46)
#202025
(32,32,37)
#19191C
(25,25,28)
#121213
(18,18,19)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #515164

#515164
(81,81,100)
#606072
(96,96,114)
#6F6F80
(111,111,128)
#7E7E8E
(126,126,142)
#8D8D9C
(141,141,156)
#9C9CAA
(156,156,170)
#ABABB8
(171,171,184)
#BABAC6
(186,186,198)
#C9C9D4
(201,201,212)
#D8D8E2
(216,216,226)
#E7E7F0
(231,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515164; }

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

This text font color is #515164.


Background Color

.myBgColor { background-color: #515164; }

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

This div background color is #515164.


Border color

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

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

This div border color is #515164.


Opacity

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

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

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

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

This text has shadow with #515164 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #515164 on black background.


Color preview on white background

This text has color #515164 on white background.



Black color preview on #515164 background

This text has black color on #515164 background.


White color preview on #515164 background

This text has white color on #515164 background.