COLOR #4DBE80

HEX: #4DBE80
RGB: (77,190,128)

Renk bilgisi

#4DBE80 contains mainly green color. #4DBE80 ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#4DBE80 color RGB value is (77,190,128).

  • kırmız ton 77;
  • yeşil ton 190;
  • mavi ton 128.
RGB:
(77,190,128)
(30%,75%,50%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 190 of 255 = 75%
B 128 of 255 = 50%

77
190
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 190 + 128 = 395 (100%)
R 77 of 395 ~ 19.49%
G 190 of 395 ~ 48.1%
B 128 of 395 ~ 32.41%

%19.49
%48.1
%32.41

CMYK RENK MODELİ

#4DBE80 rengi CMYK tonu (59,0,33,25).

  • camgöbeği tonu 59.47%
  • eflatun tonu 0.00%
  • sarı tonu 32.63%
  • ana renk tonu 25.49%
CMYK:
(59,0,33,25)
C59M0Y33K25 
(59%,0%,33%,25%)
(0.59/0.00/0.33/0.25)	

CMYK yüzdeleri

%59.47
%0
%32.63
%25.49

Codes

Color #4DBE80 in popluar color models

4DBE80
RGB77190128
HSL147°46.50%52.35%
HSB/HSV147°59.47%74.51%
CMYK59.47%0.00%32.63%
25.49%

Color #4DBE80 in popluar number systems.

HEX4DBE80
Decimal77190128
Binary10011011011111010000000
Octal115276200

Shades and tints

Shades of #4DBE80

#4DBE80
(77,190,128)
#46AD75
(70,173,117)
#3F9C6A
(63,156,106)
#388B5F
(56,139,95)
#317A54
(49,122,84)
#2A6949
(42,105,73)
#23583E
(35,88,62)
#1C4733
(28,71,51)
#153628
(21,54,40)
#0E251D
(14,37,29)
#071412
(7,20,18)
#000000
(0,0,0)

Tints of #4DBE80

#4DBE80
(77,190,128)
#5DC38B
(93,195,139)
#6DC896
(109,200,150)
#7DCDA1
(125,205,161)
#8DD2AC
(141,210,172)
#9DD7B7
(157,215,183)
#ADDCC2
(173,220,194)
#BDE1CD
(189,225,205)
#CDE6D8
(205,230,216)
#DDEBE3
(221,235,227)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DBE80 color. Also use rgb(77,190,128) instead hex code.

Text Font Color

.myTextColor { color: #4DBE80; }

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

This text font color is #4DBE80.


Background Color

.myBgColor { background-color: #4DBE80; }

<div style="background-color:#4DBE80">Inner text</div>

This div background color is #4DBE80.


Border color

.myBorderColor { border: 1px solid #4DBE80; }

<div style="border:3px solid #4DBE80">Div</div>

This div border color is #4DBE80.


Opacity

.myOpacity80 { color: #4DBE80; opacity: 0.8; }

<p style="color:#4DBE80;opacity:0.8;">80%</p>

Text with #4DBE80 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 #4DBE80;}

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

This text has shadow with #4DBE80 color.

.textShadow {text-shadow: 3px 3px 1px #4DBE80, 3px 3px 1px red;}

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

This text has shadow with #4DBE80 primary color and red secondary color.


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

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

This text has shadow with #4DBE80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DBE80 on black background.


Color preview on white background

This text has color #4DBE80 on white background.



Black color preview on #4DBE80 background

This text has black color on #4DBE80 background.


White color preview on #4DBE80 background

This text has white color on #4DBE80 background.