COLOR #4DB19F

HEX: #4DB19F
RGB: (77,177,159)

Renk bilgisi

#4DB19F contains mainly green and blue colors. #4DB19F ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#4DB19F color RGB value is (77,177,159).

  • kırmız ton 77;
  • yeşil ton 177;
  • mavi ton 159.
RGB:
(77,177,159)
(30%,69%,62%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 177 of 255 = 69%
B 159 of 255 = 62%

77
177
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 177 + 159 = 413 (100%)
R 77 of 413 ~ 18.64%
G 177 of 413 ~ 42.86%
B 159 of 413 ~ 38.5%

%18.64
%42.86
%38.5

CMYK RENK MODELİ

#4DB19F rengi CMYK tonu (56,0,10,31).

  • camgöbeği tonu 56.50%
  • eflatun tonu 0.00%
  • sarı tonu 10.17%
  • ana renk tonu 30.59%
CMYK:
(56,0,10,31)
C56M0Y10K31 
(56%,0%,10%,31%)
(0.56/0.00/0.10/0.31)	

CMYK yüzdeleri

%56.5
%0
%10.17
%30.59

Codes

Color #4DB19F in popluar color models

4DB19F
RGB77177159
HSL169°39.37%49.80%
HSB/HSV169°56.50%69.41%
CMYK56.50%0.00%10.17%
30.59%

Color #4DB19F in popluar number systems.

HEX4DB19F
Decimal77177159
Binary10011011011000110011111
Octal115261237

Shades and tints

Shades of #4DB19F

#4DB19F
(77,177,159)
#46A191
(70,161,145)
#3F9183
(63,145,131)
#388175
(56,129,117)
#317167
(49,113,103)
#2A6159
(42,97,89)
#23514B
(35,81,75)
#1C413D
(28,65,61)
#15312F
(21,49,47)
#0E2121
(14,33,33)
#071113
(7,17,19)
#000000
(0,0,0)

Tints of #4DB19F

#4DB19F
(77,177,159)
#5DB8A7
(93,184,167)
#6DBFAF
(109,191,175)
#7DC6B7
(125,198,183)
#8DCDBF
(141,205,191)
#9DD4C7
(157,212,199)
#ADDBCF
(173,219,207)
#BDE2D7
(189,226,215)
#CDE9DF
(205,233,223)
#DDF0E7
(221,240,231)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB19F color. Also use rgb(77,177,159) instead hex code.

Text Font Color

.myTextColor { color: #4DB19F; }

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

This text font color is #4DB19F.


Background Color

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

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

This div background color is #4DB19F.


Border color

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

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

This div border color is #4DB19F.


Opacity

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

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

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

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

This text has shadow with #4DB19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB19F on black background.


Color preview on white background

This text has color #4DB19F on white background.



Black color preview on #4DB19F background

This text has black color on #4DB19F background.


White color preview on #4DB19F background

This text has white color on #4DB19F background.