COLOR #505155

HEX: #505155
RGB: (80,81,85)

Color info

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

RGB color model

#505155 color RGB value is (80,81,85).

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

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 85 of 255 = 33%

80
81
85

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

Portions of RGB colors in percentages

R + G + B =
80 + 81 + 85 = 246 (100%)
R 80 of 246 ~ 32.52%
G 81 of 246 ~ 32.93%
B 85 of 246 ~ 34.55%

%32.52
%32.93
%34.55

CMYK color model

#505155 color CMYK value is (6,5,0,67).

  • cyan value is 5.88%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(6,5,0,67)
C6M5Y0K67 
(6%,5%,0%,67%)
(0.06/0.05/0.00/0.67)	

CMYK percentages

%5.88
%4.71
%0
%66.67

Codes

Color #505155 in popluar color models

505155
RGB808185
HSL228°3.03%32.35%
HSB/HSV228°5.88%33.33%
CMYK5.88%4.71%0.00%
66.67%

Color #505155 in popluar number systems.

HEX505155
Decimal808185
Binary101000010100011010101
Octal120121125

Shades and tints

Shades of #505155

#505155
(80,81,85)
#494A4E
(73,74,78)
#424347
(66,67,71)
#3B3C40
(59,60,64)
#343539
(52,53,57)
#2D2E32
(45,46,50)
#26272B
(38,39,43)
#1F2024
(31,32,36)
#18191D
(24,25,29)
#111216
(17,18,22)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #505155

#505155
(80,81,85)
#5F6064
(95,96,100)
#6E6F73
(110,111,115)
#7D7E82
(125,126,130)
#8C8D91
(140,141,145)
#9B9CA0
(155,156,160)
#AAABAF
(170,171,175)
#B9BABE
(185,186,190)
#C8C9CD
(200,201,205)
#D7D8DC
(215,216,220)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505155; }

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

This text font color is #505155.


Background Color

.myBgColor { background-color: #505155; }

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

This div background color is #505155.


Border color

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

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

This div border color is #505155.


Opacity

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

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

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

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

This text has shadow with #505155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505155 on black background.


Color preview on white background

This text has color #505155 on white background.



Black color preview on #505155 background

This text has black color on #505155 background.


White color preview on #505155 background

This text has white color on #505155 background.