COLOR #50A487

HEX: #50A487
RGB: (80,164,135)

Renk bilgisi

#50A487 contains mainly green and blue colors. #50A487 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#50A487 color RGB value is (80,164,135).

  • kırmız ton 80;
  • yeşil ton 164;
  • mavi ton 135.
RGB:
(80,164,135)
(31%,64%,53%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 164 of 255 = 64%
B 135 of 255 = 53%

80
164
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 164 + 135 = 379 (100%)
R 80 of 379 ~ 21.11%
G 164 of 379 ~ 43.27%
B 135 of 379 ~ 35.62%

%21.11
%43.27
%35.62

CMYK RENK MODELİ

#50A487 rengi CMYK tonu (51,0,18,36).

  • camgöbeği tonu 51.22%
  • eflatun tonu 0.00%
  • sarı tonu 17.68%
  • ana renk tonu 35.69%
CMYK:
(51,0,18,36)
C51M0Y18K36 
(51%,0%,18%,36%)
(0.51/0.00/0.18/0.36)	

CMYK yüzdeleri

%51.22
%0
%17.68
%35.69

Codes

Color #50A487 in popluar color models

50A487
RGB80164135
HSL159°34.43%47.84%
HSB/HSV159°51.22%64.31%
CMYK51.22%0.00%17.68%
35.69%

Color #50A487 in popluar number systems.

HEX50A487
Decimal80164135
Binary10100001010010010000111
Octal120244207

Shades and tints

Shades of #50A487

#50A487
(80,164,135)
#49967B
(73,150,123)
#42886F
(66,136,111)
#3B7A63
(59,122,99)
#346C57
(52,108,87)
#2D5E4B
(45,94,75)
#26503F
(38,80,63)
#1F4233
(31,66,51)
#183427
(24,52,39)
#11261B
(17,38,27)
#0A180F
(10,24,15)
#000000
(0,0,0)

Tints of #50A487

#50A487
(80,164,135)
#5FAC91
(95,172,145)
#6EB49B
(110,180,155)
#7DBCA5
(125,188,165)
#8CC4AF
(140,196,175)
#9BCCB9
(155,204,185)
#AAD4C3
(170,212,195)
#B9DCCD
(185,220,205)
#C8E4D7
(200,228,215)
#D7ECE1
(215,236,225)
#E6F4EB
(230,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A487 color. Also use rgb(80,164,135) instead hex code.

Text Font Color

.myTextColor { color: #50A487; }

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

This text font color is #50A487.


Background Color

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

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

This div background color is #50A487.


Border color

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

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

This div border color is #50A487.


Opacity

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

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

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

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

This text has shadow with #50A487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A487 on black background.


Color preview on white background

This text has color #50A487 on white background.



Black color preview on #50A487 background

This text has black color on #50A487 background.


White color preview on #50A487 background

This text has white color on #50A487 background.