COLOR #506C56

HEX: #506C56
RGB: (80,108,86)

Color info

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

RGB color model

#506C56 color RGB value is (80,108,86).

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

RGB channels and saturation

R 80 of 255 = 31%
G 108 of 255 = 42%
B 86 of 255 = 34%

80
108
86

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

Portions of RGB colors in percentages

R + G + B =
80 + 108 + 86 = 274 (100%)
R 80 of 274 ~ 29.2%
G 108 of 274 ~ 39.42%
B 86 of 274 ~ 31.39%

%29.2
%39.42
%31.39

CMYK color model

#506C56 color CMYK value is (26,0,20,58).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 20.37%
  • key color value is 57.65%
CMYK:
(26,0,20,58)
C26M0Y20K58 
(26%,0%,20%,58%)
(0.26/0.00/0.20/0.58)	

CMYK percentages

%25.93
%0
%20.37
%57.65

Codes

Color #506C56 in popluar color models

506C56
RGB8010886
HSL133°14.89%36.86%
HSB/HSV133°25.93%42.35%
CMYK25.93%0.00%20.37%
57.65%

Color #506C56 in popluar number systems.

HEX506C56
Decimal8010886
Binary101000011011001010110
Octal120154126

Shades and tints

Shades of #506C56

#506C56
(80,108,86)
#49634F
(73,99,79)
#425A48
(66,90,72)
#3B5141
(59,81,65)
#34483A
(52,72,58)
#2D3F33
(45,63,51)
#26362C
(38,54,44)
#1F2D25
(31,45,37)
#18241E
(24,36,30)
#111B17
(17,27,23)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #506C56

#506C56
(80,108,86)
#5F7965
(95,121,101)
#6E8674
(110,134,116)
#7D9383
(125,147,131)
#8CA092
(140,160,146)
#9BADA1
(155,173,161)
#AABAB0
(170,186,176)
#B9C7BF
(185,199,191)
#C8D4CE
(200,212,206)
#D7E1DD
(215,225,221)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506C56; }

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

This text font color is #506C56.


Background Color

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

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

This div background color is #506C56.


Border color

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

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

This div border color is #506C56.


Opacity

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

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

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

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

This text has shadow with #506C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506C56 on black background.


Color preview on white background

This text has color #506C56 on white background.



Black color preview on #506C56 background

This text has black color on #506C56 background.


White color preview on #506C56 background

This text has white color on #506C56 background.