COLOR #50717E

HEX: #50717E
RGB: (80,113,126)

Renk bilgisi

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

RGB renk modeli

#50717E color RGB value is (80,113,126).

  • kırmız ton 80;
  • yeşil ton 113;
  • mavi ton 126.
RGB:
(80,113,126)
(31%,44%,49%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 113 of 255 = 44%
B 126 of 255 = 49%

80
113
126

R + G + B ~ 41%. #50717E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 113 + 126 = 319 (100%)
R 80 of 319 ~ 25.08%
G 113 of 319 ~ 35.42%
B 126 of 319 ~ 39.5%

%25.08
%35.42
%39.5

CMYK RENK MODELİ

#50717E rengi CMYK tonu (37,10,0,51).

  • camgöbeği tonu 36.51%
  • eflatun tonu 10.32%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(37,10,0,51)
C37M10Y0K51 
(37%,10%,0%,51%)
(0.37/0.10/0.00/0.51)	

CMYK yüzdeleri

%36.51
%10.32
%0
%50.59

Codes

Color #50717E in popluar color models

50717E
RGB80113126
HSL197°22.33%40.39%
HSB/HSV197°36.51%49.41%
CMYK36.51%10.32%0.00%
50.59%

Color #50717E in popluar number systems.

HEX50717E
Decimal80113126
Binary101000011100011111110
Octal120161176

Shades and tints

Shades of #50717E

#50717E
(80,113,126)
#496773
(73,103,115)
#425D68
(66,93,104)
#3B535D
(59,83,93)
#344952
(52,73,82)
#2D3F47
(45,63,71)
#26353C
(38,53,60)
#1F2B31
(31,43,49)
#182126
(24,33,38)
#11171B
(17,23,27)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #50717E

#50717E
(80,113,126)
#5F7D89
(95,125,137)
#6E8994
(110,137,148)
#7D959F
(125,149,159)
#8CA1AA
(140,161,170)
#9BADB5
(155,173,181)
#AAB9C0
(170,185,192)
#B9C5CB
(185,197,203)
#C8D1D6
(200,209,214)
#D7DDE1
(215,221,225)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50717E; }

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

This text font color is #50717E.


Background Color

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

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

This div background color is #50717E.


Border color

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

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

This div border color is #50717E.


Opacity

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

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

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

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

This text has shadow with #50717E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50717E on black background.


Color preview on white background

This text has color #50717E on white background.



Black color preview on #50717E background

This text has black color on #50717E background.


White color preview on #50717E background

This text has white color on #50717E background.