COLOR #505355

HEX: #505355
RGB: (80,83,85)

Color info

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

RGB color model

#505355 color RGB value is (80,83,85).

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

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 85 of 255 = 33%

80
83
85

R + G + B ~ 32%. #505355 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 85 = 248 (100%)
R 80 of 248 ~ 32.26%
G 83 of 248 ~ 33.47%
B 85 of 248 ~ 34.27%

%32.26
%33.47
%34.27

CMYK color model

#505355 color CMYK value is (6,2,0,67).

  • cyan value is 5.88%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(6,2,0,67)
C6M2Y0K67 
(6%,2%,0%,67%)
(0.06/0.02/0.00/0.67)	

CMYK percentages

%5.88
%2.35
%0
%66.67

Codes

Color #505355 in popluar color models

505355
RGB808385
HSL204°3.03%32.35%
HSB/HSV204°5.88%33.33%
CMYK5.88%2.35%0.00%
66.67%

Color #505355 in popluar number systems.

HEX505355
Decimal808385
Binary101000010100111010101
Octal120123125

Shades and tints

Shades of #505355

#505355
(80,83,85)
#494C4E
(73,76,78)
#424547
(66,69,71)
#3B3E40
(59,62,64)
#343739
(52,55,57)
#2D3032
(45,48,50)
#26292B
(38,41,43)
#1F2224
(31,34,36)
#181B1D
(24,27,29)
#111416
(17,20,22)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #505355

#505355
(80,83,85)
#5F6264
(95,98,100)
#6E7173
(110,113,115)
#7D8082
(125,128,130)
#8C8F91
(140,143,145)
#9B9EA0
(155,158,160)
#AAADAF
(170,173,175)
#B9BCBE
(185,188,190)
#C8CBCD
(200,203,205)
#D7DADC
(215,218,220)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505355; }

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

This text font color is #505355.


Background Color

.myBgColor { background-color: #505355; }

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

This div background color is #505355.


Border color

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

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

This div border color is #505355.


Opacity

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

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

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

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

This text has shadow with #505355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505355 on black background.


Color preview on white background

This text has color #505355 on white background.



Black color preview on #505355 background

This text has black color on #505355 background.


White color preview on #505355 background

This text has white color on #505355 background.