COLOR #50496E

HEX: #50496E
RGB: (80,73,110)

Renk bilgisi

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

RGB renk modeli

#50496E color RGB value is (80,73,110).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 73 of 255 = 29%
B 110 of 255 = 43%

80
73
110

R + G + B ~ 34%. #50496E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 73 + 110 = 263 (100%)
R 80 of 263 ~ 30.42%
G 73 of 263 ~ 27.76%
B 110 of 263 ~ 41.83%

%30.42
%27.76
%41.83

CMYK RENK MODELİ

#50496E rengi CMYK tonu (27,34,0,57).

  • camgöbeği tonu 27.27%
  • eflatun tonu 33.64%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(27,34,0,57)
C27M34Y0K57 
(27%,34%,0%,57%)
(0.27/0.34/0.00/0.57)	

CMYK yüzdeleri

%27.27
%33.64
%0
%56.86

Codes

Color #50496E in popluar color models

50496E
RGB8073110
HSL251°20.22%35.88%
HSB/HSV251°33.64%43.14%
CMYK27.27%33.64%0.00%
56.86%

Color #50496E in popluar number systems.

HEX50496E
Decimal8073110
Binary101000010010011101110
Octal120111156

Shades and tints

Shades of #50496E

#50496E
(80,73,110)
#494364
(73,67,100)
#423D5A
(66,61,90)
#3B3750
(59,55,80)
#343146
(52,49,70)
#2D2B3C
(45,43,60)
#262532
(38,37,50)
#1F1F28
(31,31,40)
#18191E
(24,25,30)
#111314
(17,19,20)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #50496E

#50496E
(80,73,110)
#5F597B
(95,89,123)
#6E6988
(110,105,136)
#7D7995
(125,121,149)
#8C89A2
(140,137,162)
#9B99AF
(155,153,175)
#AAA9BC
(170,169,188)
#B9B9C9
(185,185,201)
#C8C9D6
(200,201,214)
#D7D9E3
(215,217,227)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50496E color. Also use rgb(80,73,110) instead hex code.

Text Font Color

.myTextColor { color: #50496E; }

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

This text font color is #50496E.


Background Color

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

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

This div background color is #50496E.


Border color

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

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

This div border color is #50496E.


Opacity

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

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

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

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

This text has shadow with #50496E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50496E on black background.


Color preview on white background

This text has color #50496E on white background.



Black color preview on #50496E background

This text has black color on #50496E background.


White color preview on #50496E background

This text has white color on #50496E background.