COLOR #50709D

HEX: #50709D
RGB: (80,112,157)

Renk bilgisi

#50709D contains mainly green and blue colors. #50709D ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#50709D color RGB value is (80,112,157).

  • kırmız ton 80;
  • yeşil ton 112;
  • mavi ton 157.
RGB:
(80,112,157)
(31%,44%,62%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 112 of 255 = 44%
B 157 of 255 = 62%

80
112
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 112 + 157 = 349 (100%)
R 80 of 349 ~ 22.92%
G 112 of 349 ~ 32.09%
B 157 of 349 ~ 44.99%

%22.92
%32.09
%44.99

CMYK RENK MODELİ

#50709D rengi CMYK tonu (49,29,0,38).

  • camgöbeği tonu 49.04%
  • eflatun tonu 28.66%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(49,29,0,38)
C49M29Y0K38 
(49%,29%,0%,38%)
(0.49/0.29/0.00/0.38)	

CMYK yüzdeleri

%49.04
%28.66
%0
%38.43

Codes

Color #50709D in popluar color models

50709D
RGB80112157
HSL215°32.49%46.47%
HSB/HSV215°49.04%61.57%
CMYK49.04%28.66%0.00%
38.43%

Color #50709D in popluar number systems.

HEX50709D
Decimal80112157
Binary1010000111000010011101
Octal120160235

Shades and tints

Shades of #50709D

#50709D
(80,112,157)
#49668F
(73,102,143)
#425C81
(66,92,129)
#3B5273
(59,82,115)
#344865
(52,72,101)
#2D3E57
(45,62,87)
#263449
(38,52,73)
#1F2A3B
(31,42,59)
#18202D
(24,32,45)
#11161F
(17,22,31)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #50709D

#50709D
(80,112,157)
#5F7DA5
(95,125,165)
#6E8AAD
(110,138,173)
#7D97B5
(125,151,181)
#8CA4BD
(140,164,189)
#9BB1C5
(155,177,197)
#AABECD
(170,190,205)
#B9CBD5
(185,203,213)
#C8D8DD
(200,216,221)
#D7E5E5
(215,229,229)
#E6F2ED
(230,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50709D color. Also use rgb(80,112,157) instead hex code.

Text Font Color

.myTextColor { color: #50709D; }

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

This text font color is #50709D.


Background Color

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

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

This div background color is #50709D.


Border color

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

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

This div border color is #50709D.


Opacity

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

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

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

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

This text has shadow with #50709D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50709D on black background.


Color preview on white background

This text has color #50709D on white background.



Black color preview on #50709D background

This text has black color on #50709D background.


White color preview on #50709D background

This text has white color on #50709D background.