COLOR #50A378

HEX: #50A378
RGB: (80,163,120)

Renk bilgisi

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

RGB renk modeli

#50A378 color RGB value is (80,163,120).

  • kırmız ton 80;
  • yeşil ton 163;
  • mavi ton 120.
RGB:
(80,163,120)
(31%,64%,47%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 163 of 255 = 64%
B 120 of 255 = 47%

80
163
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 163 + 120 = 363 (100%)
R 80 of 363 ~ 22.04%
G 163 of 363 ~ 44.9%
B 120 of 363 ~ 33.06%

%22.04
%44.9
%33.06

CMYK RENK MODELİ

#50A378 rengi CMYK tonu (51,0,26,36).

  • camgöbeği tonu 50.92%
  • eflatun tonu 0.00%
  • sarı tonu 26.38%
  • ana renk tonu 36.08%
CMYK:
(51,0,26,36)
C51M0Y26K36 
(51%,0%,26%,36%)
(0.51/0.00/0.26/0.36)	

CMYK yüzdeleri

%50.92
%0
%26.38
%36.08

Codes

Color #50A378 in popluar color models

50A378
RGB80163120
HSL149°34.16%47.65%
HSB/HSV149°50.92%63.92%
CMYK50.92%0.00%26.38%
36.08%

Color #50A378 in popluar number systems.

HEX50A378
Decimal80163120
Binary1010000101000111111000
Octal120243170

Shades and tints

Shades of #50A378

#50A378
(80,163,120)
#49956E
(73,149,110)
#428764
(66,135,100)
#3B795A
(59,121,90)
#346B50
(52,107,80)
#2D5D46
(45,93,70)
#264F3C
(38,79,60)
#1F4132
(31,65,50)
#183328
(24,51,40)
#11251E
(17,37,30)
#0A1714
(10,23,20)
#000000
(0,0,0)

Tints of #50A378

#50A378
(80,163,120)
#5FAB84
(95,171,132)
#6EB390
(110,179,144)
#7DBB9C
(125,187,156)
#8CC3A8
(140,195,168)
#9BCBB4
(155,203,180)
#AAD3C0
(170,211,192)
#B9DBCC
(185,219,204)
#C8E3D8
(200,227,216)
#D7EBE4
(215,235,228)
#E6F3F0
(230,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A378 color. Also use rgb(80,163,120) instead hex code.

Text Font Color

.myTextColor { color: #50A378; }

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

This text font color is #50A378.


Background Color

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

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

This div background color is #50A378.


Border color

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

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

This div border color is #50A378.


Opacity

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

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

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

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

This text has shadow with #50A378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A378 on black background.


Color preview on white background

This text has color #50A378 on white background.



Black color preview on #50A378 background

This text has black color on #50A378 background.


White color preview on #50A378 background

This text has white color on #50A378 background.