COLOR #504955

HEX: #504955
RGB: (80,73,85)

Color info

#504955 contains red, green and blue colors in about the same proportion. Web safe color of #504955 is #663366 (or #636).

RGB color model

#504955 color RGB value is (80,73,85).

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

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 85 of 255 = 33%

80
73
85

R + G + B ~ 31%. #504955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 85 = 238 (100%)
R 80 of 238 ~ 33.61%
G 73 of 238 ~ 30.67%
B 85 of 238 ~ 35.71%

%33.61
%30.67
%35.71

CMYK color model

#504955 color CMYK value is (6,14,0,67).

  • cyan value is 5.88%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(6,14,0,67)
C6M14Y0K67 
(6%,14%,0%,67%)
(0.06/0.14/0.00/0.67)	

CMYK percentages

%5.88
%14.12
%0
%66.67

Codes

Color #504955 in popluar color models

504955
RGB807385
HSL275°7.59%30.98%
HSB/HSV275°14.12%33.33%
CMYK5.88%14.12%0.00%
66.67%

Color #504955 in popluar number systems.

HEX504955
Decimal807385
Binary101000010010011010101
Octal120111125

Shades and tints

Shades of #504955

#504955
(80,73,85)
#49434E
(73,67,78)
#423D47
(66,61,71)
#3B3740
(59,55,64)
#343139
(52,49,57)
#2D2B32
(45,43,50)
#26252B
(38,37,43)
#1F1F24
(31,31,36)
#18191D
(24,25,29)
#111316
(17,19,22)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #504955

#504955
(80,73,85)
#5F5964
(95,89,100)
#6E6973
(110,105,115)
#7D7982
(125,121,130)
#8C8991
(140,137,145)
#9B99A0
(155,153,160)
#AAA9AF
(170,169,175)
#B9B9BE
(185,185,190)
#C8C9CD
(200,201,205)
#D7D9DC
(215,217,220)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504955; }

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

This text font color is #504955.


Background Color

.myBgColor { background-color: #504955; }

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

This div background color is #504955.


Border color

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

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

This div border color is #504955.


Opacity

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

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

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

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

This text has shadow with #504955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504955 on black background.


Color preview on white background

This text has color #504955 on white background.



Black color preview on #504955 background

This text has black color on #504955 background.


White color preview on #504955 background

This text has white color on #504955 background.