COLOR #505E66

HEX: #505E66
RGB: (80,94,102)

Color info

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

RGB color model

#505E66 color RGB value is (80,94,102).

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

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 102 of 255 = 40%

80
94
102

R + G + B ~ 36%. #505E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 94 + 102 = 276 (100%)
R 80 of 276 ~ 28.99%
G 94 of 276 ~ 34.06%
B 102 of 276 ~ 36.96%

%28.99
%34.06
%36.96

CMYK color model

#505E66 color CMYK value is (22,8,0,60).

  • cyan value is 21.57%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(22,8,0,60)
C22M8Y0K60 
(22%,8%,0%,60%)
(0.22/0.08/0.00/0.60)	

CMYK percentages

%21.57
%7.84
%0
%60

Codes

Color #505E66 in popluar color models

505E66
RGB8094102
HSL202°12.09%35.69%
HSB/HSV202°21.57%40.00%
CMYK21.57%7.84%0.00%
60.00%

Color #505E66 in popluar number systems.

HEX505E66
Decimal8094102
Binary101000010111101100110
Octal120136146

Shades and tints

Shades of #505E66

#505E66
(80,94,102)
#49565D
(73,86,93)
#424E54
(66,78,84)
#3B464B
(59,70,75)
#343E42
(52,62,66)
#2D3639
(45,54,57)
#262E30
(38,46,48)
#1F2627
(31,38,39)
#181E1E
(24,30,30)
#111615
(17,22,21)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #505E66

#505E66
(80,94,102)
#5F6C73
(95,108,115)
#6E7A80
(110,122,128)
#7D888D
(125,136,141)
#8C969A
(140,150,154)
#9BA4A7
(155,164,167)
#AAB2B4
(170,178,180)
#B9C0C1
(185,192,193)
#C8CECE
(200,206,206)
#D7DCDB
(215,220,219)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505E66; }

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

This text font color is #505E66.


Background Color

.myBgColor { background-color: #505E66; }

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

This div background color is #505E66.


Border color

.myBorderColor { border: 1px solid #505E66; }

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

This div border color is #505E66.


Opacity

.myOpacity80 { color: #505E66; opacity: 0.8; }

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

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

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

This text has shadow with #505E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505E66 on black background.


Color preview on white background

This text has color #505E66 on white background.



Black color preview on #505E66 background

This text has black color on #505E66 background.


White color preview on #505E66 background

This text has white color on #505E66 background.