COLOR #50929B

HEX: #50929B
RGB: (80,146,155)

Color info

#50929B contains mainly green and blue colors. Web safe color of #50929B is #669999 (or #699).

RGB color model

#50929B color RGB value is (80,146,155).

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

RGB channels and saturation

R 80 of 255 = 31%
G 146 of 255 = 57%
B 155 of 255 = 61%

80
146
155

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

Portions of RGB colors in percentages

R + G + B =
80 + 146 + 155 = 381 (100%)
R 80 of 381 ~ 21%
G 146 of 381 ~ 38.32%
B 155 of 381 ~ 40.68%

%21
%38.32
%40.68

CMYK color model

#50929B color CMYK value is (48,6,0,39).

  • cyan value is 48.39%
  • magenta value is 5.81%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(48,6,0,39)
C48M6Y0K39 
(48%,6%,0%,39%)
(0.48/0.06/0.00/0.39)	

CMYK percentages

%48.39
%5.81
%0
%39.22

Codes

Color #50929B in popluar color models

50929B
RGB80146155
HSL187°31.91%46.08%
HSB/HSV187°48.39%60.78%
CMYK48.39%5.81%0.00%
39.22%

Color #50929B in popluar number systems.

HEX50929B
Decimal80146155
Binary10100001001001010011011
Octal120222233

Shades and tints

Shades of #50929B

#50929B
(80,146,155)
#49858D
(73,133,141)
#42787F
(66,120,127)
#3B6B71
(59,107,113)
#345E63
(52,94,99)
#2D5155
(45,81,85)
#264447
(38,68,71)
#1F3739
(31,55,57)
#182A2B
(24,42,43)
#111D1D
(17,29,29)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #50929B

#50929B
(80,146,155)
#5F9BA4
(95,155,164)
#6EA4AD
(110,164,173)
#7DADB6
(125,173,182)
#8CB6BF
(140,182,191)
#9BBFC8
(155,191,200)
#AAC8D1
(170,200,209)
#B9D1DA
(185,209,218)
#C8DAE3
(200,218,227)
#D7E3EC
(215,227,236)
#E6ECF5
(230,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50929B; }

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

This text font color is #50929B.


Background Color

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

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

This div background color is #50929B.


Border color

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

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

This div border color is #50929B.


Opacity

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

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

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

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

This text has shadow with #50929B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50929B on black background.


Color preview on white background

This text has color #50929B on white background.



Black color preview on #50929B background

This text has black color on #50929B background.


White color preview on #50929B background

This text has white color on #50929B background.