COLOR #50A930

HEX: #50A930
RGB: (80,169,48)

Renk bilgisi

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

RGB renk modeli

#50A930 color RGB value is (80,169,48).

  • kırmız ton 80;
  • yeşil ton 169;
  • mavi ton 48.
RGB:
(80,169,48)
(31%,66%,19%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 169 of 255 = 66%
B 48 of 255 = 19%

80
169
48

R + G + B ~ 39%. #50A930 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 169 + 48 = 297 (100%)
R 80 of 297 ~ 26.94%
G 169 of 297 ~ 56.9%
B 48 of 297 ~ 16.16%

%26.94
%56.9
%16.16

CMYK RENK MODELİ

#50A930 rengi CMYK tonu (53,0,72,34).

  • camgöbeği tonu 52.66%
  • eflatun tonu 0.00%
  • sarı tonu 71.60%
  • ana renk tonu 33.73%
CMYK:
(53,0,72,34)
C53M0Y72K34 
(53%,0%,72%,34%)
(0.53/0.00/0.72/0.34)	

CMYK yüzdeleri

%52.66
%0
%71.6
%33.73

Codes

Color #50A930 in popluar color models

50A930
RGB8016948
HSL104°55.76%42.55%
HSB/HSV104°71.60%66.27%
CMYK52.66%0.00%71.60%
33.73%

Color #50A930 in popluar number systems.

HEX50A930
Decimal8016948
Binary101000010101001110000
Octal12025160

Shades and tints

Shades of #50A930

#50A930
(80,169,48)
#499A2C
(73,154,44)
#428B28
(66,139,40)
#3B7C24
(59,124,36)
#346D20
(52,109,32)
#2D5E1C
(45,94,28)
#264F18
(38,79,24)
#1F4014
(31,64,20)
#183110
(24,49,16)
#11220C
(17,34,12)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #50A930

#50A930
(80,169,48)
#5FB042
(95,176,66)
#6EB754
(110,183,84)
#7DBE66
(125,190,102)
#8CC578
(140,197,120)
#9BCC8A
(155,204,138)
#AAD39C
(170,211,156)
#B9DAAE
(185,218,174)
#C8E1C0
(200,225,192)
#D7E8D2
(215,232,210)
#E6EFE4
(230,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A930 color. Also use rgb(80,169,48) instead hex code.

Text Font Color

.myTextColor { color: #50A930; }

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

This text font color is #50A930.


Background Color

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

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

This div background color is #50A930.


Border color

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

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

This div border color is #50A930.


Opacity

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

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

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

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

This text has shadow with #50A930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A930 on black background.


Color preview on white background

This text has color #50A930 on white background.



Black color preview on #50A930 background

This text has black color on #50A930 background.


White color preview on #50A930 background

This text has white color on #50A930 background.