COLOR #50A68B

HEX: #50A68B
RGB: (80,166,139)

Renk bilgisi

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

RGB renk modeli

#50A68B color RGB value is (80,166,139).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 166 of 255 = 65%
B 139 of 255 = 55%

80
166
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 166 + 139 = 385 (100%)
R 80 of 385 ~ 20.78%
G 166 of 385 ~ 43.12%
B 139 of 385 ~ 36.1%

%20.78
%43.12
%36.1

CMYK RENK MODELİ

#50A68B rengi CMYK tonu (52,0,16,35).

  • camgöbeği tonu 51.81%
  • eflatun tonu 0.00%
  • sarı tonu 16.27%
  • ana renk tonu 34.90%
CMYK:
(52,0,16,35)
C52M0Y16K35 
(52%,0%,16%,35%)
(0.52/0.00/0.16/0.35)	

CMYK yüzdeleri

%51.81
%0
%16.27
%34.9

Codes

Color #50A68B in popluar color models

50A68B
RGB80166139
HSL161°34.96%48.24%
HSB/HSV161°51.81%65.10%
CMYK51.81%0.00%16.27%
34.90%

Color #50A68B in popluar number systems.

HEX50A68B
Decimal80166139
Binary10100001010011010001011
Octal120246213

Shades and tints

Shades of #50A68B

#50A68B
(80,166,139)
#49977F
(73,151,127)
#428873
(66,136,115)
#3B7967
(59,121,103)
#346A5B
(52,106,91)
#2D5B4F
(45,91,79)
#264C43
(38,76,67)
#1F3D37
(31,61,55)
#182E2B
(24,46,43)
#111F1F
(17,31,31)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #50A68B

#50A68B
(80,166,139)
#5FAE95
(95,174,149)
#6EB69F
(110,182,159)
#7DBEA9
(125,190,169)
#8CC6B3
(140,198,179)
#9BCEBD
(155,206,189)
#AAD6C7
(170,214,199)
#B9DED1
(185,222,209)
#C8E6DB
(200,230,219)
#D7EEE5
(215,238,229)
#E6F6EF
(230,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50A68B; }

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

This text font color is #50A68B.


Background Color

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

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

This div background color is #50A68B.


Border color

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

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

This div border color is #50A68B.


Opacity

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

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

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

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

This text has shadow with #50A68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A68B on black background.


Color preview on white background

This text has color #50A68B on white background.



Black color preview on #50A68B background

This text has black color on #50A68B background.


White color preview on #50A68B background

This text has white color on #50A68B background.