COLOR #506B76

HEX: #506B76 RGB: (80,107,118)

Color info

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

RGB color model

#506B76 color RGB value is (80,107,118).

RGB: (80,107,118) (31%, 42%, 46%)

RGB channels and saturation

R 80 of 255 = 31%
G 107 of 255 = 42%
B 118 of 255 = 46%

80
107
118

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

Portions of RGB colors in percentages

R + G + B = 80 + 107 + 118 = 305 (100%)
R 80 of 305 ~ 26.23%
G 107 of 305 ~ 35.08%
B 118 of 305 ~ 38.69'%

%26.23
%35.08
%38.69

CMYK color model

#506B76 color CMYK value is (32,9,0,54).

  • cyan value is 32.20%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (32,9,0,54)
C32M9Y0K54 (32%, 9%, 0%, 54%)
(0.32 / 0.09 / 0.00 / 0.54)

CMYK percentages

%32.2
%9.32
%0
%53.73

Codes

Color #506B76 in popluar color models

50 6B 76
RGB 80 107 118
HSL 197° 19.19% 38.82%
HSB/HSV 197° 32.20% 46.27%
CMYK 32.20% 9.32% 0.00%
53.73%

Color #506B76 in popluar number systems.

HEX 50 6B 76
Decimal 80 107 118
Binary 1010000 1101011 1110110
Octal 120 153 166

Shades and tints

Shades of #506B76

#506B76
(80,107,118)
#49626C
(73,98,108)
#425962
(66,89,98)
#3B5058
(59,80,88)
#34474E
(52,71,78)
#2D3E44
(45,62,68)
#26353A
(38,53,58)
#1F2C30
(31,44,48)
#182326
(24,35,38)
#111A1C
(17,26,28)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #506B76

#506B76
(80,107,118)
#5F7882
(95,120,130)
#6E858E
(110,133,142)
#7D929A
(125,146,154)
#8C9FA6
(140,159,166)
#9BACB2
(155,172,178)
#AAB9BE
(170,185,190)
#B9C6CA
(185,198,202)
#C8D3D6
(200,211,214)
#D7E0E2
(215,224,226)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506B76 color. Also use rgb(80,107,118) instead hex code.

Text Font Color

.myTextColor { color: #506B76; }

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

This text font color is #506B76.

Background Color

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

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

This div background color is #506B76.

Border color

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

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

This div border color is #506B76.

Opacity

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

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

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

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

This text has shadow with #506B76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506B76.

Preview

Color preview on black background

This text has color #506B76 on black background.


Color preview on white background

This text has color #506B76 on white background.


Black color preview on #506B76 background

This text has black color on #506B76 background.


White color preview on #506B76 background

This text has white color on #506B76 background.


Related colors

Complementary color

Complementary color for #hex is #AF9489.


I love getcolorcode.com

Triadic colors

1 #76506B and #6B7650 with #506B76 are triadic colors.

2 #766B50 and #6B5076 with #506B76 are triadic colors.