COLOR #505966

HEX: #505966
RGB: (80,89,102)

Color info

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

RGB color model

#505966 color RGB value is (80,89,102).

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

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 102 of 255 = 40%

80
89
102

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

Portions of RGB colors in percentages

R + G + B =
80 + 89 + 102 = 271 (100%)
R 80 of 271 ~ 29.52%
G 89 of 271 ~ 32.84%
B 102 of 271 ~ 37.64%

%29.52
%32.84
%37.64

CMYK color model

#505966 color CMYK value is (22,13,0,60).

  • cyan value is 21.57%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(22,13,0,60)
C22M13Y0K60 
(22%,13%,0%,60%)
(0.22/0.13/0.00/0.60)	

CMYK percentages

%21.57
%12.75
%0
%60

Codes

Color #505966 in popluar color models

505966
RGB8089102
HSL215°12.09%35.69%
HSB/HSV215°21.57%40.00%
CMYK21.57%12.75%0.00%
60.00%

Color #505966 in popluar number systems.

HEX505966
Decimal8089102
Binary101000010110011100110
Octal120131146

Shades and tints

Shades of #505966

#505966
(80,89,102)
#49515D
(73,81,93)
#424954
(66,73,84)
#3B414B
(59,65,75)
#343942
(52,57,66)
#2D3139
(45,49,57)
#262930
(38,41,48)
#1F2127
(31,33,39)
#18191E
(24,25,30)
#111115
(17,17,21)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #505966

#505966
(80,89,102)
#5F6873
(95,104,115)
#6E7780
(110,119,128)
#7D868D
(125,134,141)
#8C959A
(140,149,154)
#9BA4A7
(155,164,167)
#AAB3B4
(170,179,180)
#B9C2C1
(185,194,193)
#C8D1CE
(200,209,206)
#D7E0DB
(215,224,219)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505966; }

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

This text font color is #505966.


Background Color

.myBgColor { background-color: #505966; }

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

This div background color is #505966.


Border color

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

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

This div border color is #505966.


Opacity

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

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

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

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

This text has shadow with #505966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505966 on black background.


Color preview on white background

This text has color #505966 on white background.



Black color preview on #505966 background

This text has black color on #505966 background.


White color preview on #505966 background

This text has white color on #505966 background.