COLOR #506E6C

HEX: #506E6C
RGB: (80,110,108)

Color info

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

RGB color model

#506E6C color RGB value is (80,110,108).

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

RGB channels and saturation

R 80 of 255 = 31%
G 110 of 255 = 43%
B 108 of 255 = 42%

80
110
108

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

Portions of RGB colors in percentages

R + G + B =
80 + 110 + 108 = 298 (100%)
R 80 of 298 ~ 26.85%
G 110 of 298 ~ 36.91%
B 108 of 298 ~ 36.24%

%26.85
%36.91
%36.24

CMYK color model

#506E6C color CMYK value is (27,0,2,57).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 56.86%
CMYK:
(27,0,2,57)
C27M0Y2K57 
(27%,0%,2%,57%)
(0.27/0.00/0.02/0.57)	

CMYK percentages

%27.27
%0
%1.82
%56.86

Codes

Color #506E6C in popluar color models

506E6C
RGB80110108
HSL176°15.79%37.25%
HSB/HSV176°27.27%43.14%
CMYK27.27%0.00%1.82%
56.86%

Color #506E6C in popluar number systems.

HEX506E6C
Decimal80110108
Binary101000011011101101100
Octal120156154

Shades and tints

Shades of #506E6C

#506E6C
(80,110,108)
#496463
(73,100,99)
#425A5A
(66,90,90)
#3B5051
(59,80,81)
#344648
(52,70,72)
#2D3C3F
(45,60,63)
#263236
(38,50,54)
#1F282D
(31,40,45)
#181E24
(24,30,36)
#11141B
(17,20,27)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #506E6C

#506E6C
(80,110,108)
#5F7B79
(95,123,121)
#6E8886
(110,136,134)
#7D9593
(125,149,147)
#8CA2A0
(140,162,160)
#9BAFAD
(155,175,173)
#AABCBA
(170,188,186)
#B9C9C7
(185,201,199)
#C8D6D4
(200,214,212)
#D7E3E1
(215,227,225)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506E6C; }

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

This text font color is #506E6C.


Background Color

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

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

This div background color is #506E6C.


Border color

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

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

This div border color is #506E6C.


Opacity

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

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

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

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

This text has shadow with #506E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506E6C on black background.


Color preview on white background

This text has color #506E6C on white background.



Black color preview on #506E6C background

This text has black color on #506E6C background.


White color preview on #506E6C background

This text has white color on #506E6C background.