COLOR #504D7E

HEX: #504D7E
RGB: (80,77,126)

Renk bilgisi

#504D7E contains red, green and blue colors in about the same proportion. #504D7E ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#504D7E color RGB value is (80,77,126).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 77 of 255 = 30%
B 126 of 255 = 49%

80
77
126

R + G + B ~ 37%. #504D7E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 77 + 126 = 283 (100%)
R 80 of 283 ~ 28.27%
G 77 of 283 ~ 27.21%
B 126 of 283 ~ 44.52%

%28.27
%27.21
%44.52

CMYK RENK MODELİ

#504D7E rengi CMYK tonu (37,39,0,51).

  • camgöbeği tonu 36.51%
  • eflatun tonu 38.89%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(37,39,0,51)
C37M39Y0K51 
(37%,39%,0%,51%)
(0.37/0.39/0.00/0.51)	

CMYK yüzdeleri

%36.51
%38.89
%0
%50.59

Codes

Color #504D7E in popluar color models

504D7E
RGB8077126
HSL244°24.14%39.80%
HSB/HSV244°38.89%49.41%
CMYK36.51%38.89%0.00%
50.59%

Color #504D7E in popluar number systems.

HEX504D7E
Decimal8077126
Binary101000010011011111110
Octal120115176

Shades and tints

Shades of #504D7E

#504D7E
(80,77,126)
#494673
(73,70,115)
#423F68
(66,63,104)
#3B385D
(59,56,93)
#343152
(52,49,82)
#2D2A47
(45,42,71)
#26233C
(38,35,60)
#1F1C31
(31,28,49)
#181526
(24,21,38)
#110E1B
(17,14,27)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #504D7E

#504D7E
(80,77,126)
#5F5D89
(95,93,137)
#6E6D94
(110,109,148)
#7D7D9F
(125,125,159)
#8C8DAA
(140,141,170)
#9B9DB5
(155,157,181)
#AAADC0
(170,173,192)
#B9BDCB
(185,189,203)
#C8CDD6
(200,205,214)
#D7DDE1
(215,221,225)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504D7E color. Also use rgb(80,77,126) instead hex code.

Text Font Color

.myTextColor { color: #504D7E; }

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

This text font color is #504D7E.


Background Color

.myBgColor { background-color: #504D7E; }

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

This div background color is #504D7E.


Border color

.myBorderColor { border: 1px solid #504D7E; }

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

This div border color is #504D7E.


Opacity

.myOpacity80 { color: #504D7E; opacity: 0.8; }

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

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

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

This text has shadow with #504D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D7E on black background.


Color preview on white background

This text has color #504D7E on white background.



Black color preview on #504D7E background

This text has black color on #504D7E background.


White color preview on #504D7E background

This text has white color on #504D7E background.