COLOR #506C6E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
108
110

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

Portions of RGB colors in percentages

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

%26.85
%36.24
%36.91

CMYK color model

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

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

CMYK percentages

%27.27
%1.82
%0
%56.86

Codes

Color #506C6E in popluar color models

506C6E
RGB80108110
HSL184°15.79%37.25%
HSB/HSV184°27.27%43.14%
CMYK27.27%1.82%0.00%
56.86%

Color #506C6E in popluar number systems.

HEX506C6E
Decimal80108110
Binary101000011011001101110
Octal120154156

Shades and tints

Shades of #506C6E

#506C6E
(80,108,110)
#496364
(73,99,100)
#425A5A
(66,90,90)
#3B5150
(59,81,80)
#344846
(52,72,70)
#2D3F3C
(45,63,60)
#263632
(38,54,50)
#1F2D28
(31,45,40)
#18241E
(24,36,30)
#111B14
(17,27,20)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #506C6E

#506C6E
(80,108,110)
#5F797B
(95,121,123)
#6E8688
(110,134,136)
#7D9395
(125,147,149)
#8CA0A2
(140,160,162)
#9BADAF
(155,173,175)
#AABABC
(170,186,188)
#B9C7C9
(185,199,201)
#C8D4D6
(200,212,214)
#D7E1E3
(215,225,227)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506C6E; }

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

This text font color is #506C6E.


Background Color

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

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

This div background color is #506C6E.


Border color

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

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

This div border color is #506C6E.


Opacity

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

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

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

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

This text has shadow with #506C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506C6E on black background.


Color preview on white background

This text has color #506C6E on white background.



Black color preview on #506C6E background

This text has black color on #506C6E background.


White color preview on #506C6E background

This text has white color on #506C6E background.