COLOR #506F7B

HEX: #506F7B
RGB: (80,111,123)

Color info

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

RGB color model

#506F7B color RGB value is (80,111,123).

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

RGB channels and saturation

R 80 of 255 = 31%
G 111 of 255 = 44%
B 123 of 255 = 48%

80
111
123

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

Portions of RGB colors in percentages

R + G + B =
80 + 111 + 123 = 314 (100%)
R 80 of 314 ~ 25.48%
G 111 of 314 ~ 35.35%
B 123 of 314 ~ 39.17%

%25.48
%35.35
%39.17

CMYK color model

#506F7B color CMYK value is (35,10,0,52).

  • cyan value is 34.96%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(35,10,0,52)
C35M10Y0K52 
(35%,10%,0%,52%)
(0.35/0.10/0.00/0.52)	

CMYK percentages

%34.96
%9.76
%0
%51.76

Codes

Color #506F7B in popluar color models

506F7B
RGB80111123
HSL197°21.18%39.80%
HSB/HSV197°34.96%48.24%
CMYK34.96%9.76%0.00%
51.76%

Color #506F7B in popluar number systems.

HEX506F7B
Decimal80111123
Binary101000011011111111011
Octal120157173

Shades and tints

Shades of #506F7B

#506F7B
(80,111,123)
#496570
(73,101,112)
#425B65
(66,91,101)
#3B515A
(59,81,90)
#34474F
(52,71,79)
#2D3D44
(45,61,68)
#263339
(38,51,57)
#1F292E
(31,41,46)
#181F23
(24,31,35)
#111518
(17,21,24)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #506F7B

#506F7B
(80,111,123)
#5F7C87
(95,124,135)
#6E8993
(110,137,147)
#7D969F
(125,150,159)
#8CA3AB
(140,163,171)
#9BB0B7
(155,176,183)
#AABDC3
(170,189,195)
#B9CACF
(185,202,207)
#C8D7DB
(200,215,219)
#D7E4E7
(215,228,231)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506F7B; }

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

This text font color is #506F7B.


Background Color

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

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

This div background color is #506F7B.


Border color

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

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

This div border color is #506F7B.


Opacity

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

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

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

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

This text has shadow with #506F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506F7B on black background.


Color preview on white background

This text has color #506F7B on white background.



Black color preview on #506F7B background

This text has black color on #506F7B background.


White color preview on #506F7B background

This text has white color on #506F7B background.