COLOR #506856

HEX: #506856
RGB: (80,104,86)

Color info

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

RGB color model

#506856 color RGB value is (80,104,86).

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

RGB channels and saturation

R 80 of 255 = 31%
G 104 of 255 = 41%
B 86 of 255 = 34%

80
104
86

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

Portions of RGB colors in percentages

R + G + B =
80 + 104 + 86 = 270 (100%)
R 80 of 270 ~ 29.63%
G 104 of 270 ~ 38.52%
B 86 of 270 ~ 31.85%

%29.63
%38.52
%31.85

CMYK color model

#506856 color CMYK value is (23,0,17,59).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 17.31%
  • key color value is 59.22%
CMYK:
(23,0,17,59)
C23M0Y17K59 
(23%,0%,17%,59%)
(0.23/0.00/0.17/0.59)	

CMYK percentages

%23.08
%0
%17.31
%59.22

Codes

Color #506856 in popluar color models

506856
RGB8010486
HSL135°13.04%36.08%
HSB/HSV135°23.08%40.78%
CMYK23.08%0.00%17.31%
59.22%

Color #506856 in popluar number systems.

HEX506856
Decimal8010486
Binary101000011010001010110
Octal120150126

Shades and tints

Shades of #506856

#506856
(80,104,86)
#495F4F
(73,95,79)
#425648
(66,86,72)
#3B4D41
(59,77,65)
#34443A
(52,68,58)
#2D3B33
(45,59,51)
#26322C
(38,50,44)
#1F2925
(31,41,37)
#18201E
(24,32,30)
#111717
(17,23,23)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #506856

#506856
(80,104,86)
#5F7565
(95,117,101)
#6E8274
(110,130,116)
#7D8F83
(125,143,131)
#8C9C92
(140,156,146)
#9BA9A1
(155,169,161)
#AAB6B0
(170,182,176)
#B9C3BF
(185,195,191)
#C8D0CE
(200,208,206)
#D7DDDD
(215,221,221)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506856; }

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

This text font color is #506856.


Background Color

.myBgColor { background-color: #506856; }

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

This div background color is #506856.


Border color

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

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

This div border color is #506856.


Opacity

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

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

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

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

This text has shadow with #506856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506856 on black background.


Color preview on white background

This text has color #506856 on white background.



Black color preview on #506856 background

This text has black color on #506856 background.


White color preview on #506856 background

This text has white color on #506856 background.