COLOR #515358

HEX: #515358
RGB: (81,83,88)

Color info

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

RGB color model

#515358 color RGB value is (81,83,88).

  • red value is 81;
  • green value is 83;
  • blue value is 88.
RGB:
(81,83,88)
(32%,33%,35%)

RGB channels and saturation

R 81 of 255 = 32%
G 83 of 255 = 33%
B 88 of 255 = 35%

81
83
88

R + G + B ~ 33%. #515358 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 83 + 88 = 252 (100%)
R 81 of 252 ~ 32.14%
G 83 of 252 ~ 32.94%
B 88 of 252 ~ 34.92%

%32.14
%32.94
%34.92

CMYK color model

#515358 color CMYK value is (8,6,0,65).

  • cyan value is 7.95%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(8,6,0,65)
C8M6Y0K65 
(8%,6%,0%,65%)
(0.08/0.06/0.00/0.65)	

CMYK percentages

%7.95
%5.68
%0
%65.49

Codes

Color #515358 in popluar color models

515358
RGB818388
HSL223°4.14%33.14%
HSB/HSV223°7.95%34.51%
CMYK7.95%5.68%0.00%
65.49%

Color #515358 in popluar number systems.

HEX515358
Decimal818388
Binary101000110100111011000
Octal121123130

Shades and tints

Shades of #515358

#515358
(81,83,88)
#4A4C50
(74,76,80)
#434548
(67,69,72)
#3C3E40
(60,62,64)
#353738
(53,55,56)
#2E3030
(46,48,48)
#272928
(39,41,40)
#202220
(32,34,32)
#191B18
(25,27,24)
#121410
(18,20,16)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #515358

#515358
(81,83,88)
#606267
(96,98,103)
#6F7176
(111,113,118)
#7E8085
(126,128,133)
#8D8F94
(141,143,148)
#9C9EA3
(156,158,163)
#ABADB2
(171,173,178)
#BABCC1
(186,188,193)
#C9CBD0
(201,203,208)
#D8DADF
(216,218,223)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515358; }

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

This text font color is #515358.


Background Color

.myBgColor { background-color: #515358; }

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

This div background color is #515358.


Border color

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

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

This div border color is #515358.


Opacity

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

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

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

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

This text has shadow with #515358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515358 on black background.


Color preview on white background

This text has color #515358 on white background.



Black color preview on #515358 background

This text has black color on #515358 background.


White color preview on #515358 background

This text has white color on #515358 background.