COLOR #504772

HEX: #504772
RGB: (80,71,114)

Renk bilgisi

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

RGB renk modeli

#504772 color RGB value is (80,71,114).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 71 of 255 = 28%
B 114 of 255 = 45%

80
71
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 71 + 114 = 265 (100%)
R 80 of 265 ~ 30.19%
G 71 of 265 ~ 26.79%
B 114 of 265 ~ 43.02%

%30.19
%26.79
%43.02

CMYK RENK MODELİ

#504772 rengi CMYK tonu (30,38,0,55).

  • camgöbeği tonu 29.82%
  • eflatun tonu 37.72%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(30,38,0,55)
C30M38Y0K55 
(30%,38%,0%,55%)
(0.30/0.38/0.00/0.55)	

CMYK yüzdeleri

%29.82
%37.72
%0
%55.29

Codes

Color #504772 in popluar color models

504772
RGB8071114
HSL253°23.24%36.27%
HSB/HSV253°37.72%44.71%
CMYK29.82%37.72%0.00%
55.29%

Color #504772 in popluar number systems.

HEX504772
Decimal8071114
Binary101000010001111110010
Octal120107162

Shades and tints

Shades of #504772

#504772
(80,71,114)
#494168
(73,65,104)
#423B5E
(66,59,94)
#3B3554
(59,53,84)
#342F4A
(52,47,74)
#2D2940
(45,41,64)
#262336
(38,35,54)
#1F1D2C
(31,29,44)
#181722
(24,23,34)
#111118
(17,17,24)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #504772

#504772
(80,71,114)
#5F577E
(95,87,126)
#6E678A
(110,103,138)
#7D7796
(125,119,150)
#8C87A2
(140,135,162)
#9B97AE
(155,151,174)
#AAA7BA
(170,167,186)
#B9B7C6
(185,183,198)
#C8C7D2
(200,199,210)
#D7D7DE
(215,215,222)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504772; }

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

This text font color is #504772.


Background Color

.myBgColor { background-color: #504772; }

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

This div background color is #504772.


Border color

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

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

This div border color is #504772.


Opacity

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

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

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

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

This text has shadow with #504772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504772 on black background.


Color preview on white background

This text has color #504772 on white background.



Black color preview on #504772 background

This text has black color on #504772 background.


White color preview on #504772 background

This text has white color on #504772 background.