COLOR #504D51

HEX: #504D51
RGB: (80,77,81)

Renk bilgisi

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

RGB renk modeli

#504D51 color RGB value is (80,77,81).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 77 of 255 = 30%
B 81 of 255 = 32%

80
77
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 77 + 81 = 238 (100%)
R 80 of 238 ~ 33.61%
G 77 of 238 ~ 32.35%
B 81 of 238 ~ 34.03%

%33.61
%32.35
%34.03

CMYK RENK MODELİ

#504D51 rengi CMYK tonu (1,5,0,68).

  • camgöbeği tonu 1.23%
  • eflatun tonu 4.94%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(1,5,0,68)
C1M5Y0K68 
(1%,5%,0%,68%)
(0.01/0.05/0.00/0.68)	

CMYK yüzdeleri

%1.23
%4.94
%0
%68.24

Codes

Color #504D51 in popluar color models

504D51
RGB807781
HSL285°2.53%30.98%
HSB/HSV285°4.94%31.76%
CMYK1.23%4.94%0.00%
68.24%

Color #504D51 in popluar number systems.

HEX504D51
Decimal807781
Binary101000010011011010001
Octal120115121

Shades and tints

Shades of #504D51

#504D51
(80,77,81)
#49464A
(73,70,74)
#423F43
(66,63,67)
#3B383C
(59,56,60)
#343135
(52,49,53)
#2D2A2E
(45,42,46)
#262327
(38,35,39)
#1F1C20
(31,28,32)
#181519
(24,21,25)
#110E12
(17,14,18)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #504D51

#504D51
(80,77,81)
#5F5D60
(95,93,96)
#6E6D6F
(110,109,111)
#7D7D7E
(125,125,126)
#8C8D8D
(140,141,141)
#9B9D9C
(155,157,156)
#AAADAB
(170,173,171)
#B9BDBA
(185,189,186)
#C8CDC9
(200,205,201)
#D7DDD8
(215,221,216)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D51; }

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

This text font color is #504D51.


Background Color

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

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

This div background color is #504D51.


Border color

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

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

This div border color is #504D51.


Opacity

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

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

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

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

This text has shadow with #504D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D51 on black background.


Color preview on white background

This text has color #504D51 on white background.



Black color preview on #504D51 background

This text has black color on #504D51 background.


White color preview on #504D51 background

This text has white color on #504D51 background.