COLOR #506D7F

HEX: #506D7F
RGB: (80,109,127)

Color info

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

RGB color model

#506D7F color RGB value is (80,109,127).

  • red value is 80;
  • green value is 109;
  • blue value is 127.
RGB: (80,109,127) (31%,43%,50%)

RGB channels and saturation

R 80 of 255 = 31%
G 109 of 255 = 43%
B 127 of 255 = 50%

80
109
127

R + G + B ~ 41%. #506D7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 109 + 127 = 316 (100%)
R 80 of 316 ~ 25.32%
G 109 of 316 ~ 34.49%
B 127 of 316 ~ 40.19%

%25.32
%34.49
%40.19

CMYK color model

#506D7F color CMYK value is (37,14,0,50).

  • cyan value is 37.01%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (37,14,0,50) C37M14Y0K50 (37%,14%,0%,50%) (0.37/0.14/0.00/0.50)

CMYK percentages

%37.01
%14.17
%0
%50.2

Codes

Color #506D7F in popluar color models

506D7F
RGB80109127
HSL203°22.71%40.59%
HSB/HSV203°37.01%49.80%
CMYK37.01%14.17%0.00%
50.20%

Color #506D7F in popluar number systems.

HEX506D7F
Decimal80109127
Binary101000011011011111111
Octal120155177

Shades and tints

Shades of #506D7F

#506D7F
(80,109,127)
#496474
(73,100,116)
#425B69
(66,91,105)
#3B525E
(59,82,94)
#344953
(52,73,83)
#2D4048
(45,64,72)
#26373D
(38,55,61)
#1F2E32
(31,46,50)
#182527
(24,37,39)
#111C1C
(17,28,28)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #506D7F

#506D7F
(80,109,127)
#5F7A8A
(95,122,138)
#6E8795
(110,135,149)
#7D94A0
(125,148,160)
#8CA1AB
(140,161,171)
#9BAEB6
(155,174,182)
#AABBC1
(170,187,193)
#B9C8CC
(185,200,204)
#C8D5D7
(200,213,215)
#D7E2E2
(215,226,226)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506D7F color. Also use rgb(80,109,127) instead hex code.

Text Font Color

.myTextColor { color: #506D7F; }

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

This text font color is #506D7F.


Background Color

.myBgColor { background-color: #506D7F; }

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

This div background color is #506D7F.


Border color

.myBorderColor { border: 1px solid #506D7F; }

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

This div border color is #506D7F.


Opacity

.myOpacity80 { color: #506D7F; opacity: 0.8; }

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

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

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

This text has shadow with #506D7F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #506D7F on black background.


Color preview on white background

This text has color #506D7F on white background.



Black color preview on #506D7F background

This text has black color on #506D7F background.


White color preview on #506D7F background

This text has white color on #506D7F background.