COLOR #50AE76

HEX: #50AE76
RGB: (80,174,118)

Renk bilgisi

#50AE76 contains mainly green and blue colors. #50AE76 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#50AE76 color RGB value is (80,174,118).

  • kırmız ton 80;
  • yeşil ton 174;
  • mavi ton 118.
RGB:
(80,174,118)
(31%,68%,46%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 174 of 255 = 68%
B 118 of 255 = 46%

80
174
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 174 + 118 = 372 (100%)
R 80 of 372 ~ 21.51%
G 174 of 372 ~ 46.77%
B 118 of 372 ~ 31.72%

%21.51
%46.77
%31.72

CMYK RENK MODELİ

#50AE76 rengi CMYK tonu (54,0,32,32).

  • camgöbeği tonu 54.02%
  • eflatun tonu 0.00%
  • sarı tonu 32.18%
  • ana renk tonu 31.76%
CMYK:
(54,0,32,32)
C54M0Y32K32 
(54%,0%,32%,32%)
(0.54/0.00/0.32/0.32)	

CMYK yüzdeleri

%54.02
%0
%32.18
%31.76

Codes

Color #50AE76 in popluar color models

50AE76
RGB80174118
HSL144°37.01%49.80%
HSB/HSV144°54.02%68.24%
CMYK54.02%0.00%32.18%
31.76%

Color #50AE76 in popluar number systems.

HEX50AE76
Decimal80174118
Binary1010000101011101110110
Octal120256166

Shades and tints

Shades of #50AE76

#50AE76
(80,174,118)
#499F6C
(73,159,108)
#429062
(66,144,98)
#3B8158
(59,129,88)
#34724E
(52,114,78)
#2D6344
(45,99,68)
#26543A
(38,84,58)
#1F4530
(31,69,48)
#183626
(24,54,38)
#11271C
(17,39,28)
#0A1812
(10,24,18)
#000000
(0,0,0)

Tints of #50AE76

#50AE76
(80,174,118)
#5FB582
(95,181,130)
#6EBC8E
(110,188,142)
#7DC39A
(125,195,154)
#8CCAA6
(140,202,166)
#9BD1B2
(155,209,178)
#AAD8BE
(170,216,190)
#B9DFCA
(185,223,202)
#C8E6D6
(200,230,214)
#D7EDE2
(215,237,226)
#E6F4EE
(230,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50AE76 color. Also use rgb(80,174,118) instead hex code.

Text Font Color

.myTextColor { color: #50AE76; }

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

This text font color is #50AE76.


Background Color

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

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

This div background color is #50AE76.


Border color

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

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

This div border color is #50AE76.


Opacity

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

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

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

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

This text has shadow with #50AE76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50AE76 on black background.


Color preview on white background

This text has color #50AE76 on white background.



Black color preview on #50AE76 background

This text has black color on #50AE76 background.


White color preview on #50AE76 background

This text has white color on #50AE76 background.