COLOR #50066E

HEX: #50066E
RGB: (80,6,110)

Renk bilgisi

#50066E contains mainly red and blue colors. #50066E ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#50066E color RGB value is (80,6,110).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 6 of 255 = 2%
B 110 of 255 = 43%

80
6
110

R + G + B ~ 25%. #50066E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 6 + 110 = 196 (100%)
R 80 of 196 ~ 40.82%
G 6 of 196 ~ 3.06%
B 110 of 196 ~ 56.12%

%40.82
%56.12

CMYK RENK MODELİ

#50066E rengi CMYK tonu (27,95,0,57).

  • camgöbeği tonu 27.27%
  • eflatun tonu 94.55%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(27,95,0,57)
C27M95Y0K57 
(27%,95%,0%,57%)
(0.27/0.95/0.00/0.57)	

CMYK yüzdeleri

%27.27
%94.55
%0
%56.86

Codes

Color #50066E in popluar color models

50066E
RGB806110
HSL283°89.66%22.75%
HSB/HSV283°94.55%43.14%
CMYK27.27%94.55%0.00%
56.86%

Color #50066E in popluar number systems.

HEX50066E
Decimal806110
Binary10100001101101110
Octal1206156

Shades and tints

Shades of #50066E

#50066E
(80,6,110)
#490664
(73,6,100)
#42065A
(66,6,90)
#3B0650
(59,6,80)
#340646
(52,6,70)
#2D063C
(45,6,60)
#260632
(38,6,50)
#1F0628
(31,6,40)
#18061E
(24,6,30)
#110614
(17,6,20)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #50066E

#50066E
(80,6,110)
#5F1C7B
(95,28,123)
#6E3288
(110,50,136)
#7D4895
(125,72,149)
#8C5EA2
(140,94,162)
#9B74AF
(155,116,175)
#AA8ABC
(170,138,188)
#B9A0C9
(185,160,201)
#C8B6D6
(200,182,214)
#D7CCE3
(215,204,227)
#E6E2F0
(230,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50066E; }

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

This text font color is #50066E.


Background Color

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

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

This div background color is #50066E.


Border color

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

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

This div border color is #50066E.


Opacity

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

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

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

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

This text has shadow with #50066E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50066E on black background.


Color preview on white background

This text has color #50066E on white background.



Black color preview on #50066E background

This text has black color on #50066E background.


White color preview on #50066E background

This text has white color on #50066E background.