COLOR #505F70

HEX: #505F70 RGB: (80,95,112)

Color info

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

RGB color model

#505F70 color RGB value is (80,95,112).

RGB: (80,95,112) (31%, 37%, 44%)

RGB channels and saturation

R 80 of 255 = 31%
G 95 of 255 = 37%
B 112 of 255 = 44%

80
95
112

R + G + B ~ 37%. #505F70 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 95 + 112 = 287 (100%)
R 80 of 287 ~ 27.87%
G 95 of 287 ~ 33.1%
B 112 of 287 ~ 39.02'%

%27.87
%33.1
%39.02

CMYK color model

#505F70 color CMYK value is (29,15,0,56).

  • cyan value is 28.57%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (29,15,0,56)
C29M15Y0K56 (29%, 15%, 0%, 56%)
(0.29 / 0.15 / 0.00 / 0.56)

CMYK percentages

%28.57
%15.18
%0
%56.08

Codes

Color #505F70 in popluar color models

50 5F 70
RGB 80 95 112
HSL 212° 16.67% 37.65%
HSB/HSV 212° 28.57% 43.92%
CMYK 28.57% 15.18% 0.00%
56.08%

Color #505F70 in popluar number systems.

HEX 50 5F 70
Decimal 80 95 112
Binary 1010000 1011111 1110000
Octal 120 137 160

Shades and tints

Shades of #505F70

#505F70
(80,95,112)
#495766
(73,87,102)
#424F5C
(66,79,92)
#3B4752
(59,71,82)
#343F48
(52,63,72)
#2D373E
(45,55,62)
#262F34
(38,47,52)
#1F272A
(31,39,42)
#181F20
(24,31,32)
#111716
(17,23,22)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #505F70

#505F70
(80,95,112)
#5F6D7D
(95,109,125)
#6E7B8A
(110,123,138)
#7D8997
(125,137,151)
#8C97A4
(140,151,164)
#9BA5B1
(155,165,177)
#AAB3BE
(170,179,190)
#B9C1CB
(185,193,203)
#C8CFD8
(200,207,216)
#D7DDE5
(215,221,229)
#E6EBF2
(230,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505F70 color. Also use rgb(80,95,112) instead hex code.

Text Font Color

.myTextColor { color: #505F70; }

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

This text font color is #505F70.

Background Color

.myBgColor { background-color: #505F70; }

<div style="background-color:#505F70">Inner text</div>

This div background color is #505F70.

Border color

.myBorderColor { border: 1px solid #505F70; }

<div style="border:3px solid #505F70">Div</div>

This div border color is #505F70.

Opacity

.myOpacity80 { color: #505F70; opacity: 0.8; }

<p style="color:#505F70;opacity:0.8;">80%</p>

Text with #505F70 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 #505F70;}

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

This text has shadow with #505F70 color.


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

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

This text has shadow with #505F70 primary color and red secondary color.


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

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

This text has shadow with #505F70 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #505F70.

Preview

Color preview on black background

This text has color #505F70 on black background.


Color preview on white background

This text has color #505F70 on white background.


Black color preview on #505F70 background

This text has black color on #505F70 background.


White color preview on #505F70 background

This text has white color on #505F70 background.


Related colors

Complementary color

Complementary color for #hex is #AFA08F.


I love getcolorcode.com

Triadic colors

1 #70505F and #5F7050 with #505F70 are triadic colors.

2 #705F50 and #5F5070 with #505F70 are triadic colors.