COLOR #515058

HEX: #515058
RGB: (81,80,88)

Color info

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

RGB color model

#515058 color RGB value is (81,80,88).

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

RGB channels and saturation

R 81 of 255 = 32%
G 80 of 255 = 31%
B 88 of 255 = 35%

81
80
88

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

Portions of RGB colors in percentages

R + G + B =
81 + 80 + 88 = 249 (100%)
R 81 of 249 ~ 32.53%
G 80 of 249 ~ 32.13%
B 88 of 249 ~ 35.34%

%32.53
%32.13
%35.34

CMYK color model

#515058 color CMYK value is (8,9,0,65).

  • cyan value is 7.95%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(8,9,0,65)
C8M9Y0K65 
(8%,9%,0%,65%)
(0.08/0.09/0.00/0.65)	

CMYK percentages

%7.95
%9.09
%0
%65.49

Codes

Color #515058 in popluar color models

515058
RGB818088
HSL248°4.76%32.94%
HSB/HSV248°9.09%34.51%
CMYK7.95%9.09%0.00%
65.49%

Color #515058 in popluar number systems.

HEX515058
Decimal818088
Binary101000110100001011000
Octal121120130

Shades and tints

Shades of #515058

#515058
(81,80,88)
#4A4950
(74,73,80)
#434248
(67,66,72)
#3C3B40
(60,59,64)
#353438
(53,52,56)
#2E2D30
(46,45,48)
#272628
(39,38,40)
#201F20
(32,31,32)
#191818
(25,24,24)
#121110
(18,17,16)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #515058

#515058
(81,80,88)
#605F67
(96,95,103)
#6F6E76
(111,110,118)
#7E7D85
(126,125,133)
#8D8C94
(141,140,148)
#9C9BA3
(156,155,163)
#ABAAB2
(171,170,178)
#BAB9C1
(186,185,193)
#C9C8D0
(201,200,208)
#D8D7DF
(216,215,223)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515058; }

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

This text font color is #515058.


Background Color

.myBgColor { background-color: #515058; }

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

This div background color is #515058.


Border color

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

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

This div border color is #515058.


Opacity

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

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

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

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

This text has shadow with #515058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515058 on black background.


Color preview on white background

This text has color #515058 on white background.



Black color preview on #515058 background

This text has black color on #515058 background.


White color preview on #515058 background

This text has white color on #515058 background.