COLOR #506D59

HEX: #506D59
RGB: (80,109,89)

Color info

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

RGB color model

#506D59 color RGB value is (80,109,89).

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

RGB channels and saturation

R 80 of 255 = 31%
G 109 of 255 = 43%
B 89 of 255 = 35%

80
109
89

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

Portions of RGB colors in percentages

R + G + B =
80 + 109 + 89 = 278 (100%)
R 80 of 278 ~ 28.78%
G 109 of 278 ~ 39.21%
B 89 of 278 ~ 32.01%

%28.78
%39.21
%32.01

CMYK color model

#506D59 color CMYK value is (27,0,18,57).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 18.35%
  • key color value is 57.25%
CMYK:
(27,0,18,57)
C27M0Y18K57 
(27%,0%,18%,57%)
(0.27/0.00/0.18/0.57)	

CMYK percentages

%26.61
%0
%18.35
%57.25

Codes

Color #506D59 in popluar color models

506D59
RGB8010989
HSL139°15.34%37.06%
HSB/HSV139°26.61%42.75%
CMYK26.61%0.00%18.35%
57.25%

Color #506D59 in popluar number systems.

HEX506D59
Decimal8010989
Binary101000011011011011001
Octal120155131

Shades and tints

Shades of #506D59

#506D59
(80,109,89)
#496451
(73,100,81)
#425B49
(66,91,73)
#3B5241
(59,82,65)
#344939
(52,73,57)
#2D4031
(45,64,49)
#263729
(38,55,41)
#1F2E21
(31,46,33)
#182519
(24,37,25)
#111C11
(17,28,17)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #506D59

#506D59
(80,109,89)
#5F7A68
(95,122,104)
#6E8777
(110,135,119)
#7D9486
(125,148,134)
#8CA195
(140,161,149)
#9BAEA4
(155,174,164)
#AABBB3
(170,187,179)
#B9C8C2
(185,200,194)
#C8D5D1
(200,213,209)
#D7E2E0
(215,226,224)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506D59; }

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

This text font color is #506D59.


Background Color

.myBgColor { background-color: #506D59; }

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

This div background color is #506D59.


Border color

.myBorderColor { border: 1px solid #506D59; }

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

This div border color is #506D59.


Opacity

.myOpacity80 { color: #506D59; opacity: 0.8; }

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

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

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

This text has shadow with #506D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506D59 on black background.


Color preview on white background

This text has color #506D59 on white background.



Black color preview on #506D59 background

This text has black color on #506D59 background.


White color preview on #506D59 background

This text has white color on #506D59 background.