COLOR #50748F

HEX: #50748F
RGB: (80,116,143)

Color info

#50748F contains mainly green and blue colors. Web safe color of #50748F is #666699 (or #669).

RGB color model

#50748F color RGB value is (80,116,143).

  • red value is 80;
  • green value is 116;
  • blue value is 143.
RGB:
(80,116,143)
(31%,45%,56%)

RGB channels and saturation

R 80 of 255 = 31%
G 116 of 255 = 45%
B 143 of 255 = 56%

80
116
143

R + G + B ~ 44%. #50748F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 116 + 143 = 339 (100%)
R 80 of 339 ~ 23.6%
G 116 of 339 ~ 34.22%
B 143 of 339 ~ 42.18%

%23.6
%34.22
%42.18

CMYK color model

#50748F color CMYK value is (44,19,0,44).

  • cyan value is 44.06%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(44,19,0,44)
C44M19Y0K44 
(44%,19%,0%,44%)
(0.44/0.19/0.00/0.44)	

CMYK percentages

%44.06
%18.88
%0
%43.92

Codes

Color #50748F in popluar color models

50748F
RGB80116143
HSL206°28.25%43.73%
HSB/HSV206°44.06%56.08%
CMYK44.06%18.88%0.00%
43.92%

Color #50748F in popluar number systems.

HEX50748F
Decimal80116143
Binary1010000111010010001111
Octal120164217

Shades and tints

Shades of #50748F

#50748F
(80,116,143)
#496A82
(73,106,130)
#426075
(66,96,117)
#3B5668
(59,86,104)
#344C5B
(52,76,91)
#2D424E
(45,66,78)
#263841
(38,56,65)
#1F2E34
(31,46,52)
#182427
(24,36,39)
#111A1A
(17,26,26)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #50748F

#50748F
(80,116,143)
#5F8099
(95,128,153)
#6E8CA3
(110,140,163)
#7D98AD
(125,152,173)
#8CA4B7
(140,164,183)
#9BB0C1
(155,176,193)
#AABCCB
(170,188,203)
#B9C8D5
(185,200,213)
#C8D4DF
(200,212,223)
#D7E0E9
(215,224,233)
#E6ECF3
(230,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50748F color. Also use rgb(80,116,143) instead hex code.

Text Font Color

.myTextColor { color: #50748F; }

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

This text font color is #50748F.


Background Color

.myBgColor { background-color: #50748F; }

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

This div background color is #50748F.


Border color

.myBorderColor { border: 1px solid #50748F; }

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

This div border color is #50748F.


Opacity

.myOpacity80 { color: #50748F; opacity: 0.8; }

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

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

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

This text has shadow with #50748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50748F on black background.


Color preview on white background

This text has color #50748F on white background.



Black color preview on #50748F background

This text has black color on #50748F background.


White color preview on #50748F background

This text has white color on #50748F background.