COLOR #506162

HEX: #506162
RGB: (80,97,98)

Color info

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

RGB color model

#506162 color RGB value is (80,97,98).

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

RGB channels and saturation

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

80
97
98

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

Portions of RGB colors in percentages

R + G + B =
80 + 97 + 98 = 275 (100%)
R 80 of 275 ~ 29.09%
G 97 of 275 ~ 35.27%
B 98 of 275 ~ 35.64%

%29.09
%35.27
%35.64

CMYK color model

#506162 color CMYK value is (18,1,0,62).

  • cyan value is 18.37%
  • magenta value is 1.02%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(18,1,0,62)
C18M1Y0K62 
(18%,1%,0%,62%)
(0.18/0.01/0.00/0.62)	

CMYK percentages

%18.37
%1.02
%0
%61.57

Codes

Color #506162 in popluar color models

506162
RGB809798
HSL183°10.11%34.90%
HSB/HSV183°18.37%38.43%
CMYK18.37%1.02%0.00%
61.57%

Color #506162 in popluar number systems.

HEX506162
Decimal809798
Binary101000011000011100010
Octal120141142

Shades and tints

Shades of #506162

#506162
(80,97,98)
#49595A
(73,89,90)
#425152
(66,81,82)
#3B494A
(59,73,74)
#344142
(52,65,66)
#2D393A
(45,57,58)
#263132
(38,49,50)
#1F292A
(31,41,42)
#182122
(24,33,34)
#11191A
(17,25,26)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #506162

#506162
(80,97,98)
#5F6F70
(95,111,112)
#6E7D7E
(110,125,126)
#7D8B8C
(125,139,140)
#8C999A
(140,153,154)
#9BA7A8
(155,167,168)
#AAB5B6
(170,181,182)
#B9C3C4
(185,195,196)
#C8D1D2
(200,209,210)
#D7DFE0
(215,223,224)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506162; }

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

This text font color is #506162.


Background Color

.myBgColor { background-color: #506162; }

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

This div background color is #506162.


Border color

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

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

This div border color is #506162.


Opacity

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

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

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

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

This text has shadow with #506162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506162 on black background.


Color preview on white background

This text has color #506162 on white background.



Black color preview on #506162 background

This text has black color on #506162 background.


White color preview on #506162 background

This text has white color on #506162 background.