COLOR #506E7A

HEX: #506E7A
RGB: (80,110,122)

Color info

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

RGB color model

#506E7A color RGB value is (80,110,122).

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

RGB channels and saturation

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

80
110
122

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

Portions of RGB colors in percentages

R + G + B =
80 + 110 + 122 = 312 (100%)
R 80 of 312 ~ 25.64%
G 110 of 312 ~ 35.26%
B 122 of 312 ~ 39.1%

%25.64
%35.26
%39.1

CMYK color model

#506E7A color CMYK value is (34,10,0,52).

  • cyan value is 34.43%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(34,10,0,52)
C34M10Y0K52 
(34%,10%,0%,52%)
(0.34/0.10/0.00/0.52)	

CMYK percentages

%34.43
%9.84
%0
%52.16

Codes

Color #506E7A in popluar color models

506E7A
RGB80110122
HSL197°20.79%39.61%
HSB/HSV197°34.43%47.84%
CMYK34.43%9.84%0.00%
52.16%

Color #506E7A in popluar number systems.

HEX506E7A
Decimal80110122
Binary101000011011101111010
Octal120156172

Shades and tints

Shades of #506E7A

#506E7A
(80,110,122)
#49646F
(73,100,111)
#425A64
(66,90,100)
#3B5059
(59,80,89)
#34464E
(52,70,78)
#2D3C43
(45,60,67)
#263238
(38,50,56)
#1F282D
(31,40,45)
#181E22
(24,30,34)
#111417
(17,20,23)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #506E7A

#506E7A
(80,110,122)
#5F7B86
(95,123,134)
#6E8892
(110,136,146)
#7D959E
(125,149,158)
#8CA2AA
(140,162,170)
#9BAFB6
(155,175,182)
#AABCC2
(170,188,194)
#B9C9CE
(185,201,206)
#C8D6DA
(200,214,218)
#D7E3E6
(215,227,230)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506E7A; }

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

This text font color is #506E7A.


Background Color

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

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

This div background color is #506E7A.


Border color

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

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

This div border color is #506E7A.


Opacity

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

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

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

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

This text has shadow with #506E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506E7A on black background.


Color preview on white background

This text has color #506E7A on white background.



Black color preview on #506E7A background

This text has black color on #506E7A background.


White color preview on #506E7A background

This text has white color on #506E7A background.