COLOR #506F7C

HEX: #506F7C RGB: (80,111,124)

Color info

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

RGB color model

#506F7C color RGB value is (80,111,124).

RGB: (80,111,124) (31%, 44%, 49%)

RGB channels and saturation

R 80 of 255 = 31%
G 111 of 255 = 44%
B 124 of 255 = 49%

80
111
124

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

Portions of RGB colors in percentages

R + G + B = 80 + 111 + 124 = 315 (100%)
R 80 of 315 ~ 25.4%
G 111 of 315 ~ 35.24%
B 124 of 315 ~ 39.37'%

%25.4
%35.24
%39.37

CMYK color model

#506F7C color CMYK value is (35,10,0,51).

  • cyan value is 35.48%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (35,10,0,51)
C35M10Y0K51 (35%, 10%, 0%, 51%)
(0.35 / 0.10 / 0.00 / 0.51)

CMYK percentages

%35.48
%10.48
%0
%51.37

Codes

Color #506F7C in popluar color models

50 6F 7C
RGB 80 111 124
HSL 198° 21.57% 40.00%
HSB/HSV 198° 35.48% 48.63%
CMYK 35.48% 10.48% 0.00%
51.37%

Color #506F7C in popluar number systems.

HEX 50 6F 7C
Decimal 80 111 124
Binary 1010000 1101111 1111100
Octal 120 157 174

Shades and tints

Shades of #506F7C

#506F7C
(80,111,124)
#496571
(73,101,113)
#425B66
(66,91,102)
#3B515B
(59,81,91)
#344750
(52,71,80)
#2D3D45
(45,61,69)
#26333A
(38,51,58)
#1F292F
(31,41,47)
#181F24
(24,31,36)
#111519
(17,21,25)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #506F7C

#506F7C
(80,111,124)
#5F7C87
(95,124,135)
#6E8992
(110,137,146)
#7D969D
(125,150,157)
#8CA3A8
(140,163,168)
#9BB0B3
(155,176,179)
#AABDBE
(170,189,190)
#B9CAC9
(185,202,201)
#C8D7D4
(200,215,212)
#D7E4DF
(215,228,223)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506F7C; }

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

This text font color is #506F7C.

Background Color

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

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

This div background color is #506F7C.

Border color

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

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

This div border color is #506F7C.

Opacity

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

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

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

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

This text has shadow with #506F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506F7C.

Preview

Color preview on black background

This text has color #506F7C on black background.


Color preview on white background

This text has color #506F7C on white background.


Black color preview on #506F7C background

This text has black color on #506F7C background.


White color preview on #506F7C background

This text has white color on #506F7C background.


Related colors

Complementary color

Complementary color for #hex is #AF9083.


I love getcolorcode.com

Triadic colors

1 #7C506F and #6F7C50 with #506F7C are triadic colors.

2 #7C6F50 and #6F507C with #506F7C are triadic colors.