COLOR #50767F

HEX: #50767F
RGB: (80,118,127)

Renk bilgisi

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

RGB renk modeli

#50767F color RGB value is (80,118,127).

  • kırmız ton 80;
  • yeşil ton 118;
  • mavi ton 127.
RGB:
(80,118,127)
(31%,46%,50%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 118 of 255 = 46%
B 127 of 255 = 50%

80
118
127

R + G + B ~ 42%. #50767F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 118 + 127 = 325 (100%)
R 80 of 325 ~ 24.62%
G 118 of 325 ~ 36.31%
B 127 of 325 ~ 39.08%

%24.62
%36.31
%39.08

CMYK RENK MODELİ

#50767F rengi CMYK tonu (37,7,0,50).

  • camgöbeği tonu 37.01%
  • eflatun tonu 7.09%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(37,7,0,50)
C37M7Y0K50 
(37%,7%,0%,50%)
(0.37/0.07/0.00/0.50)	

CMYK yüzdeleri

%37.01
%7.09
%0
%50.2

Codes

Color #50767F in popluar color models

50767F
RGB80118127
HSL191°22.71%40.59%
HSB/HSV191°37.01%49.80%
CMYK37.01%7.09%0.00%
50.20%

Color #50767F in popluar number systems.

HEX50767F
Decimal80118127
Binary101000011101101111111
Octal120166177

Shades and tints

Shades of #50767F

#50767F
(80,118,127)
#496C74
(73,108,116)
#426269
(66,98,105)
#3B585E
(59,88,94)
#344E53
(52,78,83)
#2D4448
(45,68,72)
#263A3D
(38,58,61)
#1F3032
(31,48,50)
#182627
(24,38,39)
#111C1C
(17,28,28)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #50767F

#50767F
(80,118,127)
#5F828A
(95,130,138)
#6E8E95
(110,142,149)
#7D9AA0
(125,154,160)
#8CA6AB
(140,166,171)
#9BB2B6
(155,178,182)
#AABEC1
(170,190,193)
#B9CACC
(185,202,204)
#C8D6D7
(200,214,215)
#D7E2E2
(215,226,226)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50767F color. Also use rgb(80,118,127) instead hex code.

Text Font Color

.myTextColor { color: #50767F; }

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

This text font color is #50767F.


Background Color

.myBgColor { background-color: #50767F; }

<div style="background-color:#50767F">Inner text</div>

This div background color is #50767F.


Border color

.myBorderColor { border: 1px solid #50767F; }

<div style="border:3px solid #50767F">Div</div>

This div border color is #50767F.


Opacity

.myOpacity80 { color: #50767F; opacity: 0.8; }

<p style="color:#50767F;opacity:0.8;">80%</p>

Text with #50767F 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 #50767F;}

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

This text has shadow with #50767F color.

.textShadow {text-shadow: 3px 3px 1px #50767F, 3px 3px 1px red;}

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

This text has shadow with #50767F primary color and red secondary color.


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

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

This text has shadow with #50767F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50767F on black background.


Color preview on white background

This text has color #50767F on white background.



Black color preview on #50767F background

This text has black color on #50767F background.


White color preview on #50767F background

This text has white color on #50767F background.