COLOR #506159

HEX: #506159
RGB: (80,97,89)

Color info

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

RGB color model

#506159 color RGB value is (80,97,89).

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

RGB channels and saturation

R 80 of 255 = 31%
G 97 of 255 = 38%
B 89 of 255 = 35%

80
97
89

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

Portions of RGB colors in percentages

R + G + B =
80 + 97 + 89 = 266 (100%)
R 80 of 266 ~ 30.08%
G 97 of 266 ~ 36.47%
B 89 of 266 ~ 33.46%

%30.08
%36.47
%33.46

CMYK color model

#506159 color CMYK value is (18,0,8,62).

  • cyan value is 17.53%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 61.96%
CMYK: (18,0,8,62) C18M0Y8K62 (18%,0%,8%,62%) (0.18/0.00/0.08/0.62)

CMYK percentages

%17.53
%0
%8.25
%61.96

Codes

Color #506159 in popluar color models

506159
RGB809789
HSL152°9.60%34.71%
HSB/HSV152°17.53%38.04%
CMYK17.53%0.00%8.25%
61.96%

Color #506159 in popluar number systems.

HEX506159
Decimal809789
Binary101000011000011011001
Octal120141131

Shades and tints

Shades of #506159

#506159
(80,97,89)
#495951
(73,89,81)
#425149
(66,81,73)
#3B4941
(59,73,65)
#344139
(52,65,57)
#2D3931
(45,57,49)
#263129
(38,49,41)
#1F2921
(31,41,33)
#182119
(24,33,25)
#111911
(17,25,17)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #506159

#506159
(80,97,89)
#5F6F68
(95,111,104)
#6E7D77
(110,125,119)
#7D8B86
(125,139,134)
#8C9995
(140,153,149)
#9BA7A4
(155,167,164)
#AAB5B3
(170,181,179)
#B9C3C2
(185,195,194)
#C8D1D1
(200,209,209)
#D7DFE0
(215,223,224)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506159; }

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

This text font color is #506159.


Background Color

.myBgColor { background-color: #506159; }

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

This div background color is #506159.


Border color

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

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

This div border color is #506159.


Opacity

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

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

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

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

This text has shadow with #506159 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #506159 on black background.


Color preview on white background

This text has color #506159 on white background.



Black color preview on #506159 background

This text has black color on #506159 background.


White color preview on #506159 background

This text has white color on #506159 background.