COLOR #504860

HEX: #504860
RGB: (80,72,96)

Renk bilgisi

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

RGB renk modeli

#504860 color RGB value is (80,72,96).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 72 of 255 = 28%
B 96 of 255 = 38%

80
72
96

R + G + B ~ 32%. #504860 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 72 + 96 = 248 (100%)
R 80 of 248 ~ 32.26%
G 72 of 248 ~ 29.03%
B 96 of 248 ~ 38.71%

%32.26
%29.03
%38.71

CMYK RENK MODELİ

#504860 rengi CMYK tonu (17,25,0,62).

  • camgöbeği tonu 16.67%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(17,25,0,62)
C17M25Y0K62 
(17%,25%,0%,62%)
(0.17/0.25/0.00/0.62)	

CMYK yüzdeleri

%16.67
%25
%0
%62.35

Codes

Color #504860 in popluar color models

504860
RGB807296
HSL260°14.29%32.94%
HSB/HSV260°25.00%37.65%
CMYK16.67%25.00%0.00%
62.35%

Color #504860 in popluar number systems.

HEX504860
Decimal807296
Binary101000010010001100000
Octal120110140

Shades and tints

Shades of #504860

#504860
(80,72,96)
#494258
(73,66,88)
#423C50
(66,60,80)
#3B3648
(59,54,72)
#343040
(52,48,64)
#2D2A38
(45,42,56)
#262430
(38,36,48)
#1F1E28
(31,30,40)
#181820
(24,24,32)
#111218
(17,18,24)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #504860

#504860
(80,72,96)
#5F586E
(95,88,110)
#6E687C
(110,104,124)
#7D788A
(125,120,138)
#8C8898
(140,136,152)
#9B98A6
(155,152,166)
#AAA8B4
(170,168,180)
#B9B8C2
(185,184,194)
#C8C8D0
(200,200,208)
#D7D8DE
(215,216,222)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504860; }

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

This text font color is #504860.


Background Color

.myBgColor { background-color: #504860; }

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

This div background color is #504860.


Border color

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

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

This div border color is #504860.


Opacity

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

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

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

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

This text has shadow with #504860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504860 on black background.


Color preview on white background

This text has color #504860 on white background.



Black color preview on #504860 background

This text has black color on #504860 background.


White color preview on #504860 background

This text has white color on #504860 background.