COLOR #504768

HEX: #504768
RGB: (80,71,104)

Renk bilgisi

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

RGB renk modeli

#504768 color RGB value is (80,71,104).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 71 of 255 = 28%
B 104 of 255 = 41%

80
71
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 71 + 104 = 255 (100%)
R 80 of 255 ~ 31.37%
G 71 of 255 ~ 27.84%
B 104 of 255 ~ 40.78%

%31.37
%27.84
%40.78

CMYK RENK MODELİ

#504768 rengi CMYK tonu (23,32,0,59).

  • camgöbeği tonu 23.08%
  • eflatun tonu 31.73%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(23,32,0,59)
C23M32Y0K59 
(23%,32%,0%,59%)
(0.23/0.32/0.00/0.59)	

CMYK yüzdeleri

%23.08
%31.73
%0
%59.22

Codes

Color #504768 in popluar color models

504768
RGB8071104
HSL256°18.86%34.31%
HSB/HSV256°31.73%40.78%
CMYK23.08%31.73%0.00%
59.22%

Color #504768 in popluar number systems.

HEX504768
Decimal8071104
Binary101000010001111101000
Octal120107150

Shades and tints

Shades of #504768

#504768
(80,71,104)
#49415F
(73,65,95)
#423B56
(66,59,86)
#3B354D
(59,53,77)
#342F44
(52,47,68)
#2D293B
(45,41,59)
#262332
(38,35,50)
#1F1D29
(31,29,41)
#181720
(24,23,32)
#111117
(17,17,23)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #504768

#504768
(80,71,104)
#5F5775
(95,87,117)
#6E6782
(110,103,130)
#7D778F
(125,119,143)
#8C879C
(140,135,156)
#9B97A9
(155,151,169)
#AAA7B6
(170,167,182)
#B9B7C3
(185,183,195)
#C8C7D0
(200,199,208)
#D7D7DD
(215,215,221)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504768; }

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

This text font color is #504768.


Background Color

.myBgColor { background-color: #504768; }

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

This div background color is #504768.


Border color

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

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

This div border color is #504768.


Opacity

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

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

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

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

This text has shadow with #504768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504768 on black background.


Color preview on white background

This text has color #504768 on white background.



Black color preview on #504768 background

This text has black color on #504768 background.


White color preview on #504768 background

This text has white color on #504768 background.