COLOR #50B79F

HEX: #50B79F
RGB: (80,183,159)

Renk bilgisi

#50B79F contains mainly green and blue colors. #50B79F ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#50B79F color RGB value is (80,183,159).

  • kırmız ton 80;
  • yeşil ton 183;
  • mavi ton 159.
RGB:
(80,183,159)
(31%,72%,62%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 183 of 255 = 72%
B 159 of 255 = 62%

80
183
159

R + G + B ~ 55%. #50B79F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 183 + 159 = 422 (100%)
R 80 of 422 ~ 18.96%
G 183 of 422 ~ 43.36%
B 159 of 422 ~ 37.68%

%18.96
%43.36
%37.68

CMYK RENK MODELİ

#50B79F rengi CMYK tonu (56,0,13,28).

  • camgöbeği tonu 56.28%
  • eflatun tonu 0.00%
  • sarı tonu 13.11%
  • ana renk tonu 28.24%
CMYK:
(56,0,13,28)
C56M0Y13K28 
(56%,0%,13%,28%)
(0.56/0.00/0.13/0.28)	

CMYK yüzdeleri

%56.28
%0
%13.11
%28.24

Codes

Color #50B79F in popluar color models

50B79F
RGB80183159
HSL166°41.70%51.57%
HSB/HSV166°56.28%71.76%
CMYK56.28%0.00%13.11%
28.24%

Color #50B79F in popluar number systems.

HEX50B79F
Decimal80183159
Binary10100001011011110011111
Octal120267237

Shades and tints

Shades of #50B79F

#50B79F
(80,183,159)
#49A791
(73,167,145)
#429783
(66,151,131)
#3B8775
(59,135,117)
#347767
(52,119,103)
#2D6759
(45,103,89)
#26574B
(38,87,75)
#1F473D
(31,71,61)
#18372F
(24,55,47)
#112721
(17,39,33)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #50B79F

#50B79F
(80,183,159)
#5FBDA7
(95,189,167)
#6EC3AF
(110,195,175)
#7DC9B7
(125,201,183)
#8CCFBF
(140,207,191)
#9BD5C7
(155,213,199)
#AADBCF
(170,219,207)
#B9E1D7
(185,225,215)
#C8E7DF
(200,231,223)
#D7EDE7
(215,237,231)
#E6F3EF
(230,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B79F color. Also use rgb(80,183,159) instead hex code.

Text Font Color

.myTextColor { color: #50B79F; }

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

This text font color is #50B79F.


Background Color

.myBgColor { background-color: #50B79F; }

<div style="background-color:#50B79F">Inner text</div>

This div background color is #50B79F.


Border color

.myBorderColor { border: 1px solid #50B79F; }

<div style="border:3px solid #50B79F">Div</div>

This div border color is #50B79F.


Opacity

.myOpacity80 { color: #50B79F; opacity: 0.8; }

<p style="color:#50B79F;opacity:0.8;">80%</p>

Text with #50B79F 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 #50B79F;}

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

This text has shadow with #50B79F color.

.textShadow {text-shadow: 3px 3px 1px #50B79F, 3px 3px 1px red;}

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

This text has shadow with #50B79F primary color and red secondary color.


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

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

This text has shadow with #50B79F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B79F on black background.


Color preview on white background

This text has color #50B79F on white background.



Black color preview on #50B79F background

This text has black color on #50B79F background.


White color preview on #50B79F background

This text has white color on #50B79F background.