COLOR #50767E

HEX: #50767E
RGB: (80,118,126)

Renk bilgisi

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

RGB renk modeli

#50767E color RGB value is (80,118,126).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 118 of 255 = 46%
B 126 of 255 = 49%

80
118
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 118 + 126 = 324 (100%)
R 80 of 324 ~ 24.69%
G 118 of 324 ~ 36.42%
B 126 of 324 ~ 38.89%

%24.69
%36.42
%38.89

CMYK RENK MODELİ

#50767E rengi CMYK tonu (37,6,0,51).

  • camgöbeği tonu 36.51%
  • eflatun tonu 6.35%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(37,6,0,51)
C37M6Y0K51 
(37%,6%,0%,51%)
(0.37/0.06/0.00/0.51)	

CMYK yüzdeleri

%36.51
%6.35
%0
%50.59

Codes

Color #50767E in popluar color models

50767E
RGB80118126
HSL190°22.33%40.39%
HSB/HSV190°36.51%49.41%
CMYK36.51%6.35%0.00%
50.59%

Color #50767E in popluar number systems.

HEX50767E
Decimal80118126
Binary101000011101101111110
Octal120166176

Shades and tints

Shades of #50767E

#50767E
(80,118,126)
#496C73
(73,108,115)
#426268
(66,98,104)
#3B585D
(59,88,93)
#344E52
(52,78,82)
#2D4447
(45,68,71)
#263A3C
(38,58,60)
#1F3031
(31,48,49)
#182626
(24,38,38)
#111C1B
(17,28,27)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #50767E

#50767E
(80,118,126)
#5F8289
(95,130,137)
#6E8E94
(110,142,148)
#7D9A9F
(125,154,159)
#8CA6AA
(140,166,170)
#9BB2B5
(155,178,181)
#AABEC0
(170,190,192)
#B9CACB
(185,202,203)
#C8D6D6
(200,214,214)
#D7E2E1
(215,226,225)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50767E; }

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

This text font color is #50767E.


Background Color

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

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

This div background color is #50767E.


Border color

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

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

This div border color is #50767E.


Opacity

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

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

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

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

This text has shadow with #50767E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50767E on black background.


Color preview on white background

This text has color #50767E on white background.



Black color preview on #50767E background

This text has black color on #50767E background.


White color preview on #50767E background

This text has white color on #50767E background.