COLOR #504D56

HEX: #504D56
RGB: (80,77,86)

Renk bilgisi

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

RGB renk modeli

#504D56 color RGB value is (80,77,86).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 77 of 255 = 30%
B 86 of 255 = 34%

80
77
86

R + G + B ~ 32%. #504D56 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 77 + 86 = 243 (100%)
R 80 of 243 ~ 32.92%
G 77 of 243 ~ 31.69%
B 86 of 243 ~ 35.39%

%32.92
%31.69
%35.39

CMYK RENK MODELİ

#504D56 rengi CMYK tonu (7,10,0,66).

  • camgöbeği tonu 6.98%
  • eflatun tonu 10.47%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(7,10,0,66)
C7M10Y0K66 
(7%,10%,0%,66%)
(0.07/0.10/0.00/0.66)	

CMYK yüzdeleri

%6.98
%10.47
%0
%66.27

Codes

Color #504D56 in popluar color models

504D56
RGB807786
HSL260°5.52%31.96%
HSB/HSV260°10.47%33.73%
CMYK6.98%10.47%0.00%
66.27%

Color #504D56 in popluar number systems.

HEX504D56
Decimal807786
Binary101000010011011010110
Octal120115126

Shades and tints

Shades of #504D56

#504D56
(80,77,86)
#49464F
(73,70,79)
#423F48
(66,63,72)
#3B3841
(59,56,65)
#34313A
(52,49,58)
#2D2A33
(45,42,51)
#26232C
(38,35,44)
#1F1C25
(31,28,37)
#18151E
(24,21,30)
#110E17
(17,14,23)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #504D56

#504D56
(80,77,86)
#5F5D65
(95,93,101)
#6E6D74
(110,109,116)
#7D7D83
(125,125,131)
#8C8D92
(140,141,146)
#9B9DA1
(155,157,161)
#AAADB0
(170,173,176)
#B9BDBF
(185,189,191)
#C8CDCE
(200,205,206)
#D7DDDD
(215,221,221)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D56; }

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

This text font color is #504D56.


Background Color

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

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

This div background color is #504D56.


Border color

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

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

This div border color is #504D56.


Opacity

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

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

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

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

This text has shadow with #504D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D56 on black background.


Color preview on white background

This text has color #504D56 on white background.



Black color preview on #504D56 background

This text has black color on #504D56 background.


White color preview on #504D56 background

This text has white color on #504D56 background.