COLOR #504C56

HEX: #504C56
RGB: (80,76,86)

Renk bilgisi

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

RGB renk modeli

#504C56 color RGB value is (80,76,86).

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

RGB bağlantıları ve doygunluk

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

80
76
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 76 + 86 = 242 (100%)
R 80 of 242 ~ 33.06%
G 76 of 242 ~ 31.4%
B 86 of 242 ~ 35.54%

%33.06
%31.4
%35.54

CMYK RENK MODELİ

#504C56 rengi CMYK tonu (7,12,0,66).

  • camgöbeği tonu 6.98%
  • eflatun tonu 11.63%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(7,12,0,66)
C7M12Y0K66 
(7%,12%,0%,66%)
(0.07/0.12/0.00/0.66)	

CMYK yüzdeleri

%6.98
%11.63
%0
%66.27

Codes

Color #504C56 in popluar color models

504C56
RGB807686
HSL264°6.17%31.76%
HSB/HSV264°11.63%33.73%
CMYK6.98%11.63%0.00%
66.27%

Color #504C56 in popluar number systems.

HEX504C56
Decimal807686
Binary101000010011001010110
Octal120114126

Shades and tints

Shades of #504C56

#504C56
(80,76,86)
#49464F
(73,70,79)
#424048
(66,64,72)
#3B3A41
(59,58,65)
#34343A
(52,52,58)
#2D2E33
(45,46,51)
#26282C
(38,40,44)
#1F2225
(31,34,37)
#181C1E
(24,28,30)
#111617
(17,22,23)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #504C56

#504C56
(80,76,86)
#5F5C65
(95,92,101)
#6E6C74
(110,108,116)
#7D7C83
(125,124,131)
#8C8C92
(140,140,146)
#9B9CA1
(155,156,161)
#AAACB0
(170,172,176)
#B9BCBF
(185,188,191)
#C8CCCE
(200,204,206)
#D7DCDD
(215,220,221)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C56; }

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

This text font color is #504C56.


Background Color

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

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

This div background color is #504C56.


Border color

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

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

This div border color is #504C56.


Opacity

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

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

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

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

This text has shadow with #504C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C56 on black background.


Color preview on white background

This text has color #504C56 on white background.



Black color preview on #504C56 background

This text has black color on #504C56 background.


White color preview on #504C56 background

This text has white color on #504C56 background.