COLOR #504A73

HEX: #504A73
RGB: (80,74,115)

Renk bilgisi

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

RGB renk modeli

#504A73 color RGB value is (80,74,115).

  • kırmız ton 80;
  • yeşil ton 74;
  • mavi ton 115.
RGB:
(80,74,115)
(31%,29%,45%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 74 of 255 = 29%
B 115 of 255 = 45%

80
74
115

R + G + B ~ 35%. #504A73 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 74 + 115 = 269 (100%)
R 80 of 269 ~ 29.74%
G 74 of 269 ~ 27.51%
B 115 of 269 ~ 42.75%

%29.74
%27.51
%42.75

CMYK RENK MODELİ

#504A73 rengi CMYK tonu (30,36,0,55).

  • camgöbeği tonu 30.43%
  • eflatun tonu 35.65%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(30,36,0,55)
C30M36Y0K55 
(30%,36%,0%,55%)
(0.30/0.36/0.00/0.55)	

CMYK yüzdeleri

%30.43
%35.65
%0
%54.9

Codes

Color #504A73 in popluar color models

504A73
RGB8074115
HSL249°21.69%37.06%
HSB/HSV249°35.65%45.10%
CMYK30.43%35.65%0.00%
54.90%

Color #504A73 in popluar number systems.

HEX504A73
Decimal8074115
Binary101000010010101110011
Octal120112163

Shades and tints

Shades of #504A73

#504A73
(80,74,115)
#494469
(73,68,105)
#423E5F
(66,62,95)
#3B3855
(59,56,85)
#34324B
(52,50,75)
#2D2C41
(45,44,65)
#262637
(38,38,55)
#1F202D
(31,32,45)
#181A23
(24,26,35)
#111419
(17,20,25)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #504A73

#504A73
(80,74,115)
#5F5A7F
(95,90,127)
#6E6A8B
(110,106,139)
#7D7A97
(125,122,151)
#8C8AA3
(140,138,163)
#9B9AAF
(155,154,175)
#AAAABB
(170,170,187)
#B9BAC7
(185,186,199)
#C8CAD3
(200,202,211)
#D7DADF
(215,218,223)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504A73 color. Also use rgb(80,74,115) instead hex code.

Text Font Color

.myTextColor { color: #504A73; }

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

This text font color is #504A73.


Background Color

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

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

This div background color is #504A73.


Border color

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

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

This div border color is #504A73.


Opacity

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

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

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

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

This text has shadow with #504A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A73 on black background.


Color preview on white background

This text has color #504A73 on white background.



Black color preview on #504A73 background

This text has black color on #504A73 background.


White color preview on #504A73 background

This text has white color on #504A73 background.