COLOR #506E6B

HEX: #506E6B RGB: (80,110,107)

Color info

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

RGB color model

#506E6B color RGB value is (80,110,107).

RGB: (80,110,107) (31%, 43%, 42%)

RGB channels and saturation

R 80 of 255 = 31%
G 110 of 255 = 43%
B 107 of 255 = 42%

80
110
107

R + G + B ~ 39%. #506E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 110 + 107 = 297 (100%)
R 80 of 297 ~ 26.94%
G 110 of 297 ~ 37.04%
B 107 of 297 ~ 36.03'%

%26.94
%37.04
%36.03

CMYK color model

#506E6B color CMYK value is (27,0,3,57).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 2.73%
  • key color value is 56.86%

CMYK: (27,0,3,57)
C27M0Y3K57 (27%, 0%, 3%, 57%)
(0.27 / 0.00 / 0.03 / 0.57)

CMYK percentages

%27.27
%0
%2.73
%56.86

Codes

Color #506E6B in popluar color models

50 6E 6B
RGB 80 110 107
HSL 174° 15.79% 37.25%
HSB/HSV 174° 27.27% 43.14%
CMYK 27.27% 0.00% 2.73%
56.86%

Color #506E6B in popluar number systems.

HEX 50 6E 6B
Decimal 80 110 107
Binary 1010000 1101110 1101011
Octal 120 156 153

Shades and tints

Shades of #506E6B

#506E6B
(80,110,107)
#496462
(73,100,98)
#425A59
(66,90,89)
#3B5050
(59,80,80)
#344647
(52,70,71)
#2D3C3E
(45,60,62)
#263235
(38,50,53)
#1F282C
(31,40,44)
#181E23
(24,30,35)
#11141A
(17,20,26)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #506E6B

#506E6B
(80,110,107)
#5F7B78
(95,123,120)
#6E8885
(110,136,133)
#7D9592
(125,149,146)
#8CA29F
(140,162,159)
#9BAFAC
(155,175,172)
#AABCB9
(170,188,185)
#B9C9C6
(185,201,198)
#C8D6D3
(200,214,211)
#D7E3E0
(215,227,224)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506E6B; }

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

This text font color is #506E6B.

Background Color

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

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

This div background color is #506E6B.

Border color

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

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

This div border color is #506E6B.

Opacity

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

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

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

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

This text has shadow with #506E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506E6B.

Preview

Color preview on black background

This text has color #506E6B on black background.


Color preview on white background

This text has color #506E6B on white background.


Black color preview on #506E6B background

This text has black color on #506E6B background.


White color preview on #506E6B background

This text has white color on #506E6B background.


Related colors

Complementary color

Complementary color for #hex is #AF9194.


I love getcolorcode.com

Triadic colors

1 #6B506E and #6E6B50 with #506E6B are triadic colors.

2 #6B6E50 and #6E506B with #506E6B are triadic colors.