COLOR #50B985

HEX: #50B985
RGB: (80,185,133)

Renk bilgisi

#50B985 contains mainly green and blue colors. #50B985 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#50B985 color RGB value is (80,185,133).

  • kırmız ton 80;
  • yeşil ton 185;
  • mavi ton 133.
RGB:
(80,185,133)
(31%,73%,52%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 185 of 255 = 73%
B 133 of 255 = 52%

80
185
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 185 + 133 = 398 (100%)
R 80 of 398 ~ 20.1%
G 185 of 398 ~ 46.48%
B 133 of 398 ~ 33.42%

%20.1
%46.48
%33.42

CMYK RENK MODELİ

#50B985 rengi CMYK tonu (57,0,28,27).

  • camgöbeği tonu 56.76%
  • eflatun tonu 0.00%
  • sarı tonu 28.11%
  • ana renk tonu 27.45%
CMYK:
(57,0,28,27)
C57M0Y28K27 
(57%,0%,28%,27%)
(0.57/0.00/0.28/0.27)	

CMYK yüzdeleri

%56.76
%0
%28.11
%27.45

Codes

Color #50B985 in popluar color models

50B985
RGB80185133
HSL150°42.86%51.96%
HSB/HSV150°56.76%72.55%
CMYK56.76%0.00%28.11%
27.45%

Color #50B985 in popluar number systems.

HEX50B985
Decimal80185133
Binary10100001011100110000101
Octal120271205

Shades and tints

Shades of #50B985

#50B985
(80,185,133)
#49A979
(73,169,121)
#42996D
(66,153,109)
#3B8961
(59,137,97)
#347955
(52,121,85)
#2D6949
(45,105,73)
#26593D
(38,89,61)
#1F4931
(31,73,49)
#183925
(24,57,37)
#112919
(17,41,25)
#0A190D
(10,25,13)
#000000
(0,0,0)

Tints of #50B985

#50B985
(80,185,133)
#5FBF90
(95,191,144)
#6EC59B
(110,197,155)
#7DCBA6
(125,203,166)
#8CD1B1
(140,209,177)
#9BD7BC
(155,215,188)
#AADDC7
(170,221,199)
#B9E3D2
(185,227,210)
#C8E9DD
(200,233,221)
#D7EFE8
(215,239,232)
#E6F5F3
(230,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B985 color. Also use rgb(80,185,133) instead hex code.

Text Font Color

.myTextColor { color: #50B985; }

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

This text font color is #50B985.


Background Color

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

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

This div background color is #50B985.


Border color

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

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

This div border color is #50B985.


Opacity

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

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

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

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

This text has shadow with #50B985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B985 on black background.


Color preview on white background

This text has color #50B985 on white background.



Black color preview on #50B985 background

This text has black color on #50B985 background.


White color preview on #50B985 background

This text has white color on #50B985 background.