COLOR #500377

HEX: #500377
RGB: (80,3,119)

Renk bilgisi

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

RGB renk modeli

#500377 color RGB value is (80,3,119).

  • kırmız ton 80;
  • yeşil ton 3;
  • mavi ton 119.
RGB:
(80,3,119)
(31%,1%,47%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 3 of 255 = 1%
B 119 of 255 = 47%

80
3
119

R + G + B ~ 26%. #500377 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 3 + 119 = 202 (100%)
R 80 of 202 ~ 39.6%
G 3 of 202 ~ 1.49%
B 119 of 202 ~ 58.91%

%39.6
%58.91

CMYK RENK MODELİ

#500377 rengi CMYK tonu (33,97,0,53).

  • camgöbeği tonu 32.77%
  • eflatun tonu 97.48%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(33,97,0,53)
C33M97Y0K53 
(33%,97%,0%,53%)
(0.33/0.97/0.00/0.53)	

CMYK yüzdeleri

%32.77
%97.48
%0
%53.33

Codes

Color #500377 in popluar color models

500377
RGB803119
HSL280°95.08%23.92%
HSB/HSV280°97.48%46.67%
CMYK32.77%97.48%0.00%
53.33%

Color #500377 in popluar number systems.

HEX500377
Decimal803119
Binary1010000111110111
Octal1203167

Shades and tints

Shades of #500377

#500377
(80,3,119)
#49036D
(73,3,109)
#420363
(66,3,99)
#3B0359
(59,3,89)
#34034F
(52,3,79)
#2D0345
(45,3,69)
#26033B
(38,3,59)
#1F0331
(31,3,49)
#180327
(24,3,39)
#11031D
(17,3,29)
#0A0313
(10,3,19)
#000000
(0,0,0)

Tints of #500377

#500377
(80,3,119)
#5F1983
(95,25,131)
#6E2F8F
(110,47,143)
#7D459B
(125,69,155)
#8C5BA7
(140,91,167)
#9B71B3
(155,113,179)
#AA87BF
(170,135,191)
#B99DCB
(185,157,203)
#C8B3D7
(200,179,215)
#D7C9E3
(215,201,227)
#E6DFEF
(230,223,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500377 color. Also use rgb(80,3,119) instead hex code.

Text Font Color

.myTextColor { color: #500377; }

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

This text font color is #500377.


Background Color

.myBgColor { background-color: #500377; }

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

This div background color is #500377.


Border color

.myBorderColor { border: 1px solid #500377; }

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

This div border color is #500377.


Opacity

.myOpacity80 { color: #500377; opacity: 0.8; }

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

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

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

This text has shadow with #500377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500377 on black background.


Color preview on white background

This text has color #500377 on white background.



Black color preview on #500377 background

This text has black color on #500377 background.


White color preview on #500377 background

This text has white color on #500377 background.