COLOR #50595D

HEX: #50595D
RGB: (80,89,93)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

80
89
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 89 + 93 = 262 (100%)
R 80 of 262 ~ 30.53%
G 89 of 262 ~ 33.97%
B 93 of 262 ~ 35.5%

%30.53
%33.97
%35.5

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%13.98
%4.3
%0
%63.53

Codes

Color #50595D in popluar color models

50595D
RGB808993
HSL198°7.51%33.92%
HSB/HSV198°13.98%36.47%
CMYK13.98%4.30%0.00%
63.53%

Color #50595D in popluar number systems.

HEX50595D
Decimal808993
Binary101000010110011011101
Octal120131135

Shades and tints

Shades of #50595D

#50595D
(80,89,93)
#495155
(73,81,85)
#42494D
(66,73,77)
#3B4145
(59,65,69)
#34393D
(52,57,61)
#2D3135
(45,49,53)
#26292D
(38,41,45)
#1F2125
(31,33,37)
#18191D
(24,25,29)
#111115
(17,17,21)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #50595D

#50595D
(80,89,93)
#5F686B
(95,104,107)
#6E7779
(110,119,121)
#7D8687
(125,134,135)
#8C9595
(140,149,149)
#9BA4A3
(155,164,163)
#AAB3B1
(170,179,177)
#B9C2BF
(185,194,191)
#C8D1CD
(200,209,205)
#D7E0DB
(215,224,219)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50595D; }

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

This text font color is #50595D.


Background Color

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

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

This div background color is #50595D.


Border color

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

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

This div border color is #50595D.


Opacity

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

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

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

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

This text has shadow with #50595D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50595D on black background.


Color preview on white background

This text has color #50595D on white background.



Black color preview on #50595D background

This text has black color on #50595D background.


White color preview on #50595D background

This text has white color on #50595D background.