COLOR #504C87

HEX: #504C87
RGB: (80,76,135)

Renk bilgisi

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

RGB renk modeli

#504C87 color RGB value is (80,76,135).

  • kırmız ton 80;
  • yeşil ton 76;
  • mavi ton 135.
RGB:
(80,76,135)
(31%,30%,53%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 76 of 255 = 30%
B 135 of 255 = 53%

80
76
135

R + G + B ~ 38%. #504C87 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 76 + 135 = 291 (100%)
R 80 of 291 ~ 27.49%
G 76 of 291 ~ 26.12%
B 135 of 291 ~ 46.39%

%27.49
%26.12
%46.39

CMYK RENK MODELİ

#504C87 rengi CMYK tonu (41,44,0,47).

  • camgöbeği tonu 40.74%
  • eflatun tonu 43.70%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(41,44,0,47)
C41M44Y0K47 
(41%,44%,0%,47%)
(0.41/0.44/0.00/0.47)	

CMYK yüzdeleri

%40.74
%43.7
%0
%47.06

Codes

Color #504C87 in popluar color models

504C87
RGB8076135
HSL244°27.96%41.37%
HSB/HSV244°43.70%52.94%
CMYK40.74%43.70%0.00%
47.06%

Color #504C87 in popluar number systems.

HEX504C87
Decimal8076135
Binary1010000100110010000111
Octal120114207

Shades and tints

Shades of #504C87

#504C87
(80,76,135)
#49467B
(73,70,123)
#42406F
(66,64,111)
#3B3A63
(59,58,99)
#343457
(52,52,87)
#2D2E4B
(45,46,75)
#26283F
(38,40,63)
#1F2233
(31,34,51)
#181C27
(24,28,39)
#11161B
(17,22,27)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #504C87

#504C87
(80,76,135)
#5F5C91
(95,92,145)
#6E6C9B
(110,108,155)
#7D7CA5
(125,124,165)
#8C8CAF
(140,140,175)
#9B9CB9
(155,156,185)
#AAACC3
(170,172,195)
#B9BCCD
(185,188,205)
#C8CCD7
(200,204,215)
#D7DCE1
(215,220,225)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504C87 color. Also use rgb(80,76,135) instead hex code.

Text Font Color

.myTextColor { color: #504C87; }

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

This text font color is #504C87.


Background Color

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

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

This div background color is #504C87.


Border color

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

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

This div border color is #504C87.


Opacity

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

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

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

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

This text has shadow with #504C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C87 on black background.


Color preview on white background

This text has color #504C87 on white background.



Black color preview on #504C87 background

This text has black color on #504C87 background.


White color preview on #504C87 background

This text has white color on #504C87 background.