COLOR #504A51

HEX: #504A51
RGB: (80,74,81)

Renk bilgisi

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

RGB renk modeli

#504A51 color RGB value is (80,74,81).

  • kırmız ton 80;
  • yeşil ton 74;
  • mavi ton 81.
RGB:
(80,74,81)
(31%,29%,32%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 74 of 255 = 29%
B 81 of 255 = 32%

80
74
81

R + G + B ~ 31%. #504A51 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 74 + 81 = 235 (100%)
R 80 of 235 ~ 34.04%
G 74 of 235 ~ 31.49%
B 81 of 235 ~ 34.47%

%34.04
%31.49
%34.47

CMYK RENK MODELİ

#504A51 rengi CMYK tonu (1,9,0,68).

  • camgöbeği tonu 1.23%
  • eflatun tonu 8.64%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(1,9,0,68)
C1M9Y0K68 
(1%,9%,0%,68%)
(0.01/0.09/0.00/0.68)	

CMYK yüzdeleri

%1.23
%8.64
%0
%68.24

Codes

Color #504A51 in popluar color models

504A51
RGB807481
HSL291°4.52%30.39%
HSB/HSV291°8.64%31.76%
CMYK1.23%8.64%0.00%
68.24%

Color #504A51 in popluar number systems.

HEX504A51
Decimal807481
Binary101000010010101010001
Octal120112121

Shades and tints

Shades of #504A51

#504A51
(80,74,81)
#49444A
(73,68,74)
#423E43
(66,62,67)
#3B383C
(59,56,60)
#343235
(52,50,53)
#2D2C2E
(45,44,46)
#262627
(38,38,39)
#1F2020
(31,32,32)
#181A19
(24,26,25)
#111412
(17,20,18)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #504A51

#504A51
(80,74,81)
#5F5A60
(95,90,96)
#6E6A6F
(110,106,111)
#7D7A7E
(125,122,126)
#8C8A8D
(140,138,141)
#9B9A9C
(155,154,156)
#AAAAAB
(170,170,171)
#B9BABA
(185,186,186)
#C8CAC9
(200,202,201)
#D7DAD8
(215,218,216)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504A51 color. Also use rgb(80,74,81) instead hex code.

Text Font Color

.myTextColor { color: #504A51; }

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

This text font color is #504A51.


Background Color

.myBgColor { background-color: #504A51; }

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

This div background color is #504A51.


Border color

.myBorderColor { border: 1px solid #504A51; }

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

This div border color is #504A51.


Opacity

.myOpacity80 { color: #504A51; opacity: 0.8; }

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

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

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

This text has shadow with #504A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A51 on black background.


Color preview on white background

This text has color #504A51 on white background.



Black color preview on #504A51 background

This text has black color on #504A51 background.


White color preview on #504A51 background

This text has white color on #504A51 background.