COLOR #506E7B

HEX: #506E7B
RGB: (80,110,123)

Color info

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

RGB color model

#506E7B color RGB value is (80,110,123).

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

RGB channels and saturation

R 80 of 255 = 31%
G 110 of 255 = 43%
B 123 of 255 = 48%

80
110
123

R + G + B ~ 41%. #506E7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 110 + 123 = 313 (100%)
R 80 of 313 ~ 25.56%
G 110 of 313 ~ 35.14%
B 123 of 313 ~ 39.3%

%25.56
%35.14
%39.3

CMYK color model

#506E7B color CMYK value is (35,11,0,52).

  • cyan value is 34.96%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(35,11,0,52)
C35M11Y0K52 
(35%,11%,0%,52%)
(0.35/0.11/0.00/0.52)	

CMYK percentages

%34.96
%10.57
%0
%51.76

Codes

Color #506E7B in popluar color models

506E7B
RGB80110123
HSL198°21.18%39.80%
HSB/HSV198°34.96%48.24%
CMYK34.96%10.57%0.00%
51.76%

Color #506E7B in popluar number systems.

HEX506E7B
Decimal80110123
Binary101000011011101111011
Octal120156173

Shades and tints

Shades of #506E7B

#506E7B
(80,110,123)
#496470
(73,100,112)
#425A65
(66,90,101)
#3B505A
(59,80,90)
#34464F
(52,70,79)
#2D3C44
(45,60,68)
#263239
(38,50,57)
#1F282E
(31,40,46)
#181E23
(24,30,35)
#111418
(17,20,24)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #506E7B

#506E7B
(80,110,123)
#5F7B87
(95,123,135)
#6E8893
(110,136,147)
#7D959F
(125,149,159)
#8CA2AB
(140,162,171)
#9BAFB7
(155,175,183)
#AABCC3
(170,188,195)
#B9C9CF
(185,201,207)
#C8D6DB
(200,214,219)
#D7E3E7
(215,227,231)
#E6F0F3
(230,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506E7B; }

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

This text font color is #506E7B.


Background Color

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

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

This div background color is #506E7B.


Border color

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

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

This div border color is #506E7B.


Opacity

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

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

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

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

This text has shadow with #506E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506E7B on black background.


Color preview on white background

This text has color #506E7B on white background.



Black color preview on #506E7B background

This text has black color on #506E7B background.


White color preview on #506E7B background

This text has white color on #506E7B background.