COLOR #4DB779

HEX: #4DB779
RGB: (77,183,121)

Renk bilgisi

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

RGB renk modeli

#4DB779 color RGB value is (77,183,121).

  • kırmız ton 77;
  • yeşil ton 183;
  • mavi ton 121.
RGB:
(77,183,121)
(30%,72%,47%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 183 of 255 = 72%
B 121 of 255 = 47%

77
183
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 183 + 121 = 381 (100%)
R 77 of 381 ~ 20.21%
G 183 of 381 ~ 48.03%
B 121 of 381 ~ 31.76%

%20.21
%48.03
%31.76

CMYK RENK MODELİ

#4DB779 rengi CMYK tonu (58,0,34,28).

  • camgöbeği tonu 57.92%
  • eflatun tonu 0.00%
  • sarı tonu 33.88%
  • ana renk tonu 28.24%
CMYK:
(58,0,34,28)
C58M0Y34K28 
(58%,0%,34%,28%)
(0.58/0.00/0.34/0.28)	

CMYK yüzdeleri

%57.92
%0
%33.88
%28.24

Codes

Color #4DB779 in popluar color models

4DB779
RGB77183121
HSL145°42.40%50.98%
HSB/HSV145°57.92%71.76%
CMYK57.92%0.00%33.88%
28.24%

Color #4DB779 in popluar number systems.

HEX4DB779
Decimal77183121
Binary1001101101101111111001
Octal115267171

Shades and tints

Shades of #4DB779

#4DB779
(77,183,121)
#46A76E
(70,167,110)
#3F9763
(63,151,99)
#388758
(56,135,88)
#31774D
(49,119,77)
#2A6742
(42,103,66)
#235737
(35,87,55)
#1C472C
(28,71,44)
#153721
(21,55,33)
#0E2716
(14,39,22)
#07170B
(7,23,11)
#000000
(0,0,0)

Tints of #4DB779

#4DB779
(77,183,121)
#5DBD85
(93,189,133)
#6DC391
(109,195,145)
#7DC99D
(125,201,157)
#8DCFA9
(141,207,169)
#9DD5B5
(157,213,181)
#ADDBC1
(173,219,193)
#BDE1CD
(189,225,205)
#CDE7D9
(205,231,217)
#DDEDE5
(221,237,229)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB779 color. Also use rgb(77,183,121) instead hex code.

Text Font Color

.myTextColor { color: #4DB779; }

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

This text font color is #4DB779.


Background Color

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

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

This div background color is #4DB779.


Border color

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

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

This div border color is #4DB779.


Opacity

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

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

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

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

This text has shadow with #4DB779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB779 on black background.


Color preview on white background

This text has color #4DB779 on white background.



Black color preview on #4DB779 background

This text has black color on #4DB779 background.


White color preview on #4DB779 background

This text has white color on #4DB779 background.