COLOR #4DB103

HEX: #4DB103
RGB: (77,177,3)

Color info

#4DB103 contains mainly green color. Web safe color of #4DB103 is #339900 (or #390).

RGB color model

#4DB103 color RGB value is (77,177,3).

  • red value is 77;
  • green value is 177;
  • blue value is 3.
RGB:
(77,177,3)
(30%,69%,1%)

RGB channels and saturation

R 77 of 255 = 30%
G 177 of 255 = 69%
B 3 of 255 = 1%

77
177
3

R + G + B ~ 33%. #4DB103 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 177 + 3 = 257 (100%)
R 77 of 257 ~ 29.96%
G 177 of 257 ~ 68.87%
B 3 of 257 ~ 1.17%

%29.96
%68.87

CMYK color model

#4DB103 color CMYK value is (56,0,98,31).

  • cyan value is 56.50%
  • magenta value is 0.00%
  • yellow value is 98.31%
  • key color value is 30.59%
CMYK:
(56,0,98,31)
C56M0Y98K31 
(56%,0%,98%,31%)
(0.56/0.00/0.98/0.31)	

CMYK percentages

%56.5
%0
%98.31
%30.59

Codes

Color #4DB103 in popluar color models

4DB103
RGB771773
HSL94°96.67%35.29%
HSB/HSV94°98.31%69.41%
CMYK56.50%0.00%98.31%
30.59%

Color #4DB103 in popluar number systems.

HEX4DB103
Decimal771773
Binary10011011011000111
Octal1152613

Shades and tints

Shades of #4DB103

#4DB103
(77,177,3)
#46A103
(70,161,3)
#3F9103
(63,145,3)
#388103
(56,129,3)
#317103
(49,113,3)
#2A6103
(42,97,3)
#235103
(35,81,3)
#1C4103
(28,65,3)
#153103
(21,49,3)
#0E2103
(14,33,3)
#071103
(7,17,3)
#000000
(0,0,0)

Tints of #4DB103

#4DB103
(77,177,3)
#5DB819
(93,184,25)
#6DBF2F
(109,191,47)
#7DC645
(125,198,69)
#8DCD5B
(141,205,91)
#9DD471
(157,212,113)
#ADDB87
(173,219,135)
#BDE29D
(189,226,157)
#CDE9B3
(205,233,179)
#DDF0C9
(221,240,201)
#EDF7DF
(237,247,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DB103; }

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

This text font color is #4DB103.


Background Color

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

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

This div background color is #4DB103.


Border color

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

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

This div border color is #4DB103.


Opacity

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

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

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

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

This text has shadow with #4DB103 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB103 on black background.


Color preview on white background

This text has color #4DB103 on white background.



Black color preview on #4DB103 background

This text has black color on #4DB103 background.


White color preview on #4DB103 background

This text has white color on #4DB103 background.