COLOR #50505A

HEX: #50505A
RGB: (80,80,90)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

80
80
90

R + G + B ~ 32%. #50505A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 90 = 250 (100%)
R 80 of 250 ~ 32%
G 80 of 250 ~ 32%
B 90 of 250 ~ 36%

%32
%32
%36

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%11.11
%11.11
%0
%64.71

Codes

Color #50505A in popluar color models

50505A
RGB808090
HSL240°5.88%33.33%
HSB/HSV240°11.11%35.29%
CMYK11.11%11.11%0.00%
64.71%

Color #50505A in popluar number systems.

HEX50505A
Decimal808090
Binary101000010100001011010
Octal120120132

Shades and tints

Shades of #50505A

#50505A
(80,80,90)
#494952
(73,73,82)
#42424A
(66,66,74)
#3B3B42
(59,59,66)
#34343A
(52,52,58)
#2D2D32
(45,45,50)
#26262A
(38,38,42)
#1F1F22
(31,31,34)
#18181A
(24,24,26)
#111112
(17,17,18)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #50505A

#50505A
(80,80,90)
#5F5F69
(95,95,105)
#6E6E78
(110,110,120)
#7D7D87
(125,125,135)
#8C8C96
(140,140,150)
#9B9BA5
(155,155,165)
#AAAAB4
(170,170,180)
#B9B9C3
(185,185,195)
#C8C8D2
(200,200,210)
#D7D7E1
(215,215,225)
#E6E6F0
(230,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50505A; }

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

This text font color is #50505A.


Background Color

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

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

This div background color is #50505A.


Border color

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

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

This div border color is #50505A.


Opacity

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

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

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

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

This text has shadow with #50505A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50505A on black background.


Color preview on white background

This text has color #50505A on white background.



Black color preview on #50505A background

This text has black color on #50505A background.


White color preview on #50505A background

This text has white color on #50505A background.