COLOR #50747D

HEX: #50747D
RGB: (80,116,125)

Renk bilgisi

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

RGB renk modeli

#50747D color RGB value is (80,116,125).

  • kırmız ton 80;
  • yeşil ton 116;
  • mavi ton 125.
RGB:
(80,116,125)
(31%,45%,49%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 116 of 255 = 45%
B 125 of 255 = 49%

80
116
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 116 + 125 = 321 (100%)
R 80 of 321 ~ 24.92%
G 116 of 321 ~ 36.14%
B 125 of 321 ~ 38.94%

%24.92
%36.14
%38.94

CMYK RENK MODELİ

#50747D rengi CMYK tonu (36,7,0,51).

  • camgöbeği tonu 36.00%
  • eflatun tonu 7.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(36,7,0,51)
C36M7Y0K51 
(36%,7%,0%,51%)
(0.36/0.07/0.00/0.51)	

CMYK yüzdeleri

%36
%7.2
%0
%50.98

Codes

Color #50747D in popluar color models

50747D
RGB80116125
HSL192°21.95%40.20%
HSB/HSV192°36.00%49.02%
CMYK36.00%7.20%0.00%
50.98%

Color #50747D in popluar number systems.

HEX50747D
Decimal80116125
Binary101000011101001111101
Octal120164175

Shades and tints

Shades of #50747D

#50747D
(80,116,125)
#496A72
(73,106,114)
#426067
(66,96,103)
#3B565C
(59,86,92)
#344C51
(52,76,81)
#2D4246
(45,66,70)
#26383B
(38,56,59)
#1F2E30
(31,46,48)
#182425
(24,36,37)
#111A1A
(17,26,26)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #50747D

#50747D
(80,116,125)
#5F8088
(95,128,136)
#6E8C93
(110,140,147)
#7D989E
(125,152,158)
#8CA4A9
(140,164,169)
#9BB0B4
(155,176,180)
#AABCBF
(170,188,191)
#B9C8CA
(185,200,202)
#C8D4D5
(200,212,213)
#D7E0E0
(215,224,224)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50747D color. Also use rgb(80,116,125) instead hex code.

Text Font Color

.myTextColor { color: #50747D; }

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

This text font color is #50747D.


Background Color

.myBgColor { background-color: #50747D; }

<div style="background-color:#50747D">Inner text</div>

This div background color is #50747D.


Border color

.myBorderColor { border: 1px solid #50747D; }

<div style="border:3px solid #50747D">Div</div>

This div border color is #50747D.


Opacity

.myOpacity80 { color: #50747D; opacity: 0.8; }

<p style="color:#50747D;opacity:0.8;">80%</p>

Text with #50747D 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 #50747D;}

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

This text has shadow with #50747D color.

.textShadow {text-shadow: 3px 3px 1px #50747D, 3px 3px 1px red;}

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

This text has shadow with #50747D primary color and red secondary color.


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

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

This text has shadow with #50747D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50747D on black background.


Color preview on white background

This text has color #50747D on white background.



Black color preview on #50747D background

This text has black color on #50747D background.


White color preview on #50747D background

This text has white color on #50747D background.