COLOR #50535D

HEX: #50535D
RGB: (80,83,93)

Renk bilgisi

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

RGB renk modeli

#50535D color RGB value is (80,83,93).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 83 of 255 = 33%
B 93 of 255 = 36%

80
83
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 83 + 93 = 256 (100%)
R 80 of 256 ~ 31.25%
G 83 of 256 ~ 32.42%
B 93 of 256 ~ 36.33%

%31.25
%32.42
%36.33

CMYK RENK MODELİ

#50535D rengi CMYK tonu (14,11,0,64).

  • camgöbeği tonu 13.98%
  • eflatun tonu 10.75%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(14,11,0,64)
C14M11Y0K64 
(14%,11%,0%,64%)
(0.14/0.11/0.00/0.64)	

CMYK yüzdeleri

%13.98
%10.75
%0
%63.53

Codes

Color #50535D in popluar color models

50535D
RGB808393
HSL226°7.51%33.92%
HSB/HSV226°13.98%36.47%
CMYK13.98%10.75%0.00%
63.53%

Color #50535D in popluar number systems.

HEX50535D
Decimal808393
Binary101000010100111011101
Octal120123135

Shades and tints

Shades of #50535D

#50535D
(80,83,93)
#494C55
(73,76,85)
#42454D
(66,69,77)
#3B3E45
(59,62,69)
#34373D
(52,55,61)
#2D3035
(45,48,53)
#26292D
(38,41,45)
#1F2225
(31,34,37)
#181B1D
(24,27,29)
#111415
(17,20,21)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #50535D

#50535D
(80,83,93)
#5F626B
(95,98,107)
#6E7179
(110,113,121)
#7D8087
(125,128,135)
#8C8F95
(140,143,149)
#9B9EA3
(155,158,163)
#AAADB1
(170,173,177)
#B9BCBF
(185,188,191)
#C8CBCD
(200,203,205)
#D7DADB
(215,218,219)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50535D; }

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

This text font color is #50535D.


Background Color

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

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

This div background color is #50535D.


Border color

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

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

This div border color is #50535D.


Opacity

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

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

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

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

This text has shadow with #50535D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50535D on black background.


Color preview on white background

This text has color #50535D on white background.



Black color preview on #50535D background

This text has black color on #50535D background.


White color preview on #50535D background

This text has white color on #50535D background.