COLOR #50899C

HEX: #50899C
RGB: (80,137,156)

Renk bilgisi

#50899C contains mainly green and blue colors. #50899C ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#50899C color RGB value is (80,137,156).

  • kırmız ton 80;
  • yeşil ton 137;
  • mavi ton 156.
RGB:
(80,137,156)
(31%,54%,61%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 137 of 255 = 54%
B 156 of 255 = 61%

80
137
156

R + G + B ~ 49%. #50899C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 137 + 156 = 373 (100%)
R 80 of 373 ~ 21.45%
G 137 of 373 ~ 36.73%
B 156 of 373 ~ 41.82%

%21.45
%36.73
%41.82

CMYK RENK MODELİ

#50899C rengi CMYK tonu (49,12,0,39).

  • camgöbeği tonu 48.72%
  • eflatun tonu 12.18%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(49,12,0,39)
C49M12Y0K39 
(49%,12%,0%,39%)
(0.49/0.12/0.00/0.39)	

CMYK yüzdeleri

%48.72
%12.18
%0
%38.82

Codes

Color #50899C in popluar color models

50899C
RGB80137156
HSL195°32.20%46.27%
HSB/HSV195°48.72%61.18%
CMYK48.72%12.18%0.00%
38.82%

Color #50899C in popluar number systems.

HEX50899C
Decimal80137156
Binary10100001000100110011100
Octal120211234

Shades and tints

Shades of #50899C

#50899C
(80,137,156)
#497D8E
(73,125,142)
#427180
(66,113,128)
#3B6572
(59,101,114)
#345964
(52,89,100)
#2D4D56
(45,77,86)
#264148
(38,65,72)
#1F353A
(31,53,58)
#18292C
(24,41,44)
#111D1E
(17,29,30)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #50899C

#50899C
(80,137,156)
#5F93A5
(95,147,165)
#6E9DAE
(110,157,174)
#7DA7B7
(125,167,183)
#8CB1C0
(140,177,192)
#9BBBC9
(155,187,201)
#AAC5D2
(170,197,210)
#B9CFDB
(185,207,219)
#C8D9E4
(200,217,228)
#D7E3ED
(215,227,237)
#E6EDF6
(230,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50899C color. Also use rgb(80,137,156) instead hex code.

Text Font Color

.myTextColor { color: #50899C; }

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

This text font color is #50899C.


Background Color

.myBgColor { background-color: #50899C; }

<div style="background-color:#50899C">Inner text</div>

This div background color is #50899C.


Border color

.myBorderColor { border: 1px solid #50899C; }

<div style="border:3px solid #50899C">Div</div>

This div border color is #50899C.


Opacity

.myOpacity80 { color: #50899C; opacity: 0.8; }

<p style="color:#50899C;opacity:0.8;">80%</p>

Text with #50899C 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 #50899C;}

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

This text has shadow with #50899C color.

.textShadow {text-shadow: 3px 3px 1px #50899C, 3px 3px 1px red;}

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

This text has shadow with #50899C primary color and red secondary color.


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

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

This text has shadow with #50899C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50899C on black background.


Color preview on white background

This text has color #50899C on white background.



Black color preview on #50899C background

This text has black color on #50899C background.


White color preview on #50899C background

This text has white color on #50899C background.