COLOR #504C74

HEX: #504C74
RGB: (80,76,116)

Renk bilgisi

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

RGB renk modeli

#504C74 color RGB value is (80,76,116).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 76 of 255 = 30%
B 116 of 255 = 45%

80
76
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 76 + 116 = 272 (100%)
R 80 of 272 ~ 29.41%
G 76 of 272 ~ 27.94%
B 116 of 272 ~ 42.65%

%29.41
%27.94
%42.65

CMYK RENK MODELİ

#504C74 rengi CMYK tonu (31,34,0,55).

  • camgöbeği tonu 31.03%
  • eflatun tonu 34.48%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(31,34,0,55)
C31M34Y0K55 
(31%,34%,0%,55%)
(0.31/0.34/0.00/0.55)	

CMYK yüzdeleri

%31.03
%34.48
%0
%54.51

Codes

Color #504C74 in popluar color models

504C74
RGB8076116
HSL246°20.83%37.65%
HSB/HSV246°34.48%45.49%
CMYK31.03%34.48%0.00%
54.51%

Color #504C74 in popluar number systems.

HEX504C74
Decimal8076116
Binary101000010011001110100
Octal120114164

Shades and tints

Shades of #504C74

#504C74
(80,76,116)
#49466A
(73,70,106)
#424060
(66,64,96)
#3B3A56
(59,58,86)
#34344C
(52,52,76)
#2D2E42
(45,46,66)
#262838
(38,40,56)
#1F222E
(31,34,46)
#181C24
(24,28,36)
#11161A
(17,22,26)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #504C74

#504C74
(80,76,116)
#5F5C80
(95,92,128)
#6E6C8C
(110,108,140)
#7D7C98
(125,124,152)
#8C8CA4
(140,140,164)
#9B9CB0
(155,156,176)
#AAACBC
(170,172,188)
#B9BCC8
(185,188,200)
#C8CCD4
(200,204,212)
#D7DCE0
(215,220,224)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C74; }

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

This text font color is #504C74.


Background Color

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

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

This div background color is #504C74.


Border color

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

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

This div border color is #504C74.


Opacity

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

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

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

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

This text has shadow with #504C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C74 on black background.


Color preview on white background

This text has color #504C74 on white background.



Black color preview on #504C74 background

This text has black color on #504C74 background.


White color preview on #504C74 background

This text has white color on #504C74 background.