COLOR #50565C

HEX: #50565C
RGB: (80,86,92)

Renk bilgisi

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

RGB renk modeli

#50565C color RGB value is (80,86,92).

  • kırmız ton 80;
  • yeşil ton 86;
  • mavi ton 92.
RGB:
(80,86,92)
(31%,34%,36%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 86 of 255 = 34%
B 92 of 255 = 36%

80
86
92

R + G + B ~ 34%. #50565C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 86 + 92 = 258 (100%)
R 80 of 258 ~ 31.01%
G 86 of 258 ~ 33.33%
B 92 of 258 ~ 35.66%

%31.01
%33.33
%35.66

CMYK RENK MODELİ

#50565C rengi CMYK tonu (13,7,0,64).

  • camgöbeği tonu 13.04%
  • eflatun tonu 6.52%
  • sarı tonu 0.00%
  • ana renk tonu 63.92%
CMYK:
(13,7,0,64)
C13M7Y0K64 
(13%,7%,0%,64%)
(0.13/0.07/0.00/0.64)	

CMYK yüzdeleri

%13.04
%6.52
%0
%63.92

Codes

Color #50565C in popluar color models

50565C
RGB808692
HSL210°6.98%33.73%
HSB/HSV210°13.04%36.08%
CMYK13.04%6.52%0.00%
63.92%

Color #50565C in popluar number systems.

HEX50565C
Decimal808692
Binary101000010101101011100
Octal120126134

Shades and tints

Shades of #50565C

#50565C
(80,86,92)
#494F54
(73,79,84)
#42484C
(66,72,76)
#3B4144
(59,65,68)
#343A3C
(52,58,60)
#2D3334
(45,51,52)
#262C2C
(38,44,44)
#1F2524
(31,37,36)
#181E1C
(24,30,28)
#111714
(17,23,20)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #50565C

#50565C
(80,86,92)
#5F656A
(95,101,106)
#6E7478
(110,116,120)
#7D8386
(125,131,134)
#8C9294
(140,146,148)
#9BA1A2
(155,161,162)
#AAB0B0
(170,176,176)
#B9BFBE
(185,191,190)
#C8CECC
(200,206,204)
#D7DDDA
(215,221,218)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50565C color. Also use rgb(80,86,92) instead hex code.

Text Font Color

.myTextColor { color: #50565C; }

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

This text font color is #50565C.


Background Color

.myBgColor { background-color: #50565C; }

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

This div background color is #50565C.


Border color

.myBorderColor { border: 1px solid #50565C; }

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

This div border color is #50565C.


Opacity

.myOpacity80 { color: #50565C; opacity: 0.8; }

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

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

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

This text has shadow with #50565C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50565C on black background.


Color preview on white background

This text has color #50565C on white background.



Black color preview on #50565C background

This text has black color on #50565C background.


White color preview on #50565C background

This text has white color on #50565C background.