COLOR #504F83

HEX: #504F83
RGB: (80,79,131)

Color info

#504F83 contains red, green and blue colors in about the same proportion. Web safe color of #504F83 is #666699 (or #669).

RGB color model

#504F83 color RGB value is (80,79,131).

  • red value is 80;
  • green value is 79;
  • blue value is 131.
RGB:
(80,79,131)
(31%,31%,51%)

RGB channels and saturation

R 80 of 255 = 31%
G 79 of 255 = 31%
B 131 of 255 = 51%

80
79
131

R + G + B ~ 38%. #504F83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 79 + 131 = 290 (100%)
R 80 of 290 ~ 27.59%
G 79 of 290 ~ 27.24%
B 131 of 290 ~ 45.17%

%27.59
%27.24
%45.17

CMYK color model

#504F83 color CMYK value is (39,40,0,49).

  • cyan value is 38.93%
  • magenta value is 39.69%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(39,40,0,49)
C39M40Y0K49 
(39%,40%,0%,49%)
(0.39/0.40/0.00/0.49)	

CMYK percentages

%38.93
%39.69
%0
%48.63

Codes

Color #504F83 in popluar color models

504F83
RGB8079131
HSL241°24.76%41.18%
HSB/HSV241°39.69%51.37%
CMYK38.93%39.69%0.00%
48.63%

Color #504F83 in popluar number systems.

HEX504F83
Decimal8079131
Binary1010000100111110000011
Octal120117203

Shades and tints

Shades of #504F83

#504F83
(80,79,131)
#494878
(73,72,120)
#42416D
(66,65,109)
#3B3A62
(59,58,98)
#343357
(52,51,87)
#2D2C4C
(45,44,76)
#262541
(38,37,65)
#1F1E36
(31,30,54)
#18172B
(24,23,43)
#111020
(17,16,32)
#0A0915
(10,9,21)
#000000
(0,0,0)

Tints of #504F83

#504F83
(80,79,131)
#5F5F8E
(95,95,142)
#6E6F99
(110,111,153)
#7D7FA4
(125,127,164)
#8C8FAF
(140,143,175)
#9B9FBA
(155,159,186)
#AAAFC5
(170,175,197)
#B9BFD0
(185,191,208)
#C8CFDB
(200,207,219)
#D7DFE6
(215,223,230)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504F83 color. Also use rgb(80,79,131) instead hex code.

Text Font Color

.myTextColor { color: #504F83; }

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

This text font color is #504F83.


Background Color

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

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

This div background color is #504F83.


Border color

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

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

This div border color is #504F83.


Opacity

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

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

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

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

This text has shadow with #504F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504F83 on black background.


Color preview on white background

This text has color #504F83 on white background.



Black color preview on #504F83 background

This text has black color on #504F83 background.


White color preview on #504F83 background

This text has white color on #504F83 background.