COLOR #50909B

HEX: #50909B
RGB: (80,144,155)

Renk bilgisi

#50909B contains mainly green and blue colors. #50909B ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#50909B color RGB value is (80,144,155).

  • kırmız ton 80;
  • yeşil ton 144;
  • mavi ton 155.
RGB:
(80,144,155)
(31%,56%,61%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 144 of 255 = 56%
B 155 of 255 = 61%

80
144
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 144 + 155 = 379 (100%)
R 80 of 379 ~ 21.11%
G 144 of 379 ~ 37.99%
B 155 of 379 ~ 40.9%

%21.11
%37.99
%40.9

CMYK RENK MODELİ

#50909B rengi CMYK tonu (48,7,0,39).

  • camgöbeği tonu 48.39%
  • eflatun tonu 7.10%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(48,7,0,39)
C48M7Y0K39 
(48%,7%,0%,39%)
(0.48/0.07/0.00/0.39)	

CMYK yüzdeleri

%48.39
%7.1
%0
%39.22

Codes

Color #50909B in popluar color models

50909B
RGB80144155
HSL189°31.91%46.08%
HSB/HSV189°48.39%60.78%
CMYK48.39%7.10%0.00%
39.22%

Color #50909B in popluar number systems.

HEX50909B
Decimal80144155
Binary10100001001000010011011
Octal120220233

Shades and tints

Shades of #50909B

#50909B
(80,144,155)
#49838D
(73,131,141)
#42767F
(66,118,127)
#3B6971
(59,105,113)
#345C63
(52,92,99)
#2D4F55
(45,79,85)
#264247
(38,66,71)
#1F3539
(31,53,57)
#18282B
(24,40,43)
#111B1D
(17,27,29)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #50909B

#50909B
(80,144,155)
#5F9AA4
(95,154,164)
#6EA4AD
(110,164,173)
#7DAEB6
(125,174,182)
#8CB8BF
(140,184,191)
#9BC2C8
(155,194,200)
#AACCD1
(170,204,209)
#B9D6DA
(185,214,218)
#C8E0E3
(200,224,227)
#D7EAEC
(215,234,236)
#E6F4F5
(230,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50909B; }

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

This text font color is #50909B.


Background Color

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

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

This div background color is #50909B.


Border color

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

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

This div border color is #50909B.


Opacity

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

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

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

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

This text has shadow with #50909B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50909B on black background.


Color preview on white background

This text has color #50909B on white background.



Black color preview on #50909B background

This text has black color on #50909B background.


White color preview on #50909B background

This text has white color on #50909B background.