COLOR #515950

HEX: #515950
RGB: (81,89,80)

Color info

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

RGB color model

#515950 color RGB value is (81,89,80).

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

RGB channels and saturation

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

81
89
80

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

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 80 = 250 (100%)
R 81 of 250 ~ 32.4%
G 89 of 250 ~ 35.6%
B 80 of 250 ~ 32%

%32.4
%35.6
%32

CMYK color model

#515950 color CMYK value is (9,0,10,65).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 65.10%
CMYK:
(9,0,10,65)
C9M0Y10K65 
(9%,0%,10%,65%)
(0.09/0.00/0.10/0.65)	

CMYK percentages

%8.99
%0
%10.11
%65.1

Codes

Color #515950 in popluar color models

515950
RGB818980
HSL113°5.33%33.14%
HSB/HSV113°10.11%34.90%
CMYK8.99%0.00%10.11%
65.10%

Color #515950 in popluar number systems.

HEX515950
Decimal818980
Binary101000110110011010000
Octal121131120

Shades and tints

Shades of #515950

#515950
(81,89,80)
#4A5149
(74,81,73)
#434942
(67,73,66)
#3C413B
(60,65,59)
#353934
(53,57,52)
#2E312D
(46,49,45)
#272926
(39,41,38)
#20211F
(32,33,31)
#191918
(25,25,24)
#121111
(18,17,17)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #515950

#515950
(81,89,80)
#60685F
(96,104,95)
#6F776E
(111,119,110)
#7E867D
(126,134,125)
#8D958C
(141,149,140)
#9CA49B
(156,164,155)
#ABB3AA
(171,179,170)
#BAC2B9
(186,194,185)
#C9D1C8
(201,209,200)
#D8E0D7
(216,224,215)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515950; }

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

This text font color is #515950.


Background Color

.myBgColor { background-color: #515950; }

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

This div background color is #515950.


Border color

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

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

This div border color is #515950.


Opacity

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

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

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

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

This text has shadow with #515950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515950 on black background.


Color preview on white background

This text has color #515950 on white background.



Black color preview on #515950 background

This text has black color on #515950 background.


White color preview on #515950 background

This text has white color on #515950 background.