COLOR #4DB13D

HEX: #4DB13D
RGB: (77,177,61)

Renk bilgisi

#4DB13D contains mainly green color. #4DB13D ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#4DB13D color RGB value is (77,177,61).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 177 of 255 = 69%
B 61 of 255 = 24%

77
177
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 177 + 61 = 315 (100%)
R 77 of 315 ~ 24.44%
G 177 of 315 ~ 56.19%
B 61 of 315 ~ 19.37%

%24.44
%56.19
%19.37

CMYK RENK MODELİ

#4DB13D rengi CMYK tonu (56,0,66,31).

  • camgöbeği tonu 56.50%
  • eflatun tonu 0.00%
  • sarı tonu 65.54%
  • ana renk tonu 30.59%
CMYK:
(56,0,66,31)
C56M0Y66K31 
(56%,0%,66%,31%)
(0.56/0.00/0.66/0.31)	

CMYK yüzdeleri

%56.5
%0
%65.54
%30.59

Codes

Color #4DB13D in popluar color models

4DB13D
RGB7717761
HSL112°48.74%46.67%
HSB/HSV112°65.54%69.41%
CMYK56.50%0.00%65.54%
30.59%

Color #4DB13D in popluar number systems.

HEX4DB13D
Decimal7717761
Binary100110110110001111101
Octal11526175

Shades and tints

Shades of #4DB13D

#4DB13D
(77,177,61)
#46A138
(70,161,56)
#3F9133
(63,145,51)
#38812E
(56,129,46)
#317129
(49,113,41)
#2A6124
(42,97,36)
#23511F
(35,81,31)
#1C411A
(28,65,26)
#153115
(21,49,21)
#0E2110
(14,33,16)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #4DB13D

#4DB13D
(77,177,61)
#5DB84E
(93,184,78)
#6DBF5F
(109,191,95)
#7DC670
(125,198,112)
#8DCD81
(141,205,129)
#9DD492
(157,212,146)
#ADDBA3
(173,219,163)
#BDE2B4
(189,226,180)
#CDE9C5
(205,233,197)
#DDF0D6
(221,240,214)
#EDF7E7
(237,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DB13D; }

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

This text font color is #4DB13D.


Background Color

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

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

This div background color is #4DB13D.


Border color

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

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

This div border color is #4DB13D.


Opacity

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

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

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

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

This text has shadow with #4DB13D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB13D on black background.


Color preview on white background

This text has color #4DB13D on white background.



Black color preview on #4DB13D background

This text has black color on #4DB13D background.


White color preview on #4DB13D background

This text has white color on #4DB13D background.