COLOR #50B391

HEX: #50B391
RGB: (80,179,145)

Renk bilgisi

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

RGB renk modeli

#50B391 color RGB value is (80,179,145).

  • kırmız ton 80;
  • yeşil ton 179;
  • mavi ton 145.
RGB:
(80,179,145)
(31%,70%,57%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 179 of 255 = 70%
B 145 of 255 = 57%

80
179
145

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 179 + 145 = 404 (100%)
R 80 of 404 ~ 19.8%
G 179 of 404 ~ 44.31%
B 145 of 404 ~ 35.89%

%19.8
%44.31
%35.89

CMYK RENK MODELİ

#50B391 rengi CMYK tonu (55,0,19,30).

  • camgöbeği tonu 55.31%
  • eflatun tonu 0.00%
  • sarı tonu 18.99%
  • ana renk tonu 29.80%
CMYK:
(55,0,19,30)
C55M0Y19K30 
(55%,0%,19%,30%)
(0.55/0.00/0.19/0.30)	

CMYK yüzdeleri

%55.31
%0
%18.99
%29.8

Codes

Color #50B391 in popluar color models

50B391
RGB80179145
HSL159°39.44%50.78%
HSB/HSV159°55.31%70.20%
CMYK55.31%0.00%18.99%
29.80%

Color #50B391 in popluar number systems.

HEX50B391
Decimal80179145
Binary10100001011001110010001
Octal120263221

Shades and tints

Shades of #50B391

#50B391
(80,179,145)
#49A384
(73,163,132)
#429377
(66,147,119)
#3B836A
(59,131,106)
#34735D
(52,115,93)
#2D6350
(45,99,80)
#265343
(38,83,67)
#1F4336
(31,67,54)
#183329
(24,51,41)
#11231C
(17,35,28)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #50B391

#50B391
(80,179,145)
#5FB99B
(95,185,155)
#6EBFA5
(110,191,165)
#7DC5AF
(125,197,175)
#8CCBB9
(140,203,185)
#9BD1C3
(155,209,195)
#AAD7CD
(170,215,205)
#B9DDD7
(185,221,215)
#C8E3E1
(200,227,225)
#D7E9EB
(215,233,235)
#E6EFF5
(230,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B391 color. Also use rgb(80,179,145) instead hex code.

Text Font Color

.myTextColor { color: #50B391; }

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

This text font color is #50B391.


Background Color

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

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

This div background color is #50B391.


Border color

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

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

This div border color is #50B391.


Opacity

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

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

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

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

This text has shadow with #50B391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B391 on black background.


Color preview on white background

This text has color #50B391 on white background.



Black color preview on #50B391 background

This text has black color on #50B391 background.


White color preview on #50B391 background

This text has white color on #50B391 background.