COLOR #504C64

HEX: #504C64
RGB: (80,76,100)

Renk bilgisi

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

RGB renk modeli

#504C64 color RGB value is (80,76,100).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 76 of 255 = 30%
B 100 of 255 = 39%

80
76
100

R + G + B ~ 33%. #504C64 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 76 + 100 = 256 (100%)
R 80 of 256 ~ 31.25%
G 76 of 256 ~ 29.69%
B 100 of 256 ~ 39.06%

%31.25
%29.69
%39.06

CMYK RENK MODELİ

#504C64 rengi CMYK tonu (20,24,0,61).

  • camgöbeği tonu 20.00%
  • eflatun tonu 24.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(20,24,0,61)
C20M24Y0K61 
(20%,24%,0%,61%)
(0.20/0.24/0.00/0.61)	

CMYK yüzdeleri

%20
%24
%0
%60.78

Codes

Color #504C64 in popluar color models

504C64
RGB8076100
HSL250°13.64%34.51%
HSB/HSV250°24.00%39.22%
CMYK20.00%24.00%0.00%
60.78%

Color #504C64 in popluar number systems.

HEX504C64
Decimal8076100
Binary101000010011001100100
Octal120114144

Shades and tints

Shades of #504C64

#504C64
(80,76,100)
#49465B
(73,70,91)
#424052
(66,64,82)
#3B3A49
(59,58,73)
#343440
(52,52,64)
#2D2E37
(45,46,55)
#26282E
(38,40,46)
#1F2225
(31,34,37)
#181C1C
(24,28,28)
#111613
(17,22,19)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #504C64

#504C64
(80,76,100)
#5F5C72
(95,92,114)
#6E6C80
(110,108,128)
#7D7C8E
(125,124,142)
#8C8C9C
(140,140,156)
#9B9CAA
(155,156,170)
#AAACB8
(170,172,184)
#B9BCC6
(185,188,198)
#C8CCD4
(200,204,212)
#D7DCE2
(215,220,226)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C64; }

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

This text font color is #504C64.


Background Color

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

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

This div background color is #504C64.


Border color

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

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

This div border color is #504C64.


Opacity

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

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

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

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

This text has shadow with #504C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C64 on black background.


Color preview on white background

This text has color #504C64 on white background.



Black color preview on #504C64 background

This text has black color on #504C64 background.


White color preview on #504C64 background

This text has white color on #504C64 background.