COLOR #504680

HEX: #504680
RGB: (80,70,128)

Renk bilgisi

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

RGB renk modeli

#504680 color RGB value is (80,70,128).

  • kırmız ton 80;
  • yeşil ton 70;
  • mavi ton 128.
RGB:
(80,70,128)
(31%,27%,50%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 70 of 255 = 27%
B 128 of 255 = 50%

80
70
128

R + G + B ~ 36%. #504680 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 70 + 128 = 278 (100%)
R 80 of 278 ~ 28.78%
G 70 of 278 ~ 25.18%
B 128 of 278 ~ 46.04%

%28.78
%25.18
%46.04

CMYK RENK MODELİ

#504680 rengi CMYK tonu (38,45,0,50).

  • camgöbeği tonu 37.50%
  • eflatun tonu 45.31%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(38,45,0,50)
C38M45Y0K50 
(38%,45%,0%,50%)
(0.38/0.45/0.00/0.50)	

CMYK yüzdeleri

%37.5
%45.31
%0
%49.8

Codes

Color #504680 in popluar color models

504680
RGB8070128
HSL250°29.29%38.82%
HSB/HSV250°45.31%50.20%
CMYK37.50%45.31%0.00%
49.80%

Color #504680 in popluar number systems.

HEX504680
Decimal8070128
Binary1010000100011010000000
Octal120106200

Shades and tints

Shades of #504680

#504680
(80,70,128)
#494075
(73,64,117)
#423A6A
(66,58,106)
#3B345F
(59,52,95)
#342E54
(52,46,84)
#2D2849
(45,40,73)
#26223E
(38,34,62)
#1F1C33
(31,28,51)
#181628
(24,22,40)
#11101D
(17,16,29)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #504680

#504680
(80,70,128)
#5F568B
(95,86,139)
#6E6696
(110,102,150)
#7D76A1
(125,118,161)
#8C86AC
(140,134,172)
#9B96B7
(155,150,183)
#AAA6C2
(170,166,194)
#B9B6CD
(185,182,205)
#C8C6D8
(200,198,216)
#D7D6E3
(215,214,227)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504680 color. Also use rgb(80,70,128) instead hex code.

Text Font Color

.myTextColor { color: #504680; }

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

This text font color is #504680.


Background Color

.myBgColor { background-color: #504680; }

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

This div background color is #504680.


Border color

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

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

This div border color is #504680.


Opacity

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

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

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

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

This text has shadow with #504680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504680 on black background.


Color preview on white background

This text has color #504680 on white background.



Black color preview on #504680 background

This text has black color on #504680 background.


White color preview on #504680 background

This text has white color on #504680 background.