COLOR #504C66

HEX: #504C66
RGB: (80,76,102)

Renk bilgisi

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

RGB renk modeli

#504C66 color RGB value is (80,76,102).

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

RGB bağlantıları ve doygunluk

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

80
76
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 76 + 102 = 258 (100%)
R 80 of 258 ~ 31.01%
G 76 of 258 ~ 29.46%
B 102 of 258 ~ 39.53%

%31.01
%29.46
%39.53

CMYK RENK MODELİ

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

  • camgöbeği tonu 21.57%
  • eflatun tonu 25.49%
  • 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
%25.49
%0
%60

Codes

Color #504C66 in popluar color models

504C66
RGB8076102
HSL249°14.61%34.90%
HSB/HSV249°25.49%40.00%
CMYK21.57%25.49%0.00%
60.00%

Color #504C66 in popluar number systems.

HEX504C66
Decimal8076102
Binary101000010011001100110
Octal120114146

Shades and tints

Shades of #504C66

#504C66
(80,76,102)
#49465D
(73,70,93)
#424054
(66,64,84)
#3B3A4B
(59,58,75)
#343442
(52,52,66)
#2D2E39
(45,46,57)
#262830
(38,40,48)
#1F2227
(31,34,39)
#181C1E
(24,28,30)
#111615
(17,22,21)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #504C66

#504C66
(80,76,102)
#5F5C73
(95,92,115)
#6E6C80
(110,108,128)
#7D7C8D
(125,124,141)
#8C8C9A
(140,140,154)
#9B9CA7
(155,156,167)
#AAACB4
(170,172,180)
#B9BCC1
(185,188,193)
#C8CCCE
(200,204,206)
#D7DCDB
(215,220,219)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C66; }

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

This text font color is #504C66.


Background Color

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

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

This div background color is #504C66.


Border color

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

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

This div border color is #504C66.


Opacity

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

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

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

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

This text has shadow with #504C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C66 on black background.


Color preview on white background

This text has color #504C66 on white background.



Black color preview on #504C66 background

This text has black color on #504C66 background.


White color preview on #504C66 background

This text has white color on #504C66 background.