COLOR #50709B

HEX: #50709B
RGB: (80,112,155)

Renk bilgisi

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

RGB renk modeli

#50709B color RGB value is (80,112,155).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 112 of 255 = 44%
B 155 of 255 = 61%

80
112
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 112 + 155 = 347 (100%)
R 80 of 347 ~ 23.05%
G 112 of 347 ~ 32.28%
B 155 of 347 ~ 44.67%

%23.05
%32.28
%44.67

CMYK RENK MODELİ

#50709B rengi CMYK tonu (48,28,0,39).

  • camgöbeği tonu 48.39%
  • eflatun tonu 27.74%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(48,28,0,39)
C48M28Y0K39 
(48%,28%,0%,39%)
(0.48/0.28/0.00/0.39)	

CMYK yüzdeleri

%48.39
%27.74
%0
%39.22

Codes

Color #50709B in popluar color models

50709B
RGB80112155
HSL214°31.91%46.08%
HSB/HSV214°48.39%60.78%
CMYK48.39%27.74%0.00%
39.22%

Color #50709B in popluar number systems.

HEX50709B
Decimal80112155
Binary1010000111000010011011
Octal120160233

Shades and tints

Shades of #50709B

#50709B
(80,112,155)
#49668D
(73,102,141)
#425C7F
(66,92,127)
#3B5271
(59,82,113)
#344863
(52,72,99)
#2D3E55
(45,62,85)
#263447
(38,52,71)
#1F2A39
(31,42,57)
#18202B
(24,32,43)
#11161D
(17,22,29)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #50709B

#50709B
(80,112,155)
#5F7DA4
(95,125,164)
#6E8AAD
(110,138,173)
#7D97B6
(125,151,182)
#8CA4BF
(140,164,191)
#9BB1C8
(155,177,200)
#AABED1
(170,190,209)
#B9CBDA
(185,203,218)
#C8D8E3
(200,216,227)
#D7E5EC
(215,229,236)
#E6F2F5
(230,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50709B; }

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

This text font color is #50709B.


Background Color

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

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

This div background color is #50709B.


Border color

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

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

This div border color is #50709B.


Opacity

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

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

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

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

This text has shadow with #50709B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50709B on black background.


Color preview on white background

This text has color #50709B on white background.



Black color preview on #50709B background

This text has black color on #50709B background.


White color preview on #50709B background

This text has white color on #50709B background.