COLOR #50769B

HEX: #50769B
RGB: (80,118,155)

Color info

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

RGB color model

#50769B color RGB value is (80,118,155).

  • red value is 80;
  • green value is 118;
  • blue value is 155.
RGB:
(80,118,155)
(31%,46%,61%)

RGB channels and saturation

R 80 of 255 = 31%
G 118 of 255 = 46%
B 155 of 255 = 61%

80
118
155

R + G + B ~ 46%. #50769B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 118 + 155 = 353 (100%)
R 80 of 353 ~ 22.66%
G 118 of 353 ~ 33.43%
B 155 of 353 ~ 43.91%

%22.66
%33.43
%43.91

CMYK color model

#50769B color CMYK value is (48,24,0,39).

  • cyan value is 48.39%
  • magenta value is 23.87%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(48,24,0,39)
C48M24Y0K39 
(48%,24%,0%,39%)
(0.48/0.24/0.00/0.39)	

CMYK percentages

%48.39
%23.87
%0
%39.22

Codes

Color #50769B in popluar color models

50769B
RGB80118155
HSL210°31.91%46.08%
HSB/HSV210°48.39%60.78%
CMYK48.39%23.87%0.00%
39.22%

Color #50769B in popluar number systems.

HEX50769B
Decimal80118155
Binary1010000111011010011011
Octal120166233

Shades and tints

Shades of #50769B

#50769B
(80,118,155)
#496C8D
(73,108,141)
#42627F
(66,98,127)
#3B5871
(59,88,113)
#344E63
(52,78,99)
#2D4455
(45,68,85)
#263A47
(38,58,71)
#1F3039
(31,48,57)
#18262B
(24,38,43)
#111C1D
(17,28,29)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #50769B

#50769B
(80,118,155)
#5F82A4
(95,130,164)
#6E8EAD
(110,142,173)
#7D9AB6
(125,154,182)
#8CA6BF
(140,166,191)
#9BB2C8
(155,178,200)
#AABED1
(170,190,209)
#B9CADA
(185,202,218)
#C8D6E3
(200,214,227)
#D7E2EC
(215,226,236)
#E6EEF5
(230,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50769B color. Also use rgb(80,118,155) instead hex code.

Text Font Color

.myTextColor { color: #50769B; }

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

This text font color is #50769B.


Background Color

.myBgColor { background-color: #50769B; }

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

This div background color is #50769B.


Border color

.myBorderColor { border: 1px solid #50769B; }

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

This div border color is #50769B.


Opacity

.myOpacity80 { color: #50769B; opacity: 0.8; }

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

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

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

This text has shadow with #50769B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50769B on black background.


Color preview on white background

This text has color #50769B on white background.



Black color preview on #50769B background

This text has black color on #50769B background.


White color preview on #50769B background

This text has white color on #50769B background.