COLOR #506376

HEX: #506376
RGB: (80,99,118)

Color info

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

RGB color model

#506376 color RGB value is (80,99,118).

  • red value is 80;
  • green value is 99;
  • blue value is 118.
RGB:
(80,99,118)
(31%,39%,46%)

RGB channels and saturation

R 80 of 255 = 31%
G 99 of 255 = 39%
B 118 of 255 = 46%

80
99
118

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

Portions of RGB colors in percentages

R + G + B =
80 + 99 + 118 = 297 (100%)
R 80 of 297 ~ 26.94%
G 99 of 297 ~ 33.33%
B 118 of 297 ~ 39.73%

%26.94
%33.33
%39.73

CMYK color model

#506376 color CMYK value is (32,16,0,54).

  • cyan value is 32.20%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(32,16,0,54)
C32M16Y0K54 
(32%,16%,0%,54%)
(0.32/0.16/0.00/0.54)	

CMYK percentages

%32.2
%16.1
%0
%53.73

Codes

Color #506376 in popluar color models

506376
RGB8099118
HSL210°19.19%38.82%
HSB/HSV210°32.20%46.27%
CMYK32.20%16.10%0.00%
53.73%

Color #506376 in popluar number systems.

HEX506376
Decimal8099118
Binary101000011000111110110
Octal120143166

Shades and tints

Shades of #506376

#506376
(80,99,118)
#495A6C
(73,90,108)
#425162
(66,81,98)
#3B4858
(59,72,88)
#343F4E
(52,63,78)
#2D3644
(45,54,68)
#262D3A
(38,45,58)
#1F2430
(31,36,48)
#181B26
(24,27,38)
#11121C
(17,18,28)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #506376

#506376
(80,99,118)
#5F7182
(95,113,130)
#6E7F8E
(110,127,142)
#7D8D9A
(125,141,154)
#8C9BA6
(140,155,166)
#9BA9B2
(155,169,178)
#AAB7BE
(170,183,190)
#B9C5CA
(185,197,202)
#C8D3D6
(200,211,214)
#D7E1E2
(215,225,226)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506376 color. Also use rgb(80,99,118) instead hex code.

Text Font Color

.myTextColor { color: #506376; }

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

This text font color is #506376.


Background Color

.myBgColor { background-color: #506376; }

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

This div background color is #506376.


Border color

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

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

This div border color is #506376.


Opacity

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

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

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

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

This text has shadow with #506376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506376 on black background.


Color preview on white background

This text has color #506376 on white background.



Black color preview on #506376 background

This text has black color on #506376 background.


White color preview on #506376 background

This text has white color on #506376 background.