COLOR #506E67

HEX: #506E67 RGB: (80,110,103)

Color info

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

RGB color model

#506E67 color RGB value is (80,110,103).

RGB: (80,110,103) (31%, 43%, 40%)

RGB channels and saturation

R 80 of 255 = 31%
G 110 of 255 = 43%
B 103 of 255 = 40%

80
110
103

R + G + B ~ 38%. #506E67 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 110 + 103 = 293 (100%)
R 80 of 293 ~ 27.3%
G 110 of 293 ~ 37.54%
B 103 of 293 ~ 35.15'%

%27.3
%37.54
%35.15

CMYK color model

#506E67 color CMYK value is (27,0,6,57).

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

CMYK: (27,0,6,57)
C27M0Y6K57 (27%, 0%, 6%, 57%)
(0.27 / 0.00 / 0.06 / 0.57)

CMYK percentages

%27.27
%0
%6.36
%56.86

Codes

Color #506E67 in popluar color models

50 6E 67
RGB 80 110 103
HSL 166° 15.79% 37.25%
HSB/HSV 166° 27.27% 43.14%
CMYK 27.27% 0.00% 6.36%
56.86%

Color #506E67 in popluar number systems.

HEX 50 6E 67
Decimal 80 110 103
Binary 1010000 1101110 1100111
Octal 120 156 147

Shades and tints

Shades of #506E67

#506E67
(80,110,103)
#49645E
(73,100,94)
#425A55
(66,90,85)
#3B504C
(59,80,76)
#344643
(52,70,67)
#2D3C3A
(45,60,58)
#263231
(38,50,49)
#1F2828
(31,40,40)
#181E1F
(24,30,31)
#111416
(17,20,22)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #506E67

#506E67
(80,110,103)
#5F7B74
(95,123,116)
#6E8881
(110,136,129)
#7D958E
(125,149,142)
#8CA29B
(140,162,155)
#9BAFA8
(155,175,168)
#AABCB5
(170,188,181)
#B9C9C2
(185,201,194)
#C8D6CF
(200,214,207)
#D7E3DC
(215,227,220)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506E67; }

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

This text font color is #506E67.

Background Color

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

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

This div background color is #506E67.

Border color

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

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

This div border color is #506E67.

Opacity

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

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

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

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

This text has shadow with #506E67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506E67.

Preview

Color preview on black background

This text has color #506E67 on black background.


Color preview on white background

This text has color #506E67 on white background.


Black color preview on #506E67 background

This text has black color on #506E67 background.


White color preview on #506E67 background

This text has white color on #506E67 background.


Related colors

Complementary color

Complementary color for #hex is #AF9198.


I love getcolorcode.com

Triadic colors

1 #67506E and #6E6750 with #506E67 are triadic colors.

2 #676E50 and #6E5067 with #506E67 are triadic colors.