COLOR #506759

HEX: #506759
RGB: (80,103,89)

Color info

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

RGB color model

#506759 color RGB value is (80,103,89).

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

RGB channels and saturation

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

80
103
89

R + G + B ~ 35%. #506759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 103 + 89 = 272 (100%)
R 80 of 272 ~ 29.41%
G 103 of 272 ~ 37.87%
B 89 of 272 ~ 32.72%

%29.41
%37.87
%32.72

CMYK color model

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

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

CMYK percentages

%22.33
%0
%13.59
%59.61

Codes

Color #506759 in popluar color models

506759
RGB8010389
HSL143°12.57%35.88%
HSB/HSV143°22.33%40.39%
CMYK22.33%0.00%13.59%
59.61%

Color #506759 in popluar number systems.

HEX506759
Decimal8010389
Binary101000011001111011001
Octal120147131

Shades and tints

Shades of #506759

#506759
(80,103,89)
#495E51
(73,94,81)
#425549
(66,85,73)
#3B4C41
(59,76,65)
#344339
(52,67,57)
#2D3A31
(45,58,49)
#263129
(38,49,41)
#1F2821
(31,40,33)
#181F19
(24,31,25)
#111611
(17,22,17)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #506759

#506759
(80,103,89)
#5F7468
(95,116,104)
#6E8177
(110,129,119)
#7D8E86
(125,142,134)
#8C9B95
(140,155,149)
#9BA8A4
(155,168,164)
#AAB5B3
(170,181,179)
#B9C2C2
(185,194,194)
#C8CFD1
(200,207,209)
#D7DCE0
(215,220,224)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506759; }

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

This text font color is #506759.


Background Color

.myBgColor { background-color: #506759; }

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

This div background color is #506759.


Border color

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

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

This div border color is #506759.


Opacity

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

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

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

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

This text has shadow with #506759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506759 on black background.


Color preview on white background

This text has color #506759 on white background.



Black color preview on #506759 background

This text has black color on #506759 background.


White color preview on #506759 background

This text has white color on #506759 background.