COLOR #506062

HEX: #506062
RGB: (80,96,98)

Color info

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

RGB color model

#506062 color RGB value is (80,96,98).

  • red value is 80;
  • green value is 96;
  • blue value is 98.
RGB:
(80,96,98)
(31%,38%,38%)

RGB channels and saturation

R 80 of 255 = 31%
G 96 of 255 = 38%
B 98 of 255 = 38%

80
96
98

R + G + B ~ 36%. #506062 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 96 + 98 = 274 (100%)
R 80 of 274 ~ 29.2%
G 96 of 274 ~ 35.04%
B 98 of 274 ~ 35.77%

%29.2
%35.04
%35.77

CMYK color model

#506062 color CMYK value is (18,2,0,62).

  • cyan value is 18.37%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(18,2,0,62)
C18M2Y0K62 
(18%,2%,0%,62%)
(0.18/0.02/0.00/0.62)	

CMYK percentages

%18.37
%2.04
%0
%61.57

Codes

Color #506062 in popluar color models

506062
RGB809698
HSL187°10.11%34.90%
HSB/HSV187°18.37%38.43%
CMYK18.37%2.04%0.00%
61.57%

Color #506062 in popluar number systems.

HEX506062
Decimal809698
Binary101000011000001100010
Octal120140142

Shades and tints

Shades of #506062

#506062
(80,96,98)
#49585A
(73,88,90)
#425052
(66,80,82)
#3B484A
(59,72,74)
#344042
(52,64,66)
#2D383A
(45,56,58)
#263032
(38,48,50)
#1F282A
(31,40,42)
#182022
(24,32,34)
#11181A
(17,24,26)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #506062

#506062
(80,96,98)
#5F6E70
(95,110,112)
#6E7C7E
(110,124,126)
#7D8A8C
(125,138,140)
#8C989A
(140,152,154)
#9BA6A8
(155,166,168)
#AAB4B6
(170,180,182)
#B9C2C4
(185,194,196)
#C8D0D2
(200,208,210)
#D7DEE0
(215,222,224)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506062 color. Also use rgb(80,96,98) instead hex code.

Text Font Color

.myTextColor { color: #506062; }

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

This text font color is #506062.


Background Color

.myBgColor { background-color: #506062; }

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

This div background color is #506062.


Border color

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

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

This div border color is #506062.


Opacity

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

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

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

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

This text has shadow with #506062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506062 on black background.


Color preview on white background

This text has color #506062 on white background.



Black color preview on #506062 background

This text has black color on #506062 background.


White color preview on #506062 background

This text has white color on #506062 background.