COLOR #4DCB69

HEX: #4DCB69
RGB: (77,203,105)

Color info

#4DCB69 contains mainly green color. Web safe color of #4DCB69 is #33CC66 (or #3C6).

RGB color model

#4DCB69 color RGB value is (77,203,105).

  • red value is 77;
  • green value is 203;
  • blue value is 105.
RGB:
(77,203,105)
(30%,80%,41%)

RGB channels and saturation

R 77 of 255 = 30%
G 203 of 255 = 80%
B 105 of 255 = 41%

77
203
105

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

Portions of RGB colors in percentages

R + G + B =
77 + 203 + 105 = 385 (100%)
R 77 of 385 ~ 20%
G 203 of 385 ~ 52.73%
B 105 of 385 ~ 27.27%

%20
%52.73
%27.27

CMYK color model

#4DCB69 color CMYK value is (62,0,48,20).

  • cyan value is 62.07%
  • magenta value is 0.00%
  • yellow value is 48.28%
  • key color value is 20.39%
CMYK:
(62,0,48,20)
C62M0Y48K20 
(62%,0%,48%,20%)
(0.62/0.00/0.48/0.20)	

CMYK percentages

%62.07
%0
%48.28
%20.39

Codes

Color #4DCB69 in popluar color models

4DCB69
RGB77203105
HSL133°54.78%54.90%
HSB/HSV133°62.07%79.61%
CMYK62.07%0.00%48.28%
20.39%

Color #4DCB69 in popluar number systems.

HEX4DCB69
Decimal77203105
Binary1001101110010111101001
Octal115313151

Shades and tints

Shades of #4DCB69

#4DCB69
(77,203,105)
#46B960
(70,185,96)
#3FA757
(63,167,87)
#38954E
(56,149,78)
#318345
(49,131,69)
#2A713C
(42,113,60)
#235F33
(35,95,51)
#1C4D2A
(28,77,42)
#153B21
(21,59,33)
#0E2918
(14,41,24)
#07170F
(7,23,15)
#000000
(0,0,0)

Tints of #4DCB69

#4DCB69
(77,203,105)
#5DCF76
(93,207,118)
#6DD383
(109,211,131)
#7DD790
(125,215,144)
#8DDB9D
(141,219,157)
#9DDFAA
(157,223,170)
#ADE3B7
(173,227,183)
#BDE7C4
(189,231,196)
#CDEBD1
(205,235,209)
#DDEFDE
(221,239,222)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DCB69 color. Also use rgb(77,203,105) instead hex code.

Text Font Color

.myTextColor { color: #4DCB69; }

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

This text font color is #4DCB69.


Background Color

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

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

This div background color is #4DCB69.


Border color

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

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

This div border color is #4DCB69.


Opacity

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

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

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

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

This text has shadow with #4DCB69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DCB69 on black background.


Color preview on white background

This text has color #4DCB69 on white background.



Black color preview on #4DCB69 background

This text has black color on #4DCB69 background.


White color preview on #4DCB69 background

This text has white color on #4DCB69 background.