COLOR #506678

HEX: #506678
RGB: (80,102,120)

Color info

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

RGB color model

#506678 color RGB value is (80,102,120).

  • red value is 80;
  • green value is 102;
  • blue value is 120.
RGB:
(80,102,120)
(31%,40%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 102 of 255 = 40%
B 120 of 255 = 47%

80
102
120

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

Portions of RGB colors in percentages

R + G + B =
80 + 102 + 120 = 302 (100%)
R 80 of 302 ~ 26.49%
G 102 of 302 ~ 33.77%
B 120 of 302 ~ 39.74%

%26.49
%33.77
%39.74

CMYK color model

#506678 color CMYK value is (33,15,0,53).

  • cyan value is 33.33%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(33,15,0,53)
C33M15Y0K53 
(33%,15%,0%,53%)
(0.33/0.15/0.00/0.53)	

CMYK percentages

%33.33
%15
%0
%52.94

Codes

Color #506678 in popluar color models

506678
RGB80102120
HSL207°20.00%39.22%
HSB/HSV207°33.33%47.06%
CMYK33.33%15.00%0.00%
52.94%

Color #506678 in popluar number systems.

HEX506678
Decimal80102120
Binary101000011001101111000
Octal120146170

Shades and tints

Shades of #506678

#506678
(80,102,120)
#495D6E
(73,93,110)
#425464
(66,84,100)
#3B4B5A
(59,75,90)
#344250
(52,66,80)
#2D3946
(45,57,70)
#26303C
(38,48,60)
#1F2732
(31,39,50)
#181E28
(24,30,40)
#11151E
(17,21,30)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #506678

#506678
(80,102,120)
#5F7384
(95,115,132)
#6E8090
(110,128,144)
#7D8D9C
(125,141,156)
#8C9AA8
(140,154,168)
#9BA7B4
(155,167,180)
#AAB4C0
(170,180,192)
#B9C1CC
(185,193,204)
#C8CED8
(200,206,216)
#D7DBE4
(215,219,228)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506678 color. Also use rgb(80,102,120) instead hex code.

Text Font Color

.myTextColor { color: #506678; }

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

This text font color is #506678.


Background Color

.myBgColor { background-color: #506678; }

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

This div background color is #506678.


Border color

.myBorderColor { border: 1px solid #506678; }

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

This div border color is #506678.


Opacity

.myOpacity80 { color: #506678; opacity: 0.8; }

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

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

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

This text has shadow with #506678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506678 on black background.


Color preview on white background

This text has color #506678 on white background.



Black color preview on #506678 background

This text has black color on #506678 background.


White color preview on #506678 background

This text has white color on #506678 background.