COLOR #504961

HEX: #504961
RGB: (80,73,97)

Color info

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

RGB color model

#504961 color RGB value is (80,73,97).

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

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 97 of 255 = 38%

80
73
97

R + G + B ~ 33%. #504961 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 97 = 250 (100%)
R 80 of 250 ~ 32%
G 73 of 250 ~ 29.2%
B 97 of 250 ~ 38.8%

%32
%29.2
%38.8

CMYK color model

#504961 color CMYK value is (18,25,0,62).

  • cyan value is 17.53%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(18,25,0,62)
C18M25Y0K62 
(18%,25%,0%,62%)
(0.18/0.25/0.00/0.62)	

CMYK percentages

%17.53
%24.74
%0
%61.96

Codes

Color #504961 in popluar color models

504961
RGB807397
HSL258°14.12%33.33%
HSB/HSV258°24.74%38.04%
CMYK17.53%24.74%0.00%
61.96%

Color #504961 in popluar number systems.

HEX504961
Decimal807397
Binary101000010010011100001
Octal120111141

Shades and tints

Shades of #504961

#504961
(80,73,97)
#494359
(73,67,89)
#423D51
(66,61,81)
#3B3749
(59,55,73)
#343141
(52,49,65)
#2D2B39
(45,43,57)
#262531
(38,37,49)
#1F1F29
(31,31,41)
#181921
(24,25,33)
#111319
(17,19,25)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #504961

#504961
(80,73,97)
#5F596F
(95,89,111)
#6E697D
(110,105,125)
#7D798B
(125,121,139)
#8C8999
(140,137,153)
#9B99A7
(155,153,167)
#AAA9B5
(170,169,181)
#B9B9C3
(185,185,195)
#C8C9D1
(200,201,209)
#D7D9DF
(215,217,223)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504961; }

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

This text font color is #504961.


Background Color

.myBgColor { background-color: #504961; }

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

This div background color is #504961.


Border color

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

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

This div border color is #504961.


Opacity

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

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

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

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

This text has shadow with #504961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504961 on black background.


Color preview on white background

This text has color #504961 on white background.



Black color preview on #504961 background

This text has black color on #504961 background.


White color preview on #504961 background

This text has white color on #504961 background.