COLOR #50076D

HEX: #50076D
RGB: (80,7,109)

Renk bilgisi

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

RGB renk modeli

#50076D color RGB value is (80,7,109).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 7 of 255 = 3%
B 109 of 255 = 43%

80
7
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 7 + 109 = 196 (100%)
R 80 of 196 ~ 40.82%
G 7 of 196 ~ 3.57%
B 109 of 196 ~ 55.61%

%40.82
%55.61

CMYK RENK MODELİ

#50076D rengi CMYK tonu (27,94,0,57).

  • camgöbeği tonu 26.61%
  • eflatun tonu 93.58%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(27,94,0,57)
C27M94Y0K57 
(27%,94%,0%,57%)
(0.27/0.94/0.00/0.57)	

CMYK yüzdeleri

%26.61
%93.58
%0
%57.25

Codes

Color #50076D in popluar color models

50076D
RGB807109
HSL283°87.93%22.75%
HSB/HSV283°93.58%42.75%
CMYK26.61%93.58%0.00%
57.25%

Color #50076D in popluar number systems.

HEX50076D
Decimal807109
Binary10100001111101101
Octal1207155

Shades and tints

Shades of #50076D

#50076D
(80,7,109)
#490764
(73,7,100)
#42075B
(66,7,91)
#3B0752
(59,7,82)
#340749
(52,7,73)
#2D0740
(45,7,64)
#260737
(38,7,55)
#1F072E
(31,7,46)
#180725
(24,7,37)
#11071C
(17,7,28)
#0A0713
(10,7,19)
#000000
(0,0,0)

Tints of #50076D

#50076D
(80,7,109)
#5F1D7A
(95,29,122)
#6E3387
(110,51,135)
#7D4994
(125,73,148)
#8C5FA1
(140,95,161)
#9B75AE
(155,117,174)
#AA8BBB
(170,139,187)
#B9A1C8
(185,161,200)
#C8B7D5
(200,183,213)
#D7CDE2
(215,205,226)
#E6E3EF
(230,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50076D color. Also use rgb(80,7,109) instead hex code.

Text Font Color

.myTextColor { color: #50076D; }

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

This text font color is #50076D.


Background Color

.myBgColor { background-color: #50076D; }

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

This div background color is #50076D.


Border color

.myBorderColor { border: 1px solid #50076D; }

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

This div border color is #50076D.


Opacity

.myOpacity80 { color: #50076D; opacity: 0.8; }

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

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

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

This text has shadow with #50076D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50076D on black background.


Color preview on white background

This text has color #50076D on white background.



Black color preview on #50076D background

This text has black color on #50076D background.


White color preview on #50076D background

This text has white color on #50076D background.