COLOR #506977

HEX: #506977
RGB: (80,105,119)

Color info

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

RGB color model

#506977 color RGB value is (80,105,119).

  • red value is 80;
  • green value is 105;
  • blue value is 119.
RGB:
(80,105,119)
(31%,41%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 105 of 255 = 41%
B 119 of 255 = 47%

80
105
119

R + G + B ~ 40%. #506977 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 105 + 119 = 304 (100%)
R 80 of 304 ~ 26.32%
G 105 of 304 ~ 34.54%
B 119 of 304 ~ 39.14%

%26.32
%34.54
%39.14

CMYK color model

#506977 color CMYK value is (33,12,0,53).

  • cyan value is 32.77%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(33,12,0,53)
C33M12Y0K53 
(33%,12%,0%,53%)
(0.33/0.12/0.00/0.53)	

CMYK percentages

%32.77
%11.76
%0
%53.33

Codes

Color #506977 in popluar color models

506977
RGB80105119
HSL202°19.60%39.02%
HSB/HSV202°32.77%46.67%
CMYK32.77%11.76%0.00%
53.33%

Color #506977 in popluar number systems.

HEX506977
Decimal80105119
Binary101000011010011110111
Octal120151167

Shades and tints

Shades of #506977

#506977
(80,105,119)
#49606D
(73,96,109)
#425763
(66,87,99)
#3B4E59
(59,78,89)
#34454F
(52,69,79)
#2D3C45
(45,60,69)
#26333B
(38,51,59)
#1F2A31
(31,42,49)
#182127
(24,33,39)
#11181D
(17,24,29)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #506977

#506977
(80,105,119)
#5F7683
(95,118,131)
#6E838F
(110,131,143)
#7D909B
(125,144,155)
#8C9DA7
(140,157,167)
#9BAAB3
(155,170,179)
#AAB7BF
(170,183,191)
#B9C4CB
(185,196,203)
#C8D1D7
(200,209,215)
#D7DEE3
(215,222,227)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506977 color. Also use rgb(80,105,119) instead hex code.

Text Font Color

.myTextColor { color: #506977; }

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

This text font color is #506977.


Background Color

.myBgColor { background-color: #506977; }

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

This div background color is #506977.


Border color

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

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

This div border color is #506977.


Opacity

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

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

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

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

This text has shadow with #506977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506977 on black background.


Color preview on white background

This text has color #506977 on white background.



Black color preview on #506977 background

This text has black color on #506977 background.


White color preview on #506977 background

This text has white color on #506977 background.