COLOR #504F72

HEX: #504F72
RGB: (80,79,114)

Renk bilgisi

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

RGB renk modeli

#504F72 color RGB value is (80,79,114).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 79 of 255 = 31%
B 114 of 255 = 45%

80
79
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 79 + 114 = 273 (100%)
R 80 of 273 ~ 29.3%
G 79 of 273 ~ 28.94%
B 114 of 273 ~ 41.76%

%29.3
%28.94
%41.76

CMYK RENK MODELİ

#504F72 rengi CMYK tonu (30,31,0,55).

  • camgöbeği tonu 29.82%
  • eflatun tonu 30.70%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(30,31,0,55)
C30M31Y0K55 
(30%,31%,0%,55%)
(0.30/0.31/0.00/0.55)	

CMYK yüzdeleri

%29.82
%30.7
%0
%55.29

Codes

Color #504F72 in popluar color models

504F72
RGB8079114
HSL242°18.13%37.84%
HSB/HSV242°30.70%44.71%
CMYK29.82%30.70%0.00%
55.29%

Color #504F72 in popluar number systems.

HEX504F72
Decimal8079114
Binary101000010011111110010
Octal120117162

Shades and tints

Shades of #504F72

#504F72
(80,79,114)
#494868
(73,72,104)
#42415E
(66,65,94)
#3B3A54
(59,58,84)
#34334A
(52,51,74)
#2D2C40
(45,44,64)
#262536
(38,37,54)
#1F1E2C
(31,30,44)
#181722
(24,23,34)
#111018
(17,16,24)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #504F72

#504F72
(80,79,114)
#5F5F7E
(95,95,126)
#6E6F8A
(110,111,138)
#7D7F96
(125,127,150)
#8C8FA2
(140,143,162)
#9B9FAE
(155,159,174)
#AAAFBA
(170,175,186)
#B9BFC6
(185,191,198)
#C8CFD2
(200,207,210)
#D7DFDE
(215,223,222)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504F72 color. Also use rgb(80,79,114) instead hex code.

Text Font Color

.myTextColor { color: #504F72; }

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

This text font color is #504F72.


Background Color

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

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

This div background color is #504F72.


Border color

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

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

This div border color is #504F72.


Opacity

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

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

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

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

This text has shadow with #504F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504F72 on black background.


Color preview on white background

This text has color #504F72 on white background.



Black color preview on #504F72 background

This text has black color on #504F72 background.


White color preview on #504F72 background

This text has white color on #504F72 background.