COLOR #504A62

HEX: #504A62
RGB: (80,74,98)

Color info

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

RGB color model

#504A62 color RGB value is (80,74,98).

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

RGB channels and saturation

R 80 of 255 = 31%
G 74 of 255 = 29%
B 98 of 255 = 38%

80
74
98

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

Portions of RGB colors in percentages

R + G + B =
80 + 74 + 98 = 252 (100%)
R 80 of 252 ~ 31.75%
G 74 of 252 ~ 29.37%
B 98 of 252 ~ 38.89%

%31.75
%29.37
%38.89

CMYK color model

#504A62 color CMYK value is (18,24,0,62).

  • cyan value is 18.37%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(18,24,0,62)
C18M24Y0K62 
(18%,24%,0%,62%)
(0.18/0.24/0.00/0.62)	

CMYK percentages

%18.37
%24.49
%0
%61.57

Codes

Color #504A62 in popluar color models

504A62
RGB807498
HSL255°13.95%33.73%
HSB/HSV255°24.49%38.43%
CMYK18.37%24.49%0.00%
61.57%

Color #504A62 in popluar number systems.

HEX504A62
Decimal807498
Binary101000010010101100010
Octal120112142

Shades and tints

Shades of #504A62

#504A62
(80,74,98)
#49445A
(73,68,90)
#423E52
(66,62,82)
#3B384A
(59,56,74)
#343242
(52,50,66)
#2D2C3A
(45,44,58)
#262632
(38,38,50)
#1F202A
(31,32,42)
#181A22
(24,26,34)
#11141A
(17,20,26)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #504A62

#504A62
(80,74,98)
#5F5A70
(95,90,112)
#6E6A7E
(110,106,126)
#7D7A8C
(125,122,140)
#8C8A9A
(140,138,154)
#9B9AA8
(155,154,168)
#AAAAB6
(170,170,182)
#B9BAC4
(185,186,196)
#C8CAD2
(200,202,210)
#D7DAE0
(215,218,224)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504A62 color. Also use rgb(80,74,98) instead hex code.

Text Font Color

.myTextColor { color: #504A62; }

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

This text font color is #504A62.


Background Color

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

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

This div background color is #504A62.


Border color

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

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

This div border color is #504A62.


Opacity

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

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

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

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

This text has shadow with #504A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A62 on black background.


Color preview on white background

This text has color #504A62 on white background.



Black color preview on #504A62 background

This text has black color on #504A62 background.


White color preview on #504A62 background

This text has white color on #504A62 background.