COLOR #506767

HEX: #506767
RGB: (80,103,103)

Color info

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

RGB color model

#506767 color RGB value is (80,103,103).

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

RGB channels and saturation

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

80
103
103

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

Portions of RGB colors in percentages

R + G + B =
80 + 103 + 103 = 286 (100%)
R 80 of 286 ~ 27.97%
G 103 of 286 ~ 36.01%
B 103 of 286 ~ 36.01%

%27.97
%36.01
%36.01

CMYK color model

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

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

CMYK percentages

%22.33
%0
%0
%59.61

Codes

Color #506767 in popluar color models

506767
RGB80103103
HSL180°12.57%35.88%
HSB/HSV180°22.33%40.39%
CMYK22.33%0.00%0.00%
59.61%

Color #506767 in popluar number systems.

HEX506767
Decimal80103103
Binary101000011001111100111
Octal120147147

Shades and tints

Shades of #506767

#506767
(80,103,103)
#495E5E
(73,94,94)
#425555
(66,85,85)
#3B4C4C
(59,76,76)
#344343
(52,67,67)
#2D3A3A
(45,58,58)
#263131
(38,49,49)
#1F2828
(31,40,40)
#181F1F
(24,31,31)
#111616
(17,22,22)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #506767

#506767
(80,103,103)
#5F7474
(95,116,116)
#6E8181
(110,129,129)
#7D8E8E
(125,142,142)
#8C9B9B
(140,155,155)
#9BA8A8
(155,168,168)
#AAB5B5
(170,181,181)
#B9C2C2
(185,194,194)
#C8CFCF
(200,207,207)
#D7DCDC
(215,220,220)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506767; }

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

This text font color is #506767.


Background Color

.myBgColor { background-color: #506767; }

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

This div background color is #506767.


Border color

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

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

This div border color is #506767.


Opacity

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

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

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

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

This text has shadow with #506767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506767 on black background.


Color preview on white background

This text has color #506767 on white background.



Black color preview on #506767 background

This text has black color on #506767 background.


White color preview on #506767 background

This text has white color on #506767 background.