COLOR #505363

HEX: #505363
RGB: (80,83,99)

Color info

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

RGB color model

#505363 color RGB value is (80,83,99).

  • red value is 80;
  • green value is 83;
  • blue value is 99.
RGB:
(80,83,99)
(31%,33%,39%)

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 99 of 255 = 39%

80
83
99

R + G + B ~ 34%. #505363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 99 = 262 (100%)
R 80 of 262 ~ 30.53%
G 83 of 262 ~ 31.68%
B 99 of 262 ~ 37.79%

%30.53
%31.68
%37.79

CMYK color model

#505363 color CMYK value is (19,16,0,61).

  • cyan value is 19.19%
  • magenta value is 16.16%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(19,16,0,61)
C19M16Y0K61 
(19%,16%,0%,61%)
(0.19/0.16/0.00/0.61)	

CMYK percentages

%19.19
%16.16
%0
%61.18

Codes

Color #505363 in popluar color models

505363
RGB808399
HSL231°10.61%35.10%
HSB/HSV231°19.19%38.82%
CMYK19.19%16.16%0.00%
61.18%

Color #505363 in popluar number systems.

HEX505363
Decimal808399
Binary101000010100111100011
Octal120123143

Shades and tints

Shades of #505363

#505363
(80,83,99)
#494C5A
(73,76,90)
#424551
(66,69,81)
#3B3E48
(59,62,72)
#34373F
(52,55,63)
#2D3036
(45,48,54)
#26292D
(38,41,45)
#1F2224
(31,34,36)
#181B1B
(24,27,27)
#111412
(17,20,18)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #505363

#505363
(80,83,99)
#5F6271
(95,98,113)
#6E717F
(110,113,127)
#7D808D
(125,128,141)
#8C8F9B
(140,143,155)
#9B9EA9
(155,158,169)
#AAADB7
(170,173,183)
#B9BCC5
(185,188,197)
#C8CBD3
(200,203,211)
#D7DAE1
(215,218,225)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505363 color. Also use rgb(80,83,99) instead hex code.

Text Font Color

.myTextColor { color: #505363; }

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

This text font color is #505363.


Background Color

.myBgColor { background-color: #505363; }

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

This div background color is #505363.


Border color

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

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

This div border color is #505363.


Opacity

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

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

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

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

This text has shadow with #505363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505363 on black background.


Color preview on white background

This text has color #505363 on white background.



Black color preview on #505363 background

This text has black color on #505363 background.


White color preview on #505363 background

This text has white color on #505363 background.