COLOR #50516E

HEX: #50516E
RGB: (80,81,110)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

80
81
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 81 + 110 = 271 (100%)
R 80 of 271 ~ 29.52%
G 81 of 271 ~ 29.89%
B 110 of 271 ~ 40.59%

%29.52
%29.89
%40.59

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%27.27
%26.36
%0
%56.86

Codes

Color #50516E in popluar color models

50516E
RGB8081110
HSL238°15.79%37.25%
HSB/HSV238°27.27%43.14%
CMYK27.27%26.36%0.00%
56.86%

Color #50516E in popluar number systems.

HEX50516E
Decimal8081110
Binary101000010100011101110
Octal120121156

Shades and tints

Shades of #50516E

#50516E
(80,81,110)
#494A64
(73,74,100)
#42435A
(66,67,90)
#3B3C50
(59,60,80)
#343546
(52,53,70)
#2D2E3C
(45,46,60)
#262732
(38,39,50)
#1F2028
(31,32,40)
#18191E
(24,25,30)
#111214
(17,18,20)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #50516E

#50516E
(80,81,110)
#5F607B
(95,96,123)
#6E6F88
(110,111,136)
#7D7E95
(125,126,149)
#8C8DA2
(140,141,162)
#9B9CAF
(155,156,175)
#AAABBC
(170,171,188)
#B9BAC9
(185,186,201)
#C8C9D6
(200,201,214)
#D7D8E3
(215,216,227)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50516E; }

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

This text font color is #50516E.


Background Color

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

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

This div background color is #50516E.


Border color

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

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

This div border color is #50516E.


Opacity

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

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

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

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

This text has shadow with #50516E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50516E on black background.


Color preview on white background

This text has color #50516E on white background.



Black color preview on #50516E background

This text has black color on #50516E background.


White color preview on #50516E background

This text has white color on #50516E background.