COLOR #50737F

HEX: #50737F
RGB: (80,115,127)

Renk bilgisi

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

RGB renk modeli

#50737F color RGB value is (80,115,127).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 115 of 255 = 45%
B 127 of 255 = 50%

80
115
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 115 + 127 = 322 (100%)
R 80 of 322 ~ 24.84%
G 115 of 322 ~ 35.71%
B 127 of 322 ~ 39.44%

%24.84
%35.71
%39.44

CMYK RENK MODELİ

#50737F rengi CMYK tonu (37,9,0,50).

  • camgöbeği tonu 37.01%
  • eflatun tonu 9.45%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(37,9,0,50)
C37M9Y0K50 
(37%,9%,0%,50%)
(0.37/0.09/0.00/0.50)	

CMYK yüzdeleri

%37.01
%9.45
%0
%50.2

Codes

Color #50737F in popluar color models

50737F
RGB80115127
HSL195°22.71%40.59%
HSB/HSV195°37.01%49.80%
CMYK37.01%9.45%0.00%
50.20%

Color #50737F in popluar number systems.

HEX50737F
Decimal80115127
Binary101000011100111111111
Octal120163177

Shades and tints

Shades of #50737F

#50737F
(80,115,127)
#496974
(73,105,116)
#425F69
(66,95,105)
#3B555E
(59,85,94)
#344B53
(52,75,83)
#2D4148
(45,65,72)
#26373D
(38,55,61)
#1F2D32
(31,45,50)
#182327
(24,35,39)
#11191C
(17,25,28)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #50737F

#50737F
(80,115,127)
#5F7F8A
(95,127,138)
#6E8B95
(110,139,149)
#7D97A0
(125,151,160)
#8CA3AB
(140,163,171)
#9BAFB6
(155,175,182)
#AABBC1
(170,187,193)
#B9C7CC
(185,199,204)
#C8D3D7
(200,211,215)
#D7DFE2
(215,223,226)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50737F; }

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

This text font color is #50737F.


Background Color

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

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

This div background color is #50737F.


Border color

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

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

This div border color is #50737F.


Opacity

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

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

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

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

This text has shadow with #50737F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50737F on black background.


Color preview on white background

This text has color #50737F on white background.



Black color preview on #50737F background

This text has black color on #50737F background.


White color preview on #50737F background

This text has white color on #50737F background.