COLOR #504163

HEX: #504163
RGB: (80,65,99)

Color info

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

RGB color model

#504163 color RGB value is (80,65,99).

  • red value is 80;
  • green value is 65;
  • blue value is 99.
RGB:
(80,65,99)
(31%,25%,39%)

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 99 of 255 = 39%

80
65
99

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

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 99 = 244 (100%)
R 80 of 244 ~ 32.79%
G 65 of 244 ~ 26.64%
B 99 of 244 ~ 40.57%

%32.79
%26.64
%40.57

CMYK color model

#504163 color CMYK value is (19,34,0,61).

  • cyan value is 19.19%
  • magenta value is 34.34%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(19,34,0,61)
C19M34Y0K61 
(19%,34%,0%,61%)
(0.19/0.34/0.00/0.61)	

CMYK percentages

%19.19
%34.34
%0
%61.18

Codes

Color #504163 in popluar color models

504163
RGB806599
HSL266°20.73%32.16%
HSB/HSV266°34.34%38.82%
CMYK19.19%34.34%0.00%
61.18%

Color #504163 in popluar number systems.

HEX504163
Decimal806599
Binary101000010000011100011
Octal120101143

Shades and tints

Shades of #504163

#504163
(80,65,99)
#493C5A
(73,60,90)
#423751
(66,55,81)
#3B3248
(59,50,72)
#342D3F
(52,45,63)
#2D2836
(45,40,54)
#26232D
(38,35,45)
#1F1E24
(31,30,36)
#18191B
(24,25,27)
#111412
(17,20,18)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #504163

#504163
(80,65,99)
#5F5271
(95,82,113)
#6E637F
(110,99,127)
#7D748D
(125,116,141)
#8C859B
(140,133,155)
#9B96A9
(155,150,169)
#AAA7B7
(170,167,183)
#B9B8C5
(185,184,197)
#C8C9D3
(200,201,211)
#D7DAE1
(215,218,225)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504163 color. Also use rgb(80,65,99) instead hex code.

Text Font Color

.myTextColor { color: #504163; }

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

This text font color is #504163.


Background Color

.myBgColor { background-color: #504163; }

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

This div background color is #504163.


Border color

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

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

This div border color is #504163.


Opacity

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

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

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

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

This text has shadow with #504163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504163 on black background.


Color preview on white background

This text has color #504163 on white background.



Black color preview on #504163 background

This text has black color on #504163 background.


White color preview on #504163 background

This text has white color on #504163 background.