COLOR #50AD3E

HEX: #50AD3E
RGB: (80,173,62)

Renk bilgisi

#50AD3E contains mainly green color. #50AD3E ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#50AD3E color RGB value is (80,173,62).

  • kırmız ton 80;
  • yeşil ton 173;
  • mavi ton 62.
RGB:
(80,173,62)
(31%,68%,24%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 173 of 255 = 68%
B 62 of 255 = 24%

80
173
62

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 173 + 62 = 315 (100%)
R 80 of 315 ~ 25.4%
G 173 of 315 ~ 54.92%
B 62 of 315 ~ 19.68%

%25.4
%54.92
%19.68

CMYK RENK MODELİ

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

  • camgöbeği tonu 53.76%
  • eflatun tonu 0.00%
  • sarı tonu 64.16%
  • ana renk tonu 32.16%
CMYK:
(54,0,64,32)
C54M0Y64K32 
(54%,0%,64%,32%)
(0.54/0.00/0.64/0.32)	

CMYK yüzdeleri

%53.76
%0
%64.16
%32.16

Codes

Color #50AD3E in popluar color models

50AD3E
RGB8017362
HSL110°47.23%46.08%
HSB/HSV110°64.16%67.84%
CMYK53.76%0.00%64.16%
32.16%

Color #50AD3E in popluar number systems.

HEX50AD3E
Decimal8017362
Binary101000010101101111110
Octal12025576

Shades and tints

Shades of #50AD3E

#50AD3E
(80,173,62)
#499E39
(73,158,57)
#428F34
(66,143,52)
#3B802F
(59,128,47)
#34712A
(52,113,42)
#2D6225
(45,98,37)
#265320
(38,83,32)
#1F441B
(31,68,27)
#183516
(24,53,22)
#112611
(17,38,17)
#0A170C
(10,23,12)
#000000
(0,0,0)

Tints of #50AD3E

#50AD3E
(80,173,62)
#5FB44F
(95,180,79)
#6EBB60
(110,187,96)
#7DC271
(125,194,113)
#8CC982
(140,201,130)
#9BD093
(155,208,147)
#AAD7A4
(170,215,164)
#B9DEB5
(185,222,181)
#C8E5C6
(200,229,198)
#D7ECD7
(215,236,215)
#E6F3E8
(230,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50AD3E color. Also use rgb(80,173,62) instead hex code.

Text Font Color

.myTextColor { color: #50AD3E; }

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

This text font color is #50AD3E.


Background Color

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

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

This div background color is #50AD3E.


Border color

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

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

This div border color is #50AD3E.


Opacity

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

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

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

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

This text has shadow with #50AD3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50AD3E on black background.


Color preview on white background

This text has color #50AD3E on white background.



Black color preview on #50AD3E background

This text has black color on #50AD3E background.


White color preview on #50AD3E background

This text has white color on #50AD3E background.