COLOR #506A5E

HEX: #506A5E
RGB: (80,106,94)

Color info

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

RGB color model

#506A5E color RGB value is (80,106,94).

  • red value is 80;
  • green value is 106;
  • blue value is 94.
RGB:
(80,106,94)
(31%,42%,37%)

RGB channels and saturation

R 80 of 255 = 31%
G 106 of 255 = 42%
B 94 of 255 = 37%

80
106
94

R + G + B ~ 37%. #506A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 106 + 94 = 280 (100%)
R 80 of 280 ~ 28.57%
G 106 of 280 ~ 37.86%
B 94 of 280 ~ 33.57%

%28.57
%37.86
%33.57

CMYK color model

#506A5E color CMYK value is (25,0,11,58).

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 58.43%
CMYK:
(25,0,11,58)
C25M0Y11K58 
(25%,0%,11%,58%)
(0.25/0.00/0.11/0.58)	

CMYK percentages

%24.53
%0
%11.32
%58.43

Codes

Color #506A5E in popluar color models

506A5E
RGB8010694
HSL152°13.98%36.47%
HSB/HSV152°24.53%41.57%
CMYK24.53%0.00%11.32%
58.43%

Color #506A5E in popluar number systems.

HEX506A5E
Decimal8010694
Binary101000011010101011110
Octal120152136

Shades and tints

Shades of #506A5E

#506A5E
(80,106,94)
#496156
(73,97,86)
#42584E
(66,88,78)
#3B4F46
(59,79,70)
#34463E
(52,70,62)
#2D3D36
(45,61,54)
#26342E
(38,52,46)
#1F2B26
(31,43,38)
#18221E
(24,34,30)
#111916
(17,25,22)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #506A5E

#506A5E
(80,106,94)
#5F776C
(95,119,108)
#6E847A
(110,132,122)
#7D9188
(125,145,136)
#8C9E96
(140,158,150)
#9BABA4
(155,171,164)
#AAB8B2
(170,184,178)
#B9C5C0
(185,197,192)
#C8D2CE
(200,210,206)
#D7DFDC
(215,223,220)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506A5E color. Also use rgb(80,106,94) instead hex code.

Text Font Color

.myTextColor { color: #506A5E; }

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

This text font color is #506A5E.


Background Color

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

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

This div background color is #506A5E.


Border color

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

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

This div border color is #506A5E.


Opacity

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

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

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

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

This text has shadow with #506A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506A5E on black background.


Color preview on white background

This text has color #506A5E on white background.



Black color preview on #506A5E background

This text has black color on #506A5E background.


White color preview on #506A5E background

This text has white color on #506A5E background.