COLOR #50505E

HEX: #50505E
RGB: (80,80,94)

Renk bilgisi

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

RGB renk modeli

#50505E color RGB value is (80,80,94).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 80 of 255 = 31%
B 94 of 255 = 37%

80
80
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 94 = 254 (100%)
R 80 of 254 ~ 31.5%
G 80 of 254 ~ 31.5%
B 94 of 254 ~ 37.01%

%31.5
%31.5
%37.01

CMYK RENK MODELİ

#50505E rengi CMYK tonu (15,15,0,63).

  • camgöbeği tonu 14.89%
  • eflatun tonu 14.89%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(15,15,0,63)
C15M15Y0K63 
(15%,15%,0%,63%)
(0.15/0.15/0.00/0.63)	

CMYK yüzdeleri

%14.89
%14.89
%0
%63.14

Codes

Color #50505E in popluar color models

50505E
RGB808094
HSL240°8.05%34.12%
HSB/HSV240°14.89%36.86%
CMYK14.89%14.89%0.00%
63.14%

Color #50505E in popluar number systems.

HEX50505E
Decimal808094
Binary101000010100001011110
Octal120120136

Shades and tints

Shades of #50505E

#50505E
(80,80,94)
#494956
(73,73,86)
#42424E
(66,66,78)
#3B3B46
(59,59,70)
#34343E
(52,52,62)
#2D2D36
(45,45,54)
#26262E
(38,38,46)
#1F1F26
(31,31,38)
#18181E
(24,24,30)
#111116
(17,17,22)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #50505E

#50505E
(80,80,94)
#5F5F6C
(95,95,108)
#6E6E7A
(110,110,122)
#7D7D88
(125,125,136)
#8C8C96
(140,140,150)
#9B9BA4
(155,155,164)
#AAAAB2
(170,170,178)
#B9B9C0
(185,185,192)
#C8C8CE
(200,200,206)
#D7D7DC
(215,215,220)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50505E; }

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

This text font color is #50505E.


Background Color

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

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

This div background color is #50505E.


Border color

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

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

This div border color is #50505E.


Opacity

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

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

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

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

This text has shadow with #50505E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50505E on black background.


Color preview on white background

This text has color #50505E on white background.



Black color preview on #50505E background

This text has black color on #50505E background.


White color preview on #50505E background

This text has white color on #50505E background.