COLOR #504D66

HEX: #504D66
RGB: (80,77,102)

Renk bilgisi

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

RGB renk modeli

#504D66 color RGB value is (80,77,102).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 77 of 255 = 30%
B 102 of 255 = 40%

80
77
102

R + G + B ~ 34%. #504D66 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 77 + 102 = 259 (100%)
R 80 of 259 ~ 30.89%
G 77 of 259 ~ 29.73%
B 102 of 259 ~ 39.38%

%30.89
%29.73
%39.38

CMYK RENK MODELİ

#504D66 rengi CMYK tonu (22,25,0,60).

  • camgöbeği tonu 21.57%
  • eflatun tonu 24.51%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(22,25,0,60)
C22M25Y0K60 
(22%,25%,0%,60%)
(0.22/0.25/0.00/0.60)	

CMYK yüzdeleri

%21.57
%24.51
%0
%60

Codes

Color #504D66 in popluar color models

504D66
RGB8077102
HSL247°13.97%35.10%
HSB/HSV247°24.51%40.00%
CMYK21.57%24.51%0.00%
60.00%

Color #504D66 in popluar number systems.

HEX504D66
Decimal8077102
Binary101000010011011100110
Octal120115146

Shades and tints

Shades of #504D66

#504D66
(80,77,102)
#49465D
(73,70,93)
#423F54
(66,63,84)
#3B384B
(59,56,75)
#343142
(52,49,66)
#2D2A39
(45,42,57)
#262330
(38,35,48)
#1F1C27
(31,28,39)
#18151E
(24,21,30)
#110E15
(17,14,21)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #504D66

#504D66
(80,77,102)
#5F5D73
(95,93,115)
#6E6D80
(110,109,128)
#7D7D8D
(125,125,141)
#8C8D9A
(140,141,154)
#9B9DA7
(155,157,167)
#AAADB4
(170,173,180)
#B9BDC1
(185,189,193)
#C8CDCE
(200,205,206)
#D7DDDB
(215,221,219)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D66; }

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

This text font color is #504D66.


Background Color

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

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

This div background color is #504D66.


Border color

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

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

This div border color is #504D66.


Opacity

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

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

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

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

This text has shadow with #504D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D66 on black background.


Color preview on white background

This text has color #504D66 on white background.



Black color preview on #504D66 background

This text has black color on #504D66 background.


White color preview on #504D66 background

This text has white color on #504D66 background.