COLOR #506662

HEX: #506662
RGB: (80,102,98)

Color info

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

RGB color model

#506662 color RGB value is (80,102,98).

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

RGB channels and saturation

R 80 of 255 = 31%
G 102 of 255 = 40%
B 98 of 255 = 38%

80
102
98

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

Portions of RGB colors in percentages

R + G + B =
80 + 102 + 98 = 280 (100%)
R 80 of 280 ~ 28.57%
G 102 of 280 ~ 36.43%
B 98 of 280 ~ 35%

%28.57
%36.43
%35

CMYK color model

#506662 color CMYK value is (22,0,4,60).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 60.00%
CMYK:
(22,0,4,60)
C22M0Y4K60 
(22%,0%,4%,60%)
(0.22/0.00/0.04/0.60)	

CMYK percentages

%21.57
%0
%3.92
%60

Codes

Color #506662 in popluar color models

506662
RGB8010298
HSL169°12.09%35.69%
HSB/HSV169°21.57%40.00%
CMYK21.57%0.00%3.92%
60.00%

Color #506662 in popluar number systems.

HEX506662
Decimal8010298
Binary101000011001101100010
Octal120146142

Shades and tints

Shades of #506662

#506662
(80,102,98)
#495D5A
(73,93,90)
#425452
(66,84,82)
#3B4B4A
(59,75,74)
#344242
(52,66,66)
#2D393A
(45,57,58)
#263032
(38,48,50)
#1F272A
(31,39,42)
#181E22
(24,30,34)
#11151A
(17,21,26)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #506662

#506662
(80,102,98)
#5F7370
(95,115,112)
#6E807E
(110,128,126)
#7D8D8C
(125,141,140)
#8C9A9A
(140,154,154)
#9BA7A8
(155,167,168)
#AAB4B6
(170,180,182)
#B9C1C4
(185,193,196)
#C8CED2
(200,206,210)
#D7DBE0
(215,219,224)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506662; }

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

This text font color is #506662.


Background Color

.myBgColor { background-color: #506662; }

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

This div background color is #506662.


Border color

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

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

This div border color is #506662.


Opacity

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

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

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

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

This text has shadow with #506662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506662 on black background.


Color preview on white background

This text has color #506662 on white background.



Black color preview on #506662 background

This text has black color on #506662 background.


White color preview on #506662 background

This text has white color on #506662 background.