COLOR #505D63

HEX: #505D63
RGB: (80,93,99)

Renk bilgisi

#505D63 contains red, green and blue colors in about the same proportion. #505D63 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#505D63 color RGB value is (80,93,99).

  • kırmız ton 80;
  • yeşil ton 93;
  • mavi ton 99.
RGB:
(80,93,99)
(31%,36%,39%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 93 of 255 = 36%
B 99 of 255 = 39%

80
93
99

R + G + B ~ 35%. #505D63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 93 + 99 = 272 (100%)
R 80 of 272 ~ 29.41%
G 93 of 272 ~ 34.19%
B 99 of 272 ~ 36.4%

%29.41
%34.19
%36.4

CMYK RENK MODELİ

#505D63 rengi CMYK tonu (19,6,0,61).

  • camgöbeği tonu 19.19%
  • eflatun tonu 6.06%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(19,6,0,61)
C19M6Y0K61 
(19%,6%,0%,61%)
(0.19/0.06/0.00/0.61)	

CMYK yüzdeleri

%19.19
%6.06
%0
%61.18

Codes

Color #505D63 in popluar color models

505D63
RGB809399
HSL199°10.61%35.10%
HSB/HSV199°19.19%38.82%
CMYK19.19%6.06%0.00%
61.18%

Color #505D63 in popluar number systems.

HEX505D63
Decimal809399
Binary101000010111011100011
Octal120135143

Shades and tints

Shades of #505D63

#505D63
(80,93,99)
#49555A
(73,85,90)
#424D51
(66,77,81)
#3B4548
(59,69,72)
#343D3F
(52,61,63)
#2D3536
(45,53,54)
#262D2D
(38,45,45)
#1F2524
(31,37,36)
#181D1B
(24,29,27)
#111512
(17,21,18)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #505D63

#505D63
(80,93,99)
#5F6B71
(95,107,113)
#6E797F
(110,121,127)
#7D878D
(125,135,141)
#8C959B
(140,149,155)
#9BA3A9
(155,163,169)
#AAB1B7
(170,177,183)
#B9BFC5
(185,191,197)
#C8CDD3
(200,205,211)
#D7DBE1
(215,219,225)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505D63 color. Also use rgb(80,93,99) instead hex code.

Text Font Color

.myTextColor { color: #505D63; }

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

This text font color is #505D63.


Background Color

.myBgColor { background-color: #505D63; }

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

This div background color is #505D63.


Border color

.myBorderColor { border: 1px solid #505D63; }

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

This div border color is #505D63.


Opacity

.myOpacity80 { color: #505D63; opacity: 0.8; }

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

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

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

This text has shadow with #505D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505D63 on black background.


Color preview on white background

This text has color #505D63 on white background.



Black color preview on #505D63 background

This text has black color on #505D63 background.


White color preview on #505D63 background

This text has white color on #505D63 background.