COLOR #506356

HEX: #506356
RGB: (80,99,86)

Color info

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

RGB color model

#506356 color RGB value is (80,99,86).

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

RGB channels and saturation

R 80 of 255 = 31%
G 99 of 255 = 39%
B 86 of 255 = 34%

80
99
86

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

Portions of RGB colors in percentages

R + G + B =
80 + 99 + 86 = 265 (100%)
R 80 of 265 ~ 30.19%
G 99 of 265 ~ 37.36%
B 86 of 265 ~ 32.45%

%30.19
%37.36
%32.45

CMYK color model

#506356 color CMYK value is (19,0,13,61).

  • cyan value is 19.19%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 61.18%
CMYK:
(19,0,13,61)
C19M0Y13K61 
(19%,0%,13%,61%)
(0.19/0.00/0.13/0.61)	

CMYK percentages

%19.19
%0
%13.13
%61.18

Codes

Color #506356 in popluar color models

506356
RGB809986
HSL139°10.61%35.10%
HSB/HSV139°19.19%38.82%
CMYK19.19%0.00%13.13%
61.18%

Color #506356 in popluar number systems.

HEX506356
Decimal809986
Binary101000011000111010110
Octal120143126

Shades and tints

Shades of #506356

#506356
(80,99,86)
#495A4F
(73,90,79)
#425148
(66,81,72)
#3B4841
(59,72,65)
#343F3A
(52,63,58)
#2D3633
(45,54,51)
#262D2C
(38,45,44)
#1F2425
(31,36,37)
#181B1E
(24,27,30)
#111217
(17,18,23)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #506356

#506356
(80,99,86)
#5F7165
(95,113,101)
#6E7F74
(110,127,116)
#7D8D83
(125,141,131)
#8C9B92
(140,155,146)
#9BA9A1
(155,169,161)
#AAB7B0
(170,183,176)
#B9C5BF
(185,197,191)
#C8D3CE
(200,211,206)
#D7E1DD
(215,225,221)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506356; }

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

This text font color is #506356.


Background Color

.myBgColor { background-color: #506356; }

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

This div background color is #506356.


Border color

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

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

This div border color is #506356.


Opacity

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

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

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

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

This text has shadow with #506356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506356 on black background.


Color preview on white background

This text has color #506356 on white background.



Black color preview on #506356 background

This text has black color on #506356 background.


White color preview on #506356 background

This text has white color on #506356 background.