COLOR #50497B

HEX: #50497B
RGB: (80,73,123)

Renk bilgisi

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

RGB renk modeli

#50497B color RGB value is (80,73,123).

  • kırmız ton 80;
  • yeşil ton 73;
  • mavi ton 123.
RGB:
(80,73,123)
(31%,29%,48%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 73 of 255 = 29%
B 123 of 255 = 48%

80
73
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 73 + 123 = 276 (100%)
R 80 of 276 ~ 28.99%
G 73 of 276 ~ 26.45%
B 123 of 276 ~ 44.57%

%28.99
%26.45
%44.57

CMYK RENK MODELİ

#50497B rengi CMYK tonu (35,41,0,52).

  • camgöbeği tonu 34.96%
  • eflatun tonu 40.65%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(35,41,0,52)
C35M41Y0K52 
(35%,41%,0%,52%)
(0.35/0.41/0.00/0.52)	

CMYK yüzdeleri

%34.96
%40.65
%0
%51.76

Codes

Color #50497B in popluar color models

50497B
RGB8073123
HSL248°25.51%38.43%
HSB/HSV248°40.65%48.24%
CMYK34.96%40.65%0.00%
51.76%

Color #50497B in popluar number systems.

HEX50497B
Decimal8073123
Binary101000010010011111011
Octal120111173

Shades and tints

Shades of #50497B

#50497B
(80,73,123)
#494370
(73,67,112)
#423D65
(66,61,101)
#3B375A
(59,55,90)
#34314F
(52,49,79)
#2D2B44
(45,43,68)
#262539
(38,37,57)
#1F1F2E
(31,31,46)
#181923
(24,25,35)
#111318
(17,19,24)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #50497B

#50497B
(80,73,123)
#5F5987
(95,89,135)
#6E6993
(110,105,147)
#7D799F
(125,121,159)
#8C89AB
(140,137,171)
#9B99B7
(155,153,183)
#AAA9C3
(170,169,195)
#B9B9CF
(185,185,207)
#C8C9DB
(200,201,219)
#D7D9E7
(215,217,231)
#E6E9F3
(230,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50497B color. Also use rgb(80,73,123) instead hex code.

Text Font Color

.myTextColor { color: #50497B; }

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

This text font color is #50497B.


Background Color

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

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

This div background color is #50497B.


Border color

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

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

This div border color is #50497B.


Opacity

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

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

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

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

This text has shadow with #50497B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50497B on black background.


Color preview on white background

This text has color #50497B on white background.



Black color preview on #50497B background

This text has black color on #50497B background.


White color preview on #50497B background

This text has white color on #50497B background.