COLOR #504C68

HEX: #504C68
RGB: (80,76,104)

Renk bilgisi

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

RGB renk modeli

#504C68 color RGB value is (80,76,104).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 76 of 255 = 30%
B 104 of 255 = 41%

80
76
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 76 + 104 = 260 (100%)
R 80 of 260 ~ 30.77%
G 76 of 260 ~ 29.23%
B 104 of 260 ~ 40%

%30.77
%29.23
%40

CMYK RENK MODELİ

#504C68 rengi CMYK tonu (23,27,0,59).

  • camgöbeği tonu 23.08%
  • eflatun tonu 26.92%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(23,27,0,59)
C23M27Y0K59 
(23%,27%,0%,59%)
(0.23/0.27/0.00/0.59)	

CMYK yüzdeleri

%23.08
%26.92
%0
%59.22

Codes

Color #504C68 in popluar color models

504C68
RGB8076104
HSL249°15.56%35.29%
HSB/HSV249°26.92%40.78%
CMYK23.08%26.92%0.00%
59.22%

Color #504C68 in popluar number systems.

HEX504C68
Decimal8076104
Binary101000010011001101000
Octal120114150

Shades and tints

Shades of #504C68

#504C68
(80,76,104)
#49465F
(73,70,95)
#424056
(66,64,86)
#3B3A4D
(59,58,77)
#343444
(52,52,68)
#2D2E3B
(45,46,59)
#262832
(38,40,50)
#1F2229
(31,34,41)
#181C20
(24,28,32)
#111617
(17,22,23)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #504C68

#504C68
(80,76,104)
#5F5C75
(95,92,117)
#6E6C82
(110,108,130)
#7D7C8F
(125,124,143)
#8C8C9C
(140,140,156)
#9B9CA9
(155,156,169)
#AAACB6
(170,172,182)
#B9BCC3
(185,188,195)
#C8CCD0
(200,204,208)
#D7DCDD
(215,220,221)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C68; }

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

This text font color is #504C68.


Background Color

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

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

This div background color is #504C68.


Border color

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

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

This div border color is #504C68.


Opacity

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

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

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

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

This text has shadow with #504C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C68 on black background.


Color preview on white background

This text has color #504C68 on white background.



Black color preview on #504C68 background

This text has black color on #504C68 background.


White color preview on #504C68 background

This text has white color on #504C68 background.