COLOR #506E5E

HEX: #506E5E
RGB: (80,110,94)

Color info

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

RGB color model

#506E5E color RGB value is (80,110,94).

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

RGB channels and saturation

R 80 of 255 = 31%
G 110 of 255 = 43%
B 94 of 255 = 37%

80
110
94

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

Portions of RGB colors in percentages

R + G + B =
80 + 110 + 94 = 284 (100%)
R 80 of 284 ~ 28.17%
G 110 of 284 ~ 38.73%
B 94 of 284 ~ 33.1%

%28.17
%38.73
%33.1

CMYK color model

#506E5E color CMYK value is (27,0,15,57).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(27,0,15,57)
C27M0Y15K57 
(27%,0%,15%,57%)
(0.27/0.00/0.15/0.57)	

CMYK percentages

%27.27
%0
%14.55
%56.86

Codes

Color #506E5E in popluar color models

506E5E
RGB8011094
HSL148°15.79%37.25%
HSB/HSV148°27.27%43.14%
CMYK27.27%0.00%14.55%
56.86%

Color #506E5E in popluar number systems.

HEX506E5E
Decimal8011094
Binary101000011011101011110
Octal120156136

Shades and tints

Shades of #506E5E

#506E5E
(80,110,94)
#496456
(73,100,86)
#425A4E
(66,90,78)
#3B5046
(59,80,70)
#34463E
(52,70,62)
#2D3C36
(45,60,54)
#26322E
(38,50,46)
#1F2826
(31,40,38)
#181E1E
(24,30,30)
#111416
(17,20,22)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #506E5E

#506E5E
(80,110,94)
#5F7B6C
(95,123,108)
#6E887A
(110,136,122)
#7D9588
(125,149,136)
#8CA296
(140,162,150)
#9BAFA4
(155,175,164)
#AABCB2
(170,188,178)
#B9C9C0
(185,201,192)
#C8D6CE
(200,214,206)
#D7E3DC
(215,227,220)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506E5E; }

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

This text font color is #506E5E.


Background Color

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

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

This div background color is #506E5E.


Border color

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

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

This div border color is #506E5E.


Opacity

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

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

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

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

This text has shadow with #506E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506E5E on black background.


Color preview on white background

This text has color #506E5E on white background.



Black color preview on #506E5E background

This text has black color on #506E5E background.


White color preview on #506E5E background

This text has white color on #506E5E background.