COLOR #504269

HEX: #504269
RGB: (80,66,105)

Color info

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

RGB color model

#504269 color RGB value is (80,66,105).

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

RGB channels and saturation

R 80 of 255 = 31%
G 66 of 255 = 26%
B 105 of 255 = 41%

80
66
105

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

Portions of RGB colors in percentages

R + G + B =
80 + 66 + 105 = 251 (100%)
R 80 of 251 ~ 31.87%
G 66 of 251 ~ 26.29%
B 105 of 251 ~ 41.83%

%31.87
%26.29
%41.83

CMYK color model

#504269 color CMYK value is (24,37,0,59).

  • cyan value is 23.81%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(24,37,0,59)
C24M37Y0K59 
(24%,37%,0%,59%)
(0.24/0.37/0.00/0.59)	

CMYK percentages

%23.81
%37.14
%0
%58.82

Codes

Color #504269 in popluar color models

504269
RGB8066105
HSL262°22.81%33.53%
HSB/HSV262°37.14%41.18%
CMYK23.81%37.14%0.00%
58.82%

Color #504269 in popluar number systems.

HEX504269
Decimal8066105
Binary101000010000101101001
Octal120102151

Shades and tints

Shades of #504269

#504269
(80,66,105)
#493C60
(73,60,96)
#423657
(66,54,87)
#3B304E
(59,48,78)
#342A45
(52,42,69)
#2D243C
(45,36,60)
#261E33
(38,30,51)
#1F182A
(31,24,42)
#181221
(24,18,33)
#110C18
(17,12,24)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #504269

#504269
(80,66,105)
#5F5376
(95,83,118)
#6E6483
(110,100,131)
#7D7590
(125,117,144)
#8C869D
(140,134,157)
#9B97AA
(155,151,170)
#AAA8B7
(170,168,183)
#B9B9C4
(185,185,196)
#C8CAD1
(200,202,209)
#D7DBDE
(215,219,222)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504269; }

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

This text font color is #504269.


Background Color

.myBgColor { background-color: #504269; }

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

This div background color is #504269.


Border color

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

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

This div border color is #504269.


Opacity

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

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

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

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

This text has shadow with #504269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504269 on black background.


Color preview on white background

This text has color #504269 on white background.



Black color preview on #504269 background

This text has black color on #504269 background.


White color preview on #504269 background

This text has white color on #504269 background.