COLOR #50506E

HEX: #50506E
RGB: (80,80,110)

Renk bilgisi

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

RGB renk modeli

#50506E color RGB value is (80,80,110).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 80 of 255 = 31%
B 110 of 255 = 43%

80
80
110

R + G + B ~ 35%. #50506E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 110 = 270 (100%)
R 80 of 270 ~ 29.63%
G 80 of 270 ~ 29.63%
B 110 of 270 ~ 40.74%

%29.63
%29.63
%40.74

CMYK RENK MODELİ

#50506E rengi CMYK tonu (27,27,0,57).

  • camgöbeği tonu 27.27%
  • eflatun tonu 27.27%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(27,27,0,57)
C27M27Y0K57 
(27%,27%,0%,57%)
(0.27/0.27/0.00/0.57)	

CMYK yüzdeleri

%27.27
%27.27
%0
%56.86

Codes

Color #50506E in popluar color models

50506E
RGB8080110
HSL240°15.79%37.25%
HSB/HSV240°27.27%43.14%
CMYK27.27%27.27%0.00%
56.86%

Color #50506E in popluar number systems.

HEX50506E
Decimal8080110
Binary101000010100001101110
Octal120120156

Shades and tints

Shades of #50506E

#50506E
(80,80,110)
#494964
(73,73,100)
#42425A
(66,66,90)
#3B3B50
(59,59,80)
#343446
(52,52,70)
#2D2D3C
(45,45,60)
#262632
(38,38,50)
#1F1F28
(31,31,40)
#18181E
(24,24,30)
#111114
(17,17,20)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #50506E

#50506E
(80,80,110)
#5F5F7B
(95,95,123)
#6E6E88
(110,110,136)
#7D7D95
(125,125,149)
#8C8CA2
(140,140,162)
#9B9BAF
(155,155,175)
#AAAABC
(170,170,188)
#B9B9C9
(185,185,201)
#C8C8D6
(200,200,214)
#D7D7E3
(215,215,227)
#E6E6F0
(230,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50506E; }

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

This text font color is #50506E.


Background Color

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

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

This div background color is #50506E.


Border color

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

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

This div border color is #50506E.


Opacity

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

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

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

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

This text has shadow with #50506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50506E on black background.


Color preview on white background

This text has color #50506E on white background.



Black color preview on #50506E background

This text has black color on #50506E background.


White color preview on #50506E background

This text has white color on #50506E background.