COLOR #50505D

HEX: #50505D
RGB: (80,80,93)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

80
80
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 93 = 253 (100%)
R 80 of 253 ~ 31.62%
G 80 of 253 ~ 31.62%
B 93 of 253 ~ 36.76%

%31.62
%31.62
%36.76

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%13.98
%13.98
%0
%63.53

Codes

Color #50505D in popluar color models

50505D
RGB808093
HSL240°7.51%33.92%
HSB/HSV240°13.98%36.47%
CMYK13.98%13.98%0.00%
63.53%

Color #50505D in popluar number systems.

HEX50505D
Decimal808093
Binary101000010100001011101
Octal120120135

Shades and tints

Shades of #50505D

#50505D
(80,80,93)
#494955
(73,73,85)
#42424D
(66,66,77)
#3B3B45
(59,59,69)
#34343D
(52,52,61)
#2D2D35
(45,45,53)
#26262D
(38,38,45)
#1F1F25
(31,31,37)
#18181D
(24,24,29)
#111115
(17,17,21)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #50505D

#50505D
(80,80,93)
#5F5F6B
(95,95,107)
#6E6E79
(110,110,121)
#7D7D87
(125,125,135)
#8C8C95
(140,140,149)
#9B9BA3
(155,155,163)
#AAAAB1
(170,170,177)
#B9B9BF
(185,185,191)
#C8C8CD
(200,200,205)
#D7D7DB
(215,215,219)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50505D; }

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

This text font color is #50505D.


Background Color

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

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

This div background color is #50505D.


Border color

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

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

This div border color is #50505D.


Opacity

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

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

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

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

This text has shadow with #50505D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50505D on black background.


Color preview on white background

This text has color #50505D on white background.



Black color preview on #50505D background

This text has black color on #50505D background.


White color preview on #50505D background

This text has white color on #50505D background.