COLOR #506C75

HEX: #506C75 RGB: (80,108,117)

Color info

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

RGB color model

#506C75 color RGB value is (80,108,117).

RGB: (80,108,117) (31%, 42%, 46%)

RGB channels and saturation

R 80 of 255 = 31%
G 108 of 255 = 42%
B 117 of 255 = 46%

80
108
117

R + G + B ~ 40%. #506C75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 108 + 117 = 305 (100%)
R 80 of 305 ~ 26.23%
G 108 of 305 ~ 35.41%
B 117 of 305 ~ 38.36'%

%26.23
%35.41
%38.36

CMYK color model

#506C75 color CMYK value is (32,8,0,54).

  • cyan value is 31.62%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (32,8,0,54)
C32M8Y0K54 (32%, 8%, 0%, 54%)
(0.32 / 0.08 / 0.00 / 0.54)

CMYK percentages

%31.62
%7.69
%0
%54.12

Codes

Color #506C75 in popluar color models

50 6C 75
RGB 80 108 117
HSL 195° 18.78% 38.63%
HSB/HSV 195° 31.62% 45.88%
CMYK 31.62% 7.69% 0.00%
54.12%

Color #506C75 in popluar number systems.

HEX 50 6C 75
Decimal 80 108 117
Binary 1010000 1101100 1110101
Octal 120 154 165

Shades and tints

Shades of #506C75

#506C75
(80,108,117)
#49636B
(73,99,107)
#425A61
(66,90,97)
#3B5157
(59,81,87)
#34484D
(52,72,77)
#2D3F43
(45,63,67)
#263639
(38,54,57)
#1F2D2F
(31,45,47)
#182425
(24,36,37)
#111B1B
(17,27,27)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #506C75

#506C75
(80,108,117)
#5F7981
(95,121,129)
#6E868D
(110,134,141)
#7D9399
(125,147,153)
#8CA0A5
(140,160,165)
#9BADB1
(155,173,177)
#AABABD
(170,186,189)
#B9C7C9
(185,199,201)
#C8D4D5
(200,212,213)
#D7E1E1
(215,225,225)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506C75 color. Also use rgb(80,108,117) instead hex code.

Text Font Color

.myTextColor { color: #506C75; }

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

This text font color is #506C75.

Background Color

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

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

This div background color is #506C75.

Border color

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

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

This div border color is #506C75.

Opacity

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

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

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

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

This text has shadow with #506C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506C75.

Preview

Color preview on black background

This text has color #506C75 on black background.


Color preview on white background

This text has color #506C75 on white background.


Black color preview on #506C75 background

This text has black color on #506C75 background.


White color preview on #506C75 background

This text has white color on #506C75 background.


Related colors

Complementary color

Complementary color for #hex is #AF938A.


I love getcolorcode.com

Triadic colors

1 #75506C and #6C7550 with #506C75 are triadic colors.

2 #756C50 and #6C5075 with #506C75 are triadic colors.