COLOR #504450

HEX: #504450
RGB: (80,68,80)

Renk bilgisi

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

RGB renk modeli

#504450 color RGB value is (80,68,80).

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

RGB bağlantıları ve doygunluk

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

80
68
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 68 + 80 = 228 (100%)
R 80 of 228 ~ 35.09%
G 68 of 228 ~ 29.82%
B 80 of 228 ~ 35.09%

%35.09
%29.82
%35.09

CMYK RENK MODELİ

#504450 rengi CMYK tonu (0,15,0,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.00%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(0,15,0,69)
C0M15Y0K69 
(0%,15%,0%,69%)
(0.00/0.15/0.00/0.69)	

CMYK yüzdeleri

%0
%15
%0
%68.63

Codes

Color #504450 in popluar color models

504450
RGB806880
HSL300°8.11%29.02%
HSB/HSV300°15.00%31.37%
CMYK0.00%15.00%0.00%
68.63%

Color #504450 in popluar number systems.

HEX504450
Decimal806880
Binary101000010001001010000
Octal120104120

Shades and tints

Shades of #504450

#504450
(80,68,80)
#493E49
(73,62,73)
#423842
(66,56,66)
#3B323B
(59,50,59)
#342C34
(52,44,52)
#2D262D
(45,38,45)
#262026
(38,32,38)
#1F1A1F
(31,26,31)
#181418
(24,20,24)
#110E11
(17,14,17)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #504450

#504450
(80,68,80)
#5F555F
(95,85,95)
#6E666E
(110,102,110)
#7D777D
(125,119,125)
#8C888C
(140,136,140)
#9B999B
(155,153,155)
#AAAAAA
(170,170,170)
#B9BBB9
(185,187,185)
#C8CCC8
(200,204,200)
#D7DDD7
(215,221,215)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504450; }

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

This text font color is #504450.


Background Color

.myBgColor { background-color: #504450; }

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

This div background color is #504450.


Border color

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

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

This div border color is #504450.


Opacity

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

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

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

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

This text has shadow with #504450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504450 on black background.


Color preview on white background

This text has color #504450 on white background.



Black color preview on #504450 background

This text has black color on #504450 background.


White color preview on #504450 background

This text has white color on #504450 background.