COLOR #505661

HEX: #505661
RGB: (80,86,97)

Color info

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

RGB color model

#505661 color RGB value is (80,86,97).

  • red value is 80;
  • green value is 86;
  • blue value is 97.
RGB:
(80,86,97)
(31%,34%,38%)

RGB channels and saturation

R 80 of 255 = 31%
G 86 of 255 = 34%
B 97 of 255 = 38%

80
86
97

R + G + B ~ 34%. #505661 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 86 + 97 = 263 (100%)
R 80 of 263 ~ 30.42%
G 86 of 263 ~ 32.7%
B 97 of 263 ~ 36.88%

%30.42
%32.7
%36.88

CMYK color model

#505661 color CMYK value is (18,11,0,62).

  • cyan value is 17.53%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(18,11,0,62)
C18M11Y0K62 
(18%,11%,0%,62%)
(0.18/0.11/0.00/0.62)	

CMYK percentages

%17.53
%11.34
%0
%61.96

Codes

Color #505661 in popluar color models

505661
RGB808697
HSL219°9.60%34.71%
HSB/HSV219°17.53%38.04%
CMYK17.53%11.34%0.00%
61.96%

Color #505661 in popluar number systems.

HEX505661
Decimal808697
Binary101000010101101100001
Octal120126141

Shades and tints

Shades of #505661

#505661
(80,86,97)
#494F59
(73,79,89)
#424851
(66,72,81)
#3B4149
(59,65,73)
#343A41
(52,58,65)
#2D3339
(45,51,57)
#262C31
(38,44,49)
#1F2529
(31,37,41)
#181E21
(24,30,33)
#111719
(17,23,25)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #505661

#505661
(80,86,97)
#5F656F
(95,101,111)
#6E747D
(110,116,125)
#7D838B
(125,131,139)
#8C9299
(140,146,153)
#9BA1A7
(155,161,167)
#AAB0B5
(170,176,181)
#B9BFC3
(185,191,195)
#C8CED1
(200,206,209)
#D7DDDF
(215,221,223)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505661 color. Also use rgb(80,86,97) instead hex code.

Text Font Color

.myTextColor { color: #505661; }

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

This text font color is #505661.


Background Color

.myBgColor { background-color: #505661; }

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

This div background color is #505661.


Border color

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

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

This div border color is #505661.


Opacity

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

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

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

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

This text has shadow with #505661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505661 on black background.


Color preview on white background

This text has color #505661 on white background.



Black color preview on #505661 background

This text has black color on #505661 background.


White color preview on #505661 background

This text has white color on #505661 background.