COLOR #506763

HEX: #506763
RGB: (80,103,99)

Color info

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

RGB color model

#506763 color RGB value is (80,103,99).

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

RGB channels and saturation

R 80 of 255 = 31%
G 103 of 255 = 40%
B 99 of 255 = 39%

80
103
99

R + G + B ~ 37%. #506763 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 103 + 99 = 282 (100%)
R 80 of 282 ~ 28.37%
G 103 of 282 ~ 36.52%
B 99 of 282 ~ 35.11%

%28.37
%36.52
%35.11

CMYK color model

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

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

CMYK percentages

%22.33
%0
%3.88
%59.61

Codes

Color #506763 in popluar color models

506763
RGB8010399
HSL170°12.57%35.88%
HSB/HSV170°22.33%40.39%
CMYK22.33%0.00%3.88%
59.61%

Color #506763 in popluar number systems.

HEX506763
Decimal8010399
Binary101000011001111100011
Octal120147143

Shades and tints

Shades of #506763

#506763
(80,103,99)
#495E5A
(73,94,90)
#425551
(66,85,81)
#3B4C48
(59,76,72)
#34433F
(52,67,63)
#2D3A36
(45,58,54)
#26312D
(38,49,45)
#1F2824
(31,40,36)
#181F1B
(24,31,27)
#111612
(17,22,18)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #506763

#506763
(80,103,99)
#5F7471
(95,116,113)
#6E817F
(110,129,127)
#7D8E8D
(125,142,141)
#8C9B9B
(140,155,155)
#9BA8A9
(155,168,169)
#AAB5B7
(170,181,183)
#B9C2C5
(185,194,197)
#C8CFD3
(200,207,211)
#D7DCE1
(215,220,225)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506763; }

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

This text font color is #506763.


Background Color

.myBgColor { background-color: #506763; }

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

This div background color is #506763.


Border color

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

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

This div border color is #506763.


Opacity

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

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

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

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

This text has shadow with #506763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506763 on black background.


Color preview on white background

This text has color #506763 on white background.



Black color preview on #506763 background

This text has black color on #506763 background.


White color preview on #506763 background

This text has white color on #506763 background.