COLOR #50848D

HEX: #50848D
RGB: (80,132,141)

Renk bilgisi

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

RGB renk modeli

#50848D color RGB value is (80,132,141).

  • kırmız ton 80;
  • yeşil ton 132;
  • mavi ton 141.
RGB:
(80,132,141)
(31%,52%,55%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 132 of 255 = 52%
B 141 of 255 = 55%

80
132
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 132 + 141 = 353 (100%)
R 80 of 353 ~ 22.66%
G 132 of 353 ~ 37.39%
B 141 of 353 ~ 39.94%

%22.66
%37.39
%39.94

CMYK RENK MODELİ

#50848D rengi CMYK tonu (43,6,0,45).

  • camgöbeği tonu 43.26%
  • eflatun tonu 6.38%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(43,6,0,45)
C43M6Y0K45 
(43%,6%,0%,45%)
(0.43/0.06/0.00/0.45)	

CMYK yüzdeleri

%43.26
%6.38
%0
%44.71

Codes

Color #50848D in popluar color models

50848D
RGB80132141
HSL189°27.60%43.33%
HSB/HSV189°43.26%55.29%
CMYK43.26%6.38%0.00%
44.71%

Color #50848D in popluar number systems.

HEX50848D
Decimal80132141
Binary10100001000010010001101
Octal120204215

Shades and tints

Shades of #50848D

#50848D
(80,132,141)
#497881
(73,120,129)
#426C75
(66,108,117)
#3B6069
(59,96,105)
#34545D
(52,84,93)
#2D4851
(45,72,81)
#263C45
(38,60,69)
#1F3039
(31,48,57)
#18242D
(24,36,45)
#111821
(17,24,33)
#0A0C15
(10,12,21)
#000000
(0,0,0)

Tints of #50848D

#50848D
(80,132,141)
#5F8F97
(95,143,151)
#6E9AA1
(110,154,161)
#7DA5AB
(125,165,171)
#8CB0B5
(140,176,181)
#9BBBBF
(155,187,191)
#AAC6C9
(170,198,201)
#B9D1D3
(185,209,211)
#C8DCDD
(200,220,221)
#D7E7E7
(215,231,231)
#E6F2F1
(230,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50848D color. Also use rgb(80,132,141) instead hex code.

Text Font Color

.myTextColor { color: #50848D; }

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

This text font color is #50848D.


Background Color

.myBgColor { background-color: #50848D; }

<div style="background-color:#50848D">Inner text</div>

This div background color is #50848D.


Border color

.myBorderColor { border: 1px solid #50848D; }

<div style="border:3px solid #50848D">Div</div>

This div border color is #50848D.


Opacity

.myOpacity80 { color: #50848D; opacity: 0.8; }

<p style="color:#50848D;opacity:0.8;">80%</p>

Text with #50848D 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 #50848D;}

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

This text has shadow with #50848D color.

.textShadow {text-shadow: 3px 3px 1px #50848D, 3px 3px 1px red;}

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

This text has shadow with #50848D primary color and red secondary color.


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

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

This text has shadow with #50848D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50848D on black background.


Color preview on white background

This text has color #50848D on white background.



Black color preview on #50848D background

This text has black color on #50848D background.


White color preview on #50848D background

This text has white color on #50848D background.