COLOR #50648A

HEX: #50648A
RGB: (80,100,138)

Color info

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

RGB color model

#50648A color RGB value is (80,100,138).

  • red value is 80;
  • green value is 100;
  • blue value is 138.
RGB:
(80,100,138)
(31%,39%,54%)

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 138 of 255 = 54%

80
100
138

R + G + B ~ 41%. #50648A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 138 = 318 (100%)
R 80 of 318 ~ 25.16%
G 100 of 318 ~ 31.45%
B 138 of 318 ~ 43.4%

%25.16
%31.45
%43.4

CMYK color model

#50648A color CMYK value is (42,28,0,46).

  • cyan value is 42.03%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(42,28,0,46)
C42M28Y0K46 
(42%,28%,0%,46%)
(0.42/0.28/0.00/0.46)	

CMYK percentages

%42.03
%27.54
%0
%45.88

Codes

Color #50648A in popluar color models

50648A
RGB80100138
HSL219°26.61%42.75%
HSB/HSV219°42.03%54.12%
CMYK42.03%27.54%0.00%
45.88%

Color #50648A in popluar number systems.

HEX50648A
Decimal80100138
Binary1010000110010010001010
Octal120144212

Shades and tints

Shades of #50648A

#50648A
(80,100,138)
#495B7E
(73,91,126)
#425272
(66,82,114)
#3B4966
(59,73,102)
#34405A
(52,64,90)
#2D374E
(45,55,78)
#262E42
(38,46,66)
#1F2536
(31,37,54)
#181C2A
(24,28,42)
#11131E
(17,19,30)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #50648A

#50648A
(80,100,138)
#5F7294
(95,114,148)
#6E809E
(110,128,158)
#7D8EA8
(125,142,168)
#8C9CB2
(140,156,178)
#9BAABC
(155,170,188)
#AAB8C6
(170,184,198)
#B9C6D0
(185,198,208)
#C8D4DA
(200,212,218)
#D7E2E4
(215,226,228)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50648A color. Also use rgb(80,100,138) instead hex code.

Text Font Color

.myTextColor { color: #50648A; }

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

This text font color is #50648A.


Background Color

.myBgColor { background-color: #50648A; }

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

This div background color is #50648A.


Border color

.myBorderColor { border: 1px solid #50648A; }

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

This div border color is #50648A.


Opacity

.myOpacity80 { color: #50648A; opacity: 0.8; }

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

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

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

This text has shadow with #50648A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50648A on black background.


Color preview on white background

This text has color #50648A on white background.



Black color preview on #50648A background

This text has black color on #50648A background.


White color preview on #50648A background

This text has white color on #50648A background.