COLOR #50575A

HEX: #50575A
RGB: (80,87,90)

Renk bilgisi

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

RGB renk modeli

#50575A color RGB value is (80,87,90).

  • kırmız ton 80;
  • yeşil ton 87;
  • mavi ton 90.
RGB:
(80,87,90)
(31%,34%,35%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 87 of 255 = 34%
B 90 of 255 = 35%

80
87
90

R + G + B ~ 33%. #50575A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 87 + 90 = 257 (100%)
R 80 of 257 ~ 31.13%
G 87 of 257 ~ 33.85%
B 90 of 257 ~ 35.02%

%31.13
%33.85
%35.02

CMYK RENK MODELİ

#50575A rengi CMYK tonu (11,3,0,65).

  • camgöbeği tonu 11.11%
  • eflatun tonu 3.33%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(11,3,0,65)
C11M3Y0K65 
(11%,3%,0%,65%)
(0.11/0.03/0.00/0.65)	

CMYK yüzdeleri

%11.11
%3.33
%0
%64.71

Codes

Color #50575A in popluar color models

50575A
RGB808790
HSL198°5.88%33.33%
HSB/HSV198°11.11%35.29%
CMYK11.11%3.33%0.00%
64.71%

Color #50575A in popluar number systems.

HEX50575A
Decimal808790
Binary101000010101111011010
Octal120127132

Shades and tints

Shades of #50575A

#50575A
(80,87,90)
#495052
(73,80,82)
#42494A
(66,73,74)
#3B4242
(59,66,66)
#343B3A
(52,59,58)
#2D3432
(45,52,50)
#262D2A
(38,45,42)
#1F2622
(31,38,34)
#181F1A
(24,31,26)
#111812
(17,24,18)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #50575A

#50575A
(80,87,90)
#5F6669
(95,102,105)
#6E7578
(110,117,120)
#7D8487
(125,132,135)
#8C9396
(140,147,150)
#9BA2A5
(155,162,165)
#AAB1B4
(170,177,180)
#B9C0C3
(185,192,195)
#C8CFD2
(200,207,210)
#D7DEE1
(215,222,225)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50575A color. Also use rgb(80,87,90) instead hex code.

Text Font Color

.myTextColor { color: #50575A; }

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

This text font color is #50575A.


Background Color

.myBgColor { background-color: #50575A; }

<div style="background-color:#50575A">Inner text</div>

This div background color is #50575A.


Border color

.myBorderColor { border: 1px solid #50575A; }

<div style="border:3px solid #50575A">Div</div>

This div border color is #50575A.


Opacity

.myOpacity80 { color: #50575A; opacity: 0.8; }

<p style="color:#50575A;opacity:0.8;">80%</p>

Text with #50575A 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 #50575A;}

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

This text has shadow with #50575A color.

.textShadow {text-shadow: 3px 3px 1px #50575A, 3px 3px 1px red;}

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

This text has shadow with #50575A primary color and red secondary color.


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

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

This text has shadow with #50575A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50575A on black background.


Color preview on white background

This text has color #50575A on white background.



Black color preview on #50575A background

This text has black color on #50575A background.


White color preview on #50575A background

This text has white color on #50575A background.