COLOR #504550

HEX: #504550
RGB: (80,69,80)

Renk bilgisi

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

RGB renk modeli

#504550 color RGB value is (80,69,80).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 69 of 255 = 27%
B 80 of 255 = 31%

80
69
80

R + G + B ~ 30%. #504550 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 69 + 80 = 229 (100%)
R 80 of 229 ~ 34.93%
G 69 of 229 ~ 30.13%
B 80 of 229 ~ 34.93%

%34.93
%30.13
%34.93

CMYK RENK MODELİ

#504550 rengi CMYK tonu (0,14,0,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.75%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(0,14,0,69)
C0M14Y0K69 
(0%,14%,0%,69%)
(0.00/0.14/0.00/0.69)	

CMYK yüzdeleri

%0
%13.75
%0
%68.63

Codes

Color #504550 in popluar color models

504550
RGB806980
HSL300°7.38%29.22%
HSB/HSV300°13.75%31.37%
CMYK0.00%13.75%0.00%
68.63%

Color #504550 in popluar number systems.

HEX504550
Decimal806980
Binary101000010001011010000
Octal120105120

Shades and tints

Shades of #504550

#504550
(80,69,80)
#493F49
(73,63,73)
#423942
(66,57,66)
#3B333B
(59,51,59)
#342D34
(52,45,52)
#2D272D
(45,39,45)
#262126
(38,33,38)
#1F1B1F
(31,27,31)
#181518
(24,21,24)
#110F11
(17,15,17)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #504550

#504550
(80,69,80)
#5F555F
(95,85,95)
#6E656E
(110,101,110)
#7D757D
(125,117,125)
#8C858C
(140,133,140)
#9B959B
(155,149,155)
#AAA5AA
(170,165,170)
#B9B5B9
(185,181,185)
#C8C5C8
(200,197,200)
#D7D5D7
(215,213,215)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504550; }

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

This text font color is #504550.


Background Color

.myBgColor { background-color: #504550; }

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

This div background color is #504550.


Border color

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

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

This div border color is #504550.


Opacity

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

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

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

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

This text has shadow with #504550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504550 on black background.


Color preview on white background

This text has color #504550 on white background.



Black color preview on #504550 background

This text has black color on #504550 background.


White color preview on #504550 background

This text has white color on #504550 background.