COLOR #505C61

HEX: #505C61
RGB: (80,92,97)

Color info

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

RGB color model

#505C61 color RGB value is (80,92,97).

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

RGB channels and saturation

R 80 of 255 = 31%
G 92 of 255 = 36%
B 97 of 255 = 38%

80
92
97

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

Portions of RGB colors in percentages

R + G + B =
80 + 92 + 97 = 269 (100%)
R 80 of 269 ~ 29.74%
G 92 of 269 ~ 34.2%
B 97 of 269 ~ 36.06%

%29.74
%34.2
%36.06

CMYK color model

#505C61 color CMYK value is (18,5,0,62).

  • cyan value is 17.53%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(18,5,0,62)
C18M5Y0K62 
(18%,5%,0%,62%)
(0.18/0.05/0.00/0.62)	

CMYK percentages

%17.53
%5.15
%0
%61.96

Codes

Color #505C61 in popluar color models

505C61
RGB809297
HSL198°9.60%34.71%
HSB/HSV198°17.53%38.04%
CMYK17.53%5.15%0.00%
61.96%

Color #505C61 in popluar number systems.

HEX505C61
Decimal809297
Binary101000010111001100001
Octal120134141

Shades and tints

Shades of #505C61

#505C61
(80,92,97)
#495459
(73,84,89)
#424C51
(66,76,81)
#3B4449
(59,68,73)
#343C41
(52,60,65)
#2D3439
(45,52,57)
#262C31
(38,44,49)
#1F2429
(31,36,41)
#181C21
(24,28,33)
#111419
(17,20,25)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #505C61

#505C61
(80,92,97)
#5F6A6F
(95,106,111)
#6E787D
(110,120,125)
#7D868B
(125,134,139)
#8C9499
(140,148,153)
#9BA2A7
(155,162,167)
#AAB0B5
(170,176,181)
#B9BEC3
(185,190,195)
#C8CCD1
(200,204,209)
#D7DADF
(215,218,223)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505C61; }

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

This text font color is #505C61.


Background Color

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

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

This div background color is #505C61.


Border color

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

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

This div border color is #505C61.


Opacity

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

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

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

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

This text has shadow with #505C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505C61 on black background.


Color preview on white background

This text has color #505C61 on white background.



Black color preview on #505C61 background

This text has black color on #505C61 background.


White color preview on #505C61 background

This text has white color on #505C61 background.