COLOR #506B72

HEX: #506B72
RGB: (80,107,114)

Color info

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

RGB color model

#506B72 color RGB value is (80,107,114).

  • red value is 80;
  • green value is 107;
  • blue value is 114.
RGB:
(80,107,114)
(31%,42%,45%)

RGB channels and saturation

R 80 of 255 = 31%
G 107 of 255 = 42%
B 114 of 255 = 45%

80
107
114

R + G + B ~ 39%. #506B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 107 + 114 = 301 (100%)
R 80 of 301 ~ 26.58%
G 107 of 301 ~ 35.55%
B 114 of 301 ~ 37.87%

%26.58
%35.55
%37.87

CMYK color model

#506B72 color CMYK value is (30,6,0,55).

  • cyan value is 29.82%
  • magenta value is 6.14%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(30,6,0,55)
C30M6Y0K55 
(30%,6%,0%,55%)
(0.30/0.06/0.00/0.55)	

CMYK percentages

%29.82
%6.14
%0
%55.29

Codes

Color #506B72 in popluar color models

506B72
RGB80107114
HSL192°17.53%38.04%
HSB/HSV192°29.82%44.71%
CMYK29.82%6.14%0.00%
55.29%

Color #506B72 in popluar number systems.

HEX506B72
Decimal80107114
Binary101000011010111110010
Octal120153162

Shades and tints

Shades of #506B72

#506B72
(80,107,114)
#496268
(73,98,104)
#42595E
(66,89,94)
#3B5054
(59,80,84)
#34474A
(52,71,74)
#2D3E40
(45,62,64)
#263536
(38,53,54)
#1F2C2C
(31,44,44)
#182322
(24,35,34)
#111A18
(17,26,24)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #506B72

#506B72
(80,107,114)
#5F787E
(95,120,126)
#6E858A
(110,133,138)
#7D9296
(125,146,150)
#8C9FA2
(140,159,162)
#9BACAE
(155,172,174)
#AAB9BA
(170,185,186)
#B9C6C6
(185,198,198)
#C8D3D2
(200,211,210)
#D7E0DE
(215,224,222)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506B72; }

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

This text font color is #506B72.


Background Color

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

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

This div background color is #506B72.


Border color

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

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

This div border color is #506B72.


Opacity

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

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

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

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

This text has shadow with #506B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506B72 on black background.


Color preview on white background

This text has color #506B72 on white background.



Black color preview on #506B72 background

This text has black color on #506B72 background.


White color preview on #506B72 background

This text has white color on #506B72 background.