COLOR #504869

HEX: #504869
RGB: (80,72,105)

Renk bilgisi

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

RGB renk modeli

#504869 color RGB value is (80,72,105).

  • kırmız ton 80;
  • yeşil ton 72;
  • mavi ton 105.
RGB:
(80,72,105)
(31%,28%,41%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 72 of 255 = 28%
B 105 of 255 = 41%

80
72
105

R + G + B ~ 33%. #504869 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 72 + 105 = 257 (100%)
R 80 of 257 ~ 31.13%
G 72 of 257 ~ 28.02%
B 105 of 257 ~ 40.86%

%31.13
%28.02
%40.86

CMYK RENK MODELİ

#504869 rengi CMYK tonu (24,31,0,59).

  • camgöbeği tonu 23.81%
  • eflatun tonu 31.43%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(24,31,0,59)
C24M31Y0K59 
(24%,31%,0%,59%)
(0.24/0.31/0.00/0.59)	

CMYK yüzdeleri

%23.81
%31.43
%0
%58.82

Codes

Color #504869 in popluar color models

504869
RGB8072105
HSL255°18.64%34.71%
HSB/HSV255°31.43%41.18%
CMYK23.81%31.43%0.00%
58.82%

Color #504869 in popluar number systems.

HEX504869
Decimal8072105
Binary101000010010001101001
Octal120110151

Shades and tints

Shades of #504869

#504869
(80,72,105)
#494260
(73,66,96)
#423C57
(66,60,87)
#3B364E
(59,54,78)
#343045
(52,48,69)
#2D2A3C
(45,42,60)
#262433
(38,36,51)
#1F1E2A
(31,30,42)
#181821
(24,24,33)
#111218
(17,18,24)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #504869

#504869
(80,72,105)
#5F5876
(95,88,118)
#6E6883
(110,104,131)
#7D7890
(125,120,144)
#8C889D
(140,136,157)
#9B98AA
(155,152,170)
#AAA8B7
(170,168,183)
#B9B8C4
(185,184,196)
#C8C8D1
(200,200,209)
#D7D8DE
(215,216,222)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504869 color. Also use rgb(80,72,105) instead hex code.

Text Font Color

.myTextColor { color: #504869; }

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

This text font color is #504869.


Background Color

.myBgColor { background-color: #504869; }

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

This div background color is #504869.


Border color

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

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

This div border color is #504869.


Opacity

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

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

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

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

This text has shadow with #504869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504869 on black background.


Color preview on white background

This text has color #504869 on white background.



Black color preview on #504869 background

This text has black color on #504869 background.


White color preview on #504869 background

This text has white color on #504869 background.