COLOR #504050

HEX: #504050
RGB: (80,64,80)

Renk bilgisi

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

RGB renk modeli

#504050 color RGB value is (80,64,80).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 64 of 255 = 25%
B 80 of 255 = 31%

80
64
80

R + G + B ~ 29%. #504050 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 64 + 80 = 224 (100%)
R 80 of 224 ~ 35.71%
G 64 of 224 ~ 28.57%
B 80 of 224 ~ 35.71%

%35.71
%28.57
%35.71

CMYK RENK MODELİ

#504050 rengi CMYK tonu (0,20,0,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(0,20,0,69)
C0M20Y0K69 
(0%,20%,0%,69%)
(0.00/0.20/0.00/0.69)	

CMYK yüzdeleri

%0
%20
%0
%68.63

Codes

Color #504050 in popluar color models

504050
RGB806480
HSL300°11.11%28.24%
HSB/HSV300°20.00%31.37%
CMYK0.00%20.00%0.00%
68.63%

Color #504050 in popluar number systems.

HEX504050
Decimal806480
Binary101000010000001010000
Octal120100120

Shades and tints

Shades of #504050

#504050
(80,64,80)
#493B49
(73,59,73)
#423642
(66,54,66)
#3B313B
(59,49,59)
#342C34
(52,44,52)
#2D272D
(45,39,45)
#262226
(38,34,38)
#1F1D1F
(31,29,31)
#181818
(24,24,24)
#111311
(17,19,17)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #504050

#504050
(80,64,80)
#5F515F
(95,81,95)
#6E626E
(110,98,110)
#7D737D
(125,115,125)
#8C848C
(140,132,140)
#9B959B
(155,149,155)
#AAA6AA
(170,166,170)
#B9B7B9
(185,183,185)
#C8C8C8
(200,200,200)
#D7D9D7
(215,217,215)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504050; }

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

This text font color is #504050.


Background Color

.myBgColor { background-color: #504050; }

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

This div background color is #504050.


Border color

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

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

This div border color is #504050.


Opacity

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

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

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

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

This text has shadow with #504050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504050 on black background.


Color preview on white background

This text has color #504050 on white background.



Black color preview on #504050 background

This text has black color on #504050 background.


White color preview on #504050 background

This text has white color on #504050 background.