COLOR #50307F

HEX: #50307F
RGB: (80,48,127)

Renk bilgisi

#50307F contains mainly red and blue colors. #50307F ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#50307F color RGB value is (80,48,127).

  • kırmız ton 80;
  • yeşil ton 48;
  • mavi ton 127.
RGB:
(80,48,127)
(31%,19%,50%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 48 of 255 = 19%
B 127 of 255 = 50%

80
48
127

R + G + B ~ 33%. #50307F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 48 + 127 = 255 (100%)
R 80 of 255 ~ 31.37%
G 48 of 255 ~ 18.82%
B 127 of 255 ~ 49.8%

%31.37
%18.82
%49.8

CMYK RENK MODELİ

#50307F rengi CMYK tonu (37,62,0,50).

  • camgöbeği tonu 37.01%
  • eflatun tonu 62.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(37,62,0,50)
C37M62Y0K50 
(37%,62%,0%,50%)
(0.37/0.62/0.00/0.50)	

CMYK yüzdeleri

%37.01
%62.2
%0
%50.2

Codes

Color #50307F in popluar color models

50307F
RGB8048127
HSL264°45.14%34.31%
HSB/HSV264°62.20%49.80%
CMYK37.01%62.20%0.00%
50.20%

Color #50307F in popluar number systems.

HEX50307F
Decimal8048127
Binary10100001100001111111
Octal12060177

Shades and tints

Shades of #50307F

#50307F
(80,48,127)
#492C74
(73,44,116)
#422869
(66,40,105)
#3B245E
(59,36,94)
#342053
(52,32,83)
#2D1C48
(45,28,72)
#26183D
(38,24,61)
#1F1432
(31,20,50)
#181027
(24,16,39)
#110C1C
(17,12,28)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #50307F

#50307F
(80,48,127)
#5F428A
(95,66,138)
#6E5495
(110,84,149)
#7D66A0
(125,102,160)
#8C78AB
(140,120,171)
#9B8AB6
(155,138,182)
#AA9CC1
(170,156,193)
#B9AECC
(185,174,204)
#C8C0D7
(200,192,215)
#D7D2E2
(215,210,226)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50307F color. Also use rgb(80,48,127) instead hex code.

Text Font Color

.myTextColor { color: #50307F; }

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

This text font color is #50307F.


Background Color

.myBgColor { background-color: #50307F; }

<div style="background-color:#50307F">Inner text</div>

This div background color is #50307F.


Border color

.myBorderColor { border: 1px solid #50307F; }

<div style="border:3px solid #50307F">Div</div>

This div border color is #50307F.


Opacity

.myOpacity80 { color: #50307F; opacity: 0.8; }

<p style="color:#50307F;opacity:0.8;">80%</p>

Text with #50307F 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 #50307F;}

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

This text has shadow with #50307F color.

.textShadow {text-shadow: 3px 3px 1px #50307F, 3px 3px 1px red;}

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

This text has shadow with #50307F primary color and red secondary color.


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

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

This text has shadow with #50307F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50307F on black background.


Color preview on white background

This text has color #50307F on white background.



Black color preview on #50307F background

This text has black color on #50307F background.


White color preview on #50307F background

This text has white color on #50307F background.