COLOR #505D61

HEX: #505D61 RGB: (80,93,97)

Color info

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

RGB color model

#505D61 color RGB value is (80,93,97).

RGB: (80,93,97) (31%, 36%, 38%)

RGB channels and saturation

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

80
93
97

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

Portions of RGB colors in percentages

R + G + B = 80 + 93 + 97 = 270 (100%)
R 80 of 270 ~ 29.63%
G 93 of 270 ~ 34.44%
B 97 of 270 ~ 35.93'%

%29.63
%34.44
%35.93

CMYK color model

#505D61 color CMYK value is (18,4,0,62).

  • cyan value is 17.53%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (18,4,0,62)
C18M4Y0K62 (18%, 4%, 0%, 62%)
(0.18 / 0.04 / 0.00 / 0.62)

CMYK percentages

%17.53
%4.12
%0
%61.96

Codes

Color #505D61 in popluar color models

50 5D 61
RGB 80 93 97
HSL 194° 9.60% 34.71%
HSB/HSV 194° 17.53% 38.04%
CMYK 17.53% 4.12% 0.00%
61.96%

Color #505D61 in popluar number systems.

HEX 50 5D 61
Decimal 80 93 97
Binary 1010000 1011101 1100001
Octal 120 135 141

Shades and tints

Shades of #505D61

#505D61
(80,93,97)
#495559
(73,85,89)
#424D51
(66,77,81)
#3B4549
(59,69,73)
#343D41
(52,61,65)
#2D3539
(45,53,57)
#262D31
(38,45,49)
#1F2529
(31,37,41)
#181D21
(24,29,33)
#111519
(17,21,25)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #505D61

#505D61
(80,93,97)
#5F6B6F
(95,107,111)
#6E797D
(110,121,125)
#7D878B
(125,135,139)
#8C9599
(140,149,153)
#9BA3A7
(155,163,167)
#AAB1B5
(170,177,181)
#B9BFC3
(185,191,195)
#C8CDD1
(200,205,209)
#D7DBDF
(215,219,223)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505D61; }

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

This text font color is #505D61.

Background Color

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

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

This div background color is #505D61.

Border color

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

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

This div border color is #505D61.

Opacity

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

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

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

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

This text has shadow with #505D61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505D61.

Preview

Color preview on black background

This text has color #505D61 on black background.


Color preview on white background

This text has color #505D61 on white background.


Black color preview on #505D61 background

This text has black color on #505D61 background.


White color preview on #505D61 background

This text has white color on #505D61 background.


Related colors

Complementary color

Complementary color for #hex is #AFA29E.


I love getcolorcode.com

Triadic colors

1 #61505D and #5D6150 with #505D61 are triadic colors.

2 #615D50 and #5D5061 with #505D61 are triadic colors.