COLOR #504866

HEX: #504866
RGB: (80,72,102)

Renk bilgisi

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

RGB renk modeli

#504866 color RGB value is (80,72,102).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 72 of 255 = 28%
B 102 of 255 = 40%

80
72
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 72 + 102 = 254 (100%)
R 80 of 254 ~ 31.5%
G 72 of 254 ~ 28.35%
B 102 of 254 ~ 40.16%

%31.5
%28.35
%40.16

CMYK RENK MODELİ

#504866 rengi CMYK tonu (22,29,0,60).

  • camgöbeği tonu 21.57%
  • eflatun tonu 29.41%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(22,29,0,60)
C22M29Y0K60 
(22%,29%,0%,60%)
(0.22/0.29/0.00/0.60)	

CMYK yüzdeleri

%21.57
%29.41
%0
%60

Codes

Color #504866 in popluar color models

504866
RGB8072102
HSL256°17.24%34.12%
HSB/HSV256°29.41%40.00%
CMYK21.57%29.41%0.00%
60.00%

Color #504866 in popluar number systems.

HEX504866
Decimal8072102
Binary101000010010001100110
Octal120110146

Shades and tints

Shades of #504866

#504866
(80,72,102)
#49425D
(73,66,93)
#423C54
(66,60,84)
#3B364B
(59,54,75)
#343042
(52,48,66)
#2D2A39
(45,42,57)
#262430
(38,36,48)
#1F1E27
(31,30,39)
#18181E
(24,24,30)
#111215
(17,18,21)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #504866

#504866
(80,72,102)
#5F5873
(95,88,115)
#6E6880
(110,104,128)
#7D788D
(125,120,141)
#8C889A
(140,136,154)
#9B98A7
(155,152,167)
#AAA8B4
(170,168,180)
#B9B8C1
(185,184,193)
#C8C8CE
(200,200,206)
#D7D8DB
(215,216,219)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504866; }

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

This text font color is #504866.


Background Color

.myBgColor { background-color: #504866; }

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

This div background color is #504866.


Border color

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

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

This div border color is #504866.


Opacity

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

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

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

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

This text has shadow with #504866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504866 on black background.


Color preview on white background

This text has color #504866 on white background.



Black color preview on #504866 background

This text has black color on #504866 background.


White color preview on #504866 background

This text has white color on #504866 background.