COLOR #506A60

HEX: #506A60 RGB: (80,106,96)

Color info

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

RGB color model

#506A60 color RGB value is (80,106,96).

RGB: (80,106,96) (31%, 42%, 38%)

RGB channels and saturation

R 80 of 255 = 31%
G 106 of 255 = 42%
B 96 of 255 = 38%

80
106
96

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

Portions of RGB colors in percentages

R + G + B = 80 + 106 + 96 = 282 (100%)
R 80 of 282 ~ 28.37%
G 106 of 282 ~ 37.59%
B 96 of 282 ~ 34.04'%

%28.37
%37.59
%34.04

CMYK color model

#506A60 color CMYK value is (25,0,9,58).

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 58.43%

CMYK: (25,0,9,58)
C25M0Y9K58 (25%, 0%, 9%, 58%)
(0.25 / 0.00 / 0.09 / 0.58)

CMYK percentages

%24.53
%0
%9.43
%58.43

Codes

Color #506A60 in popluar color models

50 6A 60
RGB 80 106 96
HSL 157° 13.98% 36.47%
HSB/HSV 157° 24.53% 41.57%
CMYK 24.53% 0.00% 9.43%
58.43%

Color #506A60 in popluar number systems.

HEX 50 6A 60
Decimal 80 106 96
Binary 1010000 1101010 1100000
Octal 120 152 140

Shades and tints

Shades of #506A60

#506A60
(80,106,96)
#496158
(73,97,88)
#425850
(66,88,80)
#3B4F48
(59,79,72)
#344640
(52,70,64)
#2D3D38
(45,61,56)
#263430
(38,52,48)
#1F2B28
(31,43,40)
#182220
(24,34,32)
#111918
(17,25,24)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #506A60

#506A60
(80,106,96)
#5F776E
(95,119,110)
#6E847C
(110,132,124)
#7D918A
(125,145,138)
#8C9E98
(140,158,152)
#9BABA6
(155,171,166)
#AAB8B4
(170,184,180)
#B9C5C2
(185,197,194)
#C8D2D0
(200,210,208)
#D7DFDE
(215,223,222)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506A60; }

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

This text font color is #506A60.

Background Color

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

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

This div background color is #506A60.

Border color

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

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

This div border color is #506A60.

Opacity

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

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

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

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

This text has shadow with #506A60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506A60.

Preview

Color preview on black background

This text has color #506A60 on black background.


Color preview on white background

This text has color #506A60 on white background.


Black color preview on #506A60 background

This text has black color on #506A60 background.


White color preview on #506A60 background

This text has white color on #506A60 background.


Related colors

Complementary color

Complementary color for #hex is #AF959F.


I love getcolorcode.com

Triadic colors

1 #60506A and #6A6050 with #506A60 are triadic colors.

2 #606A50 and #6A5060 with #506A60 are triadic colors.