COLOR #50565D

HEX: #50565D
RGB: (80,86,93)

Renk bilgisi

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

RGB renk modeli

#50565D color RGB value is (80,86,93).

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

RGB bağlantıları ve doygunluk

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

80
86
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 86 + 93 = 259 (100%)
R 80 of 259 ~ 30.89%
G 86 of 259 ~ 33.2%
B 93 of 259 ~ 35.91%

%30.89
%33.2
%35.91

CMYK RENK MODELİ

#50565D rengi CMYK tonu (14,8,0,64).

  • camgöbeği tonu 13.98%
  • eflatun tonu 7.53%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(14,8,0,64)
C14M8Y0K64 
(14%,8%,0%,64%)
(0.14/0.08/0.00/0.64)	

CMYK yüzdeleri

%13.98
%7.53
%0
%63.53

Codes

Color #50565D in popluar color models

50565D
RGB808693
HSL212°7.51%33.92%
HSB/HSV212°13.98%36.47%
CMYK13.98%7.53%0.00%
63.53%

Color #50565D in popluar number systems.

HEX50565D
Decimal808693
Binary101000010101101011101
Octal120126135

Shades and tints

Shades of #50565D

#50565D
(80,86,93)
#494F55
(73,79,85)
#42484D
(66,72,77)
#3B4145
(59,65,69)
#343A3D
(52,58,61)
#2D3335
(45,51,53)
#262C2D
(38,44,45)
#1F2525
(31,37,37)
#181E1D
(24,30,29)
#111715
(17,23,21)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #50565D

#50565D
(80,86,93)
#5F656B
(95,101,107)
#6E7479
(110,116,121)
#7D8387
(125,131,135)
#8C9295
(140,146,149)
#9BA1A3
(155,161,163)
#AAB0B1
(170,176,177)
#B9BFBF
(185,191,191)
#C8CECD
(200,206,205)
#D7DDDB
(215,221,219)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50565D; }

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

This text font color is #50565D.


Background Color

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

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

This div background color is #50565D.


Border color

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

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

This div border color is #50565D.


Opacity

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

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

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

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

This text has shadow with #50565D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50565D on black background.


Color preview on white background

This text has color #50565D on white background.



Black color preview on #50565D background

This text has black color on #50565D background.


White color preview on #50565D background

This text has white color on #50565D background.