COLOR #504360

HEX: #504360
RGB: (80,67,96)

Color info

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

RGB color model

#504360 color RGB value is (80,67,96).

  • red value is 80;
  • green value is 67;
  • blue value is 96.
RGB:
(80,67,96)
(31%,26%,38%)

RGB channels and saturation

R 80 of 255 = 31%
G 67 of 255 = 26%
B 96 of 255 = 38%

80
67
96

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

Portions of RGB colors in percentages

R + G + B =
80 + 67 + 96 = 243 (100%)
R 80 of 243 ~ 32.92%
G 67 of 243 ~ 27.57%
B 96 of 243 ~ 39.51%

%32.92
%27.57
%39.51

CMYK color model

#504360 color CMYK value is (17,30,0,62).

  • cyan value is 16.67%
  • magenta value is 30.21%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(17,30,0,62)
C17M30Y0K62 
(17%,30%,0%,62%)
(0.17/0.30/0.00/0.62)	

CMYK percentages

%16.67
%30.21
%0
%62.35

Codes

Color #504360 in popluar color models

504360
RGB806796
HSL267°17.79%31.96%
HSB/HSV267°30.21%37.65%
CMYK16.67%30.21%0.00%
62.35%

Color #504360 in popluar number systems.

HEX504360
Decimal806796
Binary101000010000111100000
Octal120103140

Shades and tints

Shades of #504360

#504360
(80,67,96)
#493D58
(73,61,88)
#423750
(66,55,80)
#3B3148
(59,49,72)
#342B40
(52,43,64)
#2D2538
(45,37,56)
#261F30
(38,31,48)
#1F1928
(31,25,40)
#181320
(24,19,32)
#110D18
(17,13,24)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #504360

#504360
(80,67,96)
#5F546E
(95,84,110)
#6E657C
(110,101,124)
#7D768A
(125,118,138)
#8C8798
(140,135,152)
#9B98A6
(155,152,166)
#AAA9B4
(170,169,180)
#B9BAC2
(185,186,194)
#C8CBD0
(200,203,208)
#D7DCDE
(215,220,222)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504360 color. Also use rgb(80,67,96) instead hex code.

Text Font Color

.myTextColor { color: #504360; }

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

This text font color is #504360.


Background Color

.myBgColor { background-color: #504360; }

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

This div background color is #504360.


Border color

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

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

This div border color is #504360.


Opacity

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

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

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

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

This text has shadow with #504360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504360 on black background.


Color preview on white background

This text has color #504360 on white background.



Black color preview on #504360 background

This text has black color on #504360 background.


White color preview on #504360 background

This text has white color on #504360 background.