COLOR #50A631

HEX: #50A631
RGB: (80,166,49)

Renk bilgisi

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

RGB renk modeli

#50A631 color RGB value is (80,166,49).

  • kırmız ton 80;
  • yeşil ton 166;
  • mavi ton 49.
RGB:
(80,166,49)
(31%,65%,19%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 166 of 255 = 65%
B 49 of 255 = 19%

80
166
49

R + G + B ~ 38%. #50A631 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 166 + 49 = 295 (100%)
R 80 of 295 ~ 27.12%
G 166 of 295 ~ 56.27%
B 49 of 295 ~ 16.61%

%27.12
%56.27
%16.61

CMYK RENK MODELİ

#50A631 rengi CMYK tonu (52,0,70,35).

  • camgöbeği tonu 51.81%
  • eflatun tonu 0.00%
  • sarı tonu 70.48%
  • ana renk tonu 34.90%
CMYK:
(52,0,70,35)
C52M0Y70K35 
(52%,0%,70%,35%)
(0.52/0.00/0.70/0.35)	

CMYK yüzdeleri

%51.81
%0
%70.48
%34.9

Codes

Color #50A631 in popluar color models

50A631
RGB8016649
HSL104°54.42%42.16%
HSB/HSV104°70.48%65.10%
CMYK51.81%0.00%70.48%
34.90%

Color #50A631 in popluar number systems.

HEX50A631
Decimal8016649
Binary101000010100110110001
Octal12024661

Shades and tints

Shades of #50A631

#50A631
(80,166,49)
#49972D
(73,151,45)
#428829
(66,136,41)
#3B7925
(59,121,37)
#346A21
(52,106,33)
#2D5B1D
(45,91,29)
#264C19
(38,76,25)
#1F3D15
(31,61,21)
#182E11
(24,46,17)
#111F0D
(17,31,13)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #50A631

#50A631
(80,166,49)
#5FAE43
(95,174,67)
#6EB655
(110,182,85)
#7DBE67
(125,190,103)
#8CC679
(140,198,121)
#9BCE8B
(155,206,139)
#AAD69D
(170,214,157)
#B9DEAF
(185,222,175)
#C8E6C1
(200,230,193)
#D7EED3
(215,238,211)
#E6F6E5
(230,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A631 color. Also use rgb(80,166,49) instead hex code.

Text Font Color

.myTextColor { color: #50A631; }

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

This text font color is #50A631.


Background Color

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

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

This div background color is #50A631.


Border color

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

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

This div border color is #50A631.


Opacity

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

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

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

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

This text has shadow with #50A631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A631 on black background.


Color preview on white background

This text has color #50A631 on white background.



Black color preview on #50A631 background

This text has black color on #50A631 background.


White color preview on #50A631 background

This text has white color on #50A631 background.