COLOR #50AF76

HEX: #50AF76
RGB: (80,175,118)

Renk bilgisi

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

RGB renk modeli

#50AF76 color RGB value is (80,175,118).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 175 of 255 = 69%
B 118 of 255 = 46%

80
175
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 175 + 118 = 373 (100%)
R 80 of 373 ~ 21.45%
G 175 of 373 ~ 46.92%
B 118 of 373 ~ 31.64%

%21.45
%46.92
%31.64

CMYK RENK MODELİ

#50AF76 rengi CMYK tonu (54,0,33,31).

  • camgöbeği tonu 54.29%
  • eflatun tonu 0.00%
  • sarı tonu 32.57%
  • ana renk tonu 31.37%
CMYK:
(54,0,33,31)
C54M0Y33K31 
(54%,0%,33%,31%)
(0.54/0.00/0.33/0.31)	

CMYK yüzdeleri

%54.29
%0
%32.57
%31.37

Codes

Color #50AF76 in popluar color models

50AF76
RGB80175118
HSL144°37.25%50.00%
HSB/HSV144°54.29%68.63%
CMYK54.29%0.00%32.57%
31.37%

Color #50AF76 in popluar number systems.

HEX50AF76
Decimal80175118
Binary1010000101011111110110
Octal120257166

Shades and tints

Shades of #50AF76

#50AF76
(80,175,118)
#49A06C
(73,160,108)
#429162
(66,145,98)
#3B8258
(59,130,88)
#34734E
(52,115,78)
#2D6444
(45,100,68)
#26553A
(38,85,58)
#1F4630
(31,70,48)
#183726
(24,55,38)
#11281C
(17,40,28)
#0A1912
(10,25,18)
#000000
(0,0,0)

Tints of #50AF76

#50AF76
(80,175,118)
#5FB682
(95,182,130)
#6EBD8E
(110,189,142)
#7DC49A
(125,196,154)
#8CCBA6
(140,203,166)
#9BD2B2
(155,210,178)
#AAD9BE
(170,217,190)
#B9E0CA
(185,224,202)
#C8E7D6
(200,231,214)
#D7EEE2
(215,238,226)
#E6F5EE
(230,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50AF76; }

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

This text font color is #50AF76.


Background Color

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

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

This div background color is #50AF76.


Border color

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

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

This div border color is #50AF76.


Opacity

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

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

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

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

This text has shadow with #50AF76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50AF76 on black background.


Color preview on white background

This text has color #50AF76 on white background.



Black color preview on #50AF76 background

This text has black color on #50AF76 background.


White color preview on #50AF76 background

This text has white color on #50AF76 background.