COLOR #50477E

HEX: #50477E
RGB: (80,71,126)

Renk bilgisi

#50477E contains red, green and blue colors in about the same proportion. #50477E ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#50477E color RGB value is (80,71,126).

  • kırmız ton 80;
  • yeşil ton 71;
  • mavi ton 126.
RGB:
(80,71,126)
(31%,28%,49%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 71 of 255 = 28%
B 126 of 255 = 49%

80
71
126

R + G + B ~ 36%. #50477E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 71 + 126 = 277 (100%)
R 80 of 277 ~ 28.88%
G 71 of 277 ~ 25.63%
B 126 of 277 ~ 45.49%

%28.88
%25.63
%45.49

CMYK RENK MODELİ

#50477E rengi CMYK tonu (37,44,0,51).

  • camgöbeği tonu 36.51%
  • eflatun tonu 43.65%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(37,44,0,51)
C37M44Y0K51 
(37%,44%,0%,51%)
(0.37/0.44/0.00/0.51)	

CMYK yüzdeleri

%36.51
%43.65
%0
%50.59

Codes

Color #50477E in popluar color models

50477E
RGB8071126
HSL250°27.92%38.63%
HSB/HSV250°43.65%49.41%
CMYK36.51%43.65%0.00%
50.59%

Color #50477E in popluar number systems.

HEX50477E
Decimal8071126
Binary101000010001111111110
Octal120107176

Shades and tints

Shades of #50477E

#50477E
(80,71,126)
#494173
(73,65,115)
#423B68
(66,59,104)
#3B355D
(59,53,93)
#342F52
(52,47,82)
#2D2947
(45,41,71)
#26233C
(38,35,60)
#1F1D31
(31,29,49)
#181726
(24,23,38)
#11111B
(17,17,27)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #50477E

#50477E
(80,71,126)
#5F5789
(95,87,137)
#6E6794
(110,103,148)
#7D779F
(125,119,159)
#8C87AA
(140,135,170)
#9B97B5
(155,151,181)
#AAA7C0
(170,167,192)
#B9B7CB
(185,183,203)
#C8C7D6
(200,199,214)
#D7D7E1
(215,215,225)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50477E color. Also use rgb(80,71,126) instead hex code.

Text Font Color

.myTextColor { color: #50477E; }

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

This text font color is #50477E.


Background Color

.myBgColor { background-color: #50477E; }

<div style="background-color:#50477E">Inner text</div>

This div background color is #50477E.


Border color

.myBorderColor { border: 1px solid #50477E; }

<div style="border:3px solid #50477E">Div</div>

This div border color is #50477E.


Opacity

.myOpacity80 { color: #50477E; opacity: 0.8; }

<p style="color:#50477E;opacity:0.8;">80%</p>

Text with #50477E 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 #50477E;}

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

This text has shadow with #50477E color.

.textShadow {text-shadow: 3px 3px 1px #50477E, 3px 3px 1px red;}

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

This text has shadow with #50477E primary color and red secondary color.


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

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

This text has shadow with #50477E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50477E on black background.


Color preview on white background

This text has color #50477E on white background.



Black color preview on #50477E background

This text has black color on #50477E background.


White color preview on #50477E background

This text has white color on #50477E background.