COLOR #505867

HEX: #505867
RGB: (80,88,103)

Color info

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

RGB color model

#505867 color RGB value is (80,88,103).

  • red value is 80;
  • green value is 88;
  • blue value is 103.
RGB:
(80,88,103)
(31%,35%,40%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 103 of 255 = 40%

80
88
103

R + G + B ~ 35%. #505867 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 88 + 103 = 271 (100%)
R 80 of 271 ~ 29.52%
G 88 of 271 ~ 32.47%
B 103 of 271 ~ 38.01%

%29.52
%32.47
%38.01

CMYK color model

#505867 color CMYK value is (22,15,0,60).

  • cyan value is 22.33%
  • magenta value is 14.56%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(22,15,0,60)
C22M15Y0K60 
(22%,15%,0%,60%)
(0.22/0.15/0.00/0.60)	

CMYK percentages

%22.33
%14.56
%0
%59.61

Codes

Color #505867 in popluar color models

505867
RGB8088103
HSL219°12.57%35.88%
HSB/HSV219°22.33%40.39%
CMYK22.33%14.56%0.00%
59.61%

Color #505867 in popluar number systems.

HEX505867
Decimal8088103
Binary101000010110001100111
Octal120130147

Shades and tints

Shades of #505867

#505867
(80,88,103)
#49505E
(73,80,94)
#424855
(66,72,85)
#3B404C
(59,64,76)
#343843
(52,56,67)
#2D303A
(45,48,58)
#262831
(38,40,49)
#1F2028
(31,32,40)
#18181F
(24,24,31)
#111016
(17,16,22)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #505867

#505867
(80,88,103)
#5F6774
(95,103,116)
#6E7681
(110,118,129)
#7D858E
(125,133,142)
#8C949B
(140,148,155)
#9BA3A8
(155,163,168)
#AAB2B5
(170,178,181)
#B9C1C2
(185,193,194)
#C8D0CF
(200,208,207)
#D7DFDC
(215,223,220)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505867; }

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

This text font color is #505867.


Background Color

.myBgColor { background-color: #505867; }

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

This div background color is #505867.


Border color

.myBorderColor { border: 1px solid #505867; }

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

This div border color is #505867.


Opacity

.myOpacity80 { color: #505867; opacity: 0.8; }

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

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

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

This text has shadow with #505867 color.

.textShadow {text-shadow: 3px 3px 1px #505867, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #505867;
-webkit-box-shadow: 1px 1px 3px 2px #505867;
box-shadow:1px 1px 3px 2px #505867;">
Div content here</div>
This div box has shadow with color #505867.

Preview

Color preview on black background

This text has color #505867 on black background.


Color preview on white background

This text has color #505867 on white background.



Black color preview on #505867 background

This text has black color on #505867 background.


White color preview on #505867 background

This text has white color on #505867 background.