COLOR #504C69

HEX: #504C69
RGB: (80,76,105)

Color info

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

RGB color model

#504C69 color RGB value is (80,76,105).

  • red value is 80;
  • green value is 76;
  • blue value is 105.
RGB:
(80,76,105)
(31%,30%,41%)

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 105 of 255 = 41%

80
76
105

R + G + B ~ 34%. #504C69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 105 = 261 (100%)
R 80 of 261 ~ 30.65%
G 76 of 261 ~ 29.12%
B 105 of 261 ~ 40.23%

%30.65
%29.12
%40.23

CMYK color model

#504C69 color CMYK value is (24,28,0,59).

  • cyan value is 23.81%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(24,28,0,59)
C24M28Y0K59 
(24%,28%,0%,59%)
(0.24/0.28/0.00/0.59)	

CMYK percentages

%23.81
%27.62
%0
%58.82

Codes

Color #504C69 in popluar color models

504C69
RGB8076105
HSL248°16.02%35.49%
HSB/HSV248°27.62%41.18%
CMYK23.81%27.62%0.00%
58.82%

Color #504C69 in popluar number systems.

HEX504C69
Decimal8076105
Binary101000010011001101001
Octal120114151

Shades and tints

Shades of #504C69

#504C69
(80,76,105)
#494660
(73,70,96)
#424057
(66,64,87)
#3B3A4E
(59,58,78)
#343445
(52,52,69)
#2D2E3C
(45,46,60)
#262833
(38,40,51)
#1F222A
(31,34,42)
#181C21
(24,28,33)
#111618
(17,22,24)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #504C69

#504C69
(80,76,105)
#5F5C76
(95,92,118)
#6E6C83
(110,108,131)
#7D7C90
(125,124,144)
#8C8C9D
(140,140,157)
#9B9CAA
(155,156,170)
#AAACB7
(170,172,183)
#B9BCC4
(185,188,196)
#C8CCD1
(200,204,209)
#D7DCDE
(215,220,222)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504C69 color. Also use rgb(80,76,105) instead hex code.

Text Font Color

.myTextColor { color: #504C69; }

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

This text font color is #504C69.


Background Color

.myBgColor { background-color: #504C69; }

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

This div background color is #504C69.


Border color

.myBorderColor { border: 1px solid #504C69; }

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

This div border color is #504C69.


Opacity

.myOpacity80 { color: #504C69; opacity: 0.8; }

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

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

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

This text has shadow with #504C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C69 on black background.


Color preview on white background

This text has color #504C69 on white background.



Black color preview on #504C69 background

This text has black color on #504C69 background.


White color preview on #504C69 background

This text has white color on #504C69 background.