COLOR #506859

HEX: #506859
RGB: (80,104,89)

Color info

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

RGB color model

#506859 color RGB value is (80,104,89).

  • red value is 80;
  • green value is 104;
  • blue value is 89.
RGB:
(80,104,89)
(31%,41%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 104 of 255 = 41%
B 89 of 255 = 35%

80
104
89

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

Portions of RGB colors in percentages

R + G + B =
80 + 104 + 89 = 273 (100%)
R 80 of 273 ~ 29.3%
G 104 of 273 ~ 38.1%
B 89 of 273 ~ 32.6%

%29.3
%38.1
%32.6

CMYK color model

#506859 color CMYK value is (23,0,14,59).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 14.42%
  • key color value is 59.22%
CMYK:
(23,0,14,59)
C23M0Y14K59 
(23%,0%,14%,59%)
(0.23/0.00/0.14/0.59)	

CMYK percentages

%23.08
%0
%14.42
%59.22

Codes

Color #506859 in popluar color models

506859
RGB8010489
HSL143°13.04%36.08%
HSB/HSV143°23.08%40.78%
CMYK23.08%0.00%14.42%
59.22%

Color #506859 in popluar number systems.

HEX506859
Decimal8010489
Binary101000011010001011001
Octal120150131

Shades and tints

Shades of #506859

#506859
(80,104,89)
#495F51
(73,95,81)
#425649
(66,86,73)
#3B4D41
(59,77,65)
#344439
(52,68,57)
#2D3B31
(45,59,49)
#263229
(38,50,41)
#1F2921
(31,41,33)
#182019
(24,32,25)
#111711
(17,23,17)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #506859

#506859
(80,104,89)
#5F7568
(95,117,104)
#6E8277
(110,130,119)
#7D8F86
(125,143,134)
#8C9C95
(140,156,149)
#9BA9A4
(155,169,164)
#AAB6B3
(170,182,179)
#B9C3C2
(185,195,194)
#C8D0D1
(200,208,209)
#D7DDE0
(215,221,224)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506859; }

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

This text font color is #506859.


Background Color

.myBgColor { background-color: #506859; }

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

This div background color is #506859.


Border color

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

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

This div border color is #506859.


Opacity

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

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

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

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

This text has shadow with #506859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506859 on black background.


Color preview on white background

This text has color #506859 on white background.



Black color preview on #506859 background

This text has black color on #506859 background.


White color preview on #506859 background

This text has white color on #506859 background.