COLOR #505377

HEX: #505377
RGB: (80,83,119)

Color info

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

RGB color model

#505377 color RGB value is (80,83,119).

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

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 119 of 255 = 47%

80
83
119

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

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 119 = 282 (100%)
R 80 of 282 ~ 28.37%
G 83 of 282 ~ 29.43%
B 119 of 282 ~ 42.2%

%28.37
%29.43
%42.2

CMYK color model

#505377 color CMYK value is (33,30,0,53).

  • cyan value is 32.77%
  • magenta value is 30.25%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(33,30,0,53)
C33M30Y0K53 
(33%,30%,0%,53%)
(0.33/0.30/0.00/0.53)	

CMYK percentages

%32.77
%30.25
%0
%53.33

Codes

Color #505377 in popluar color models

505377
RGB8083119
HSL235°19.60%39.02%
HSB/HSV235°32.77%46.67%
CMYK32.77%30.25%0.00%
53.33%

Color #505377 in popluar number systems.

HEX505377
Decimal8083119
Binary101000010100111110111
Octal120123167

Shades and tints

Shades of #505377

#505377
(80,83,119)
#494C6D
(73,76,109)
#424563
(66,69,99)
#3B3E59
(59,62,89)
#34374F
(52,55,79)
#2D3045
(45,48,69)
#26293B
(38,41,59)
#1F2231
(31,34,49)
#181B27
(24,27,39)
#11141D
(17,20,29)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #505377

#505377
(80,83,119)
#5F6283
(95,98,131)
#6E718F
(110,113,143)
#7D809B
(125,128,155)
#8C8FA7
(140,143,167)
#9B9EB3
(155,158,179)
#AAADBF
(170,173,191)
#B9BCCB
(185,188,203)
#C8CBD7
(200,203,215)
#D7DAE3
(215,218,227)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505377; }

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

This text font color is #505377.


Background Color

.myBgColor { background-color: #505377; }

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

This div background color is #505377.


Border color

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

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

This div border color is #505377.


Opacity

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

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

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

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

This text has shadow with #505377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505377 on black background.


Color preview on white background

This text has color #505377 on white background.



Black color preview on #505377 background

This text has black color on #505377 background.


White color preview on #505377 background

This text has white color on #505377 background.