COLOR #504964

HEX: #504964
RGB: (80,73,100)

Renk bilgisi

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

RGB renk modeli

#504964 color RGB value is (80,73,100).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 73 of 255 = 29%
B 100 of 255 = 39%

80
73
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 73 + 100 = 253 (100%)
R 80 of 253 ~ 31.62%
G 73 of 253 ~ 28.85%
B 100 of 253 ~ 39.53%

%31.62
%28.85
%39.53

CMYK RENK MODELİ

#504964 rengi CMYK tonu (20,27,0,61).

  • camgöbeği tonu 20.00%
  • eflatun tonu 27.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(20,27,0,61)
C20M27Y0K61 
(20%,27%,0%,61%)
(0.20/0.27/0.00/0.61)	

CMYK yüzdeleri

%20
%27
%0
%60.78

Codes

Color #504964 in popluar color models

504964
RGB8073100
HSL256°15.61%33.92%
HSB/HSV256°27.00%39.22%
CMYK20.00%27.00%0.00%
60.78%

Color #504964 in popluar number systems.

HEX504964
Decimal8073100
Binary101000010010011100100
Octal120111144

Shades and tints

Shades of #504964

#504964
(80,73,100)
#49435B
(73,67,91)
#423D52
(66,61,82)
#3B3749
(59,55,73)
#343140
(52,49,64)
#2D2B37
(45,43,55)
#26252E
(38,37,46)
#1F1F25
(31,31,37)
#18191C
(24,25,28)
#111313
(17,19,19)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #504964

#504964
(80,73,100)
#5F5972
(95,89,114)
#6E6980
(110,105,128)
#7D798E
(125,121,142)
#8C899C
(140,137,156)
#9B99AA
(155,153,170)
#AAA9B8
(170,169,184)
#B9B9C6
(185,185,198)
#C8C9D4
(200,201,212)
#D7D9E2
(215,217,226)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504964; }

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

This text font color is #504964.


Background Color

.myBgColor { background-color: #504964; }

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

This div background color is #504964.


Border color

.myBorderColor { border: 1px solid #504964; }

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

This div border color is #504964.


Opacity

.myOpacity80 { color: #504964; opacity: 0.8; }

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

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

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

This text has shadow with #504964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504964 on black background.


Color preview on white background

This text has color #504964 on white background.



Black color preview on #504964 background

This text has black color on #504964 background.


White color preview on #504964 background

This text has white color on #504964 background.