COLOR #506C70

HEX: #506C70
RGB: (80,108,112)

Color info

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

RGB color model

#506C70 color RGB value is (80,108,112).

  • red value is 80;
  • green value is 108;
  • blue value is 112.
RGB:
(80,108,112)
(31%,42%,44%)

RGB channels and saturation

R 80 of 255 = 31%
G 108 of 255 = 42%
B 112 of 255 = 44%

80
108
112

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

Portions of RGB colors in percentages

R + G + B =
80 + 108 + 112 = 300 (100%)
R 80 of 300 ~ 26.67%
G 108 of 300 ~ 36%
B 112 of 300 ~ 37.33%

%26.67
%36
%37.33

CMYK color model

#506C70 color CMYK value is (29,4,0,56).

  • cyan value is 28.57%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(29,4,0,56)
C29M4Y0K56 
(29%,4%,0%,56%)
(0.29/0.04/0.00/0.56)	

CMYK percentages

%28.57
%3.57
%0
%56.08

Codes

Color #506C70 in popluar color models

506C70
RGB80108112
HSL188°16.67%37.65%
HSB/HSV188°28.57%43.92%
CMYK28.57%3.57%0.00%
56.08%

Color #506C70 in popluar number systems.

HEX506C70
Decimal80108112
Binary101000011011001110000
Octal120154160

Shades and tints

Shades of #506C70

#506C70
(80,108,112)
#496366
(73,99,102)
#425A5C
(66,90,92)
#3B5152
(59,81,82)
#344848
(52,72,72)
#2D3F3E
(45,63,62)
#263634
(38,54,52)
#1F2D2A
(31,45,42)
#182420
(24,36,32)
#111B16
(17,27,22)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #506C70

#506C70
(80,108,112)
#5F797D
(95,121,125)
#6E868A
(110,134,138)
#7D9397
(125,147,151)
#8CA0A4
(140,160,164)
#9BADB1
(155,173,177)
#AABABE
(170,186,190)
#B9C7CB
(185,199,203)
#C8D4D8
(200,212,216)
#D7E1E5
(215,225,229)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506C70 color. Also use rgb(80,108,112) instead hex code.

Text Font Color

.myTextColor { color: #506C70; }

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

This text font color is #506C70.


Background Color

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

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

This div background color is #506C70.


Border color

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

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

This div border color is #506C70.


Opacity

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

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

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

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

This text has shadow with #506C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506C70 on black background.


Color preview on white background

This text has color #506C70 on white background.



Black color preview on #506C70 background

This text has black color on #506C70 background.


White color preview on #506C70 background

This text has white color on #506C70 background.