COLOR #506174

HEX: #506174
RGB: (80,97,116)

Color info

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

RGB color model

#506174 color RGB value is (80,97,116).

  • red value is 80;
  • green value is 97;
  • blue value is 116.
RGB:
(80,97,116)
(31%,38%,45%)

RGB channels and saturation

R 80 of 255 = 31%
G 97 of 255 = 38%
B 116 of 255 = 45%

80
97
116

R + G + B ~ 38%. #506174 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 97 + 116 = 293 (100%)
R 80 of 293 ~ 27.3%
G 97 of 293 ~ 33.11%
B 116 of 293 ~ 39.59%

%27.3
%33.11
%39.59

CMYK color model

#506174 color CMYK value is (31,16,0,55).

  • cyan value is 31.03%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(31,16,0,55)
C31M16Y0K55 
(31%,16%,0%,55%)
(0.31/0.16/0.00/0.55)	

CMYK percentages

%31.03
%16.38
%0
%54.51

Codes

Color #506174 in popluar color models

506174
RGB8097116
HSL212°18.37%38.43%
HSB/HSV212°31.03%45.49%
CMYK31.03%16.38%0.00%
54.51%

Color #506174 in popluar number systems.

HEX506174
Decimal8097116
Binary101000011000011110100
Octal120141164

Shades and tints

Shades of #506174

#506174
(80,97,116)
#49596A
(73,89,106)
#425160
(66,81,96)
#3B4956
(59,73,86)
#34414C
(52,65,76)
#2D3942
(45,57,66)
#263138
(38,49,56)
#1F292E
(31,41,46)
#182124
(24,33,36)
#11191A
(17,25,26)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #506174

#506174
(80,97,116)
#5F6F80
(95,111,128)
#6E7D8C
(110,125,140)
#7D8B98
(125,139,152)
#8C99A4
(140,153,164)
#9BA7B0
(155,167,176)
#AAB5BC
(170,181,188)
#B9C3C8
(185,195,200)
#C8D1D4
(200,209,212)
#D7DFE0
(215,223,224)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506174 color. Also use rgb(80,97,116) instead hex code.

Text Font Color

.myTextColor { color: #506174; }

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

This text font color is #506174.


Background Color

.myBgColor { background-color: #506174; }

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

This div background color is #506174.


Border color

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

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

This div border color is #506174.


Opacity

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

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

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

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

This text has shadow with #506174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506174 on black background.


Color preview on white background

This text has color #506174 on white background.



Black color preview on #506174 background

This text has black color on #506174 background.


White color preview on #506174 background

This text has white color on #506174 background.