COLOR #50077E

HEX: #50077E
RGB: (80,7,126)

Renk bilgisi

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

RGB renk modeli

#50077E color RGB value is (80,7,126).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 7 of 255 = 3%
B 126 of 255 = 49%

80
7
126

R + G + B ~ 28%. #50077E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 7 + 126 = 213 (100%)
R 80 of 213 ~ 37.56%
G 7 of 213 ~ 3.29%
B 126 of 213 ~ 59.15%

%37.56
%59.15

CMYK RENK MODELİ

#50077E rengi CMYK tonu (37,94,0,51).

  • camgöbeği tonu 36.51%
  • eflatun tonu 94.44%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(37,94,0,51)
C37M94Y0K51 
(37%,94%,0%,51%)
(0.37/0.94/0.00/0.51)	

CMYK yüzdeleri

%36.51
%94.44
%0
%50.59

Codes

Color #50077E in popluar color models

50077E
RGB807126
HSL277°89.47%26.08%
HSB/HSV277°94.44%49.41%
CMYK36.51%94.44%0.00%
50.59%

Color #50077E in popluar number systems.

HEX50077E
Decimal807126
Binary10100001111111110
Octal1207176

Shades and tints

Shades of #50077E

#50077E
(80,7,126)
#490773
(73,7,115)
#420768
(66,7,104)
#3B075D
(59,7,93)
#340752
(52,7,82)
#2D0747
(45,7,71)
#26073C
(38,7,60)
#1F0731
(31,7,49)
#180726
(24,7,38)
#11071B
(17,7,27)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #50077E

#50077E
(80,7,126)
#5F1D89
(95,29,137)
#6E3394
(110,51,148)
#7D499F
(125,73,159)
#8C5FAA
(140,95,170)
#9B75B5
(155,117,181)
#AA8BC0
(170,139,192)
#B9A1CB
(185,161,203)
#C8B7D6
(200,183,214)
#D7CDE1
(215,205,225)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50077E; }

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

This text font color is #50077E.


Background Color

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

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

This div background color is #50077E.


Border color

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

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

This div border color is #50077E.


Opacity

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

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

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

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

This text has shadow with #50077E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50077E on black background.


Color preview on white background

This text has color #50077E on white background.



Black color preview on #50077E background

This text has black color on #50077E background.


White color preview on #50077E background

This text has white color on #50077E background.