COLOR #505D6E

HEX: #505D6E
RGB: (80,93,110)

Color info

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

RGB color model

#505D6E color RGB value is (80,93,110).

  • red value is 80;
  • green value is 93;
  • blue value is 110.
RGB:
(80,93,110)
(31%,36%,43%)

RGB channels and saturation

R 80 of 255 = 31%
G 93 of 255 = 36%
B 110 of 255 = 43%

80
93
110

R + G + B ~ 37%. #505D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 93 + 110 = 283 (100%)
R 80 of 283 ~ 28.27%
G 93 of 283 ~ 32.86%
B 110 of 283 ~ 38.87%

%28.27
%32.86
%38.87

CMYK color model

#505D6E color CMYK value is (27,15,0,57).

  • cyan value is 27.27%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(27,15,0,57)
C27M15Y0K57 
(27%,15%,0%,57%)
(0.27/0.15/0.00/0.57)	

CMYK percentages

%27.27
%15.45
%0
%56.86

Codes

Color #505D6E in popluar color models

505D6E
RGB8093110
HSL214°15.79%37.25%
HSB/HSV214°27.27%43.14%
CMYK27.27%15.45%0.00%
56.86%

Color #505D6E in popluar number systems.

HEX505D6E
Decimal8093110
Binary101000010111011101110
Octal120135156

Shades and tints

Shades of #505D6E

#505D6E
(80,93,110)
#495564
(73,85,100)
#424D5A
(66,77,90)
#3B4550
(59,69,80)
#343D46
(52,61,70)
#2D353C
(45,53,60)
#262D32
(38,45,50)
#1F2528
(31,37,40)
#181D1E
(24,29,30)
#111514
(17,21,20)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #505D6E

#505D6E
(80,93,110)
#5F6B7B
(95,107,123)
#6E7988
(110,121,136)
#7D8795
(125,135,149)
#8C95A2
(140,149,162)
#9BA3AF
(155,163,175)
#AAB1BC
(170,177,188)
#B9BFC9
(185,191,201)
#C8CDD6
(200,205,214)
#D7DBE3
(215,219,227)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505D6E; }

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

This text font color is #505D6E.


Background Color

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

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

This div background color is #505D6E.


Border color

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

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

This div border color is #505D6E.


Opacity

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

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

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

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

This text has shadow with #505D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505D6E on black background.


Color preview on white background

This text has color #505D6E on white background.



Black color preview on #505D6E background

This text has black color on #505D6E background.


White color preview on #505D6E background

This text has white color on #505D6E background.