COLOR #4DB688

HEX: #4DB688
RGB: (77,182,136)

Color info

#4DB688 contains mainly green and blue colors. Web safe color of #4DB688 is #33CC99 (or #3C9).

RGB color model

#4DB688 color RGB value is (77,182,136).

  • red value is 77;
  • green value is 182;
  • blue value is 136.
RGB:
(77,182,136)
(30%,71%,53%)

RGB channels and saturation

R 77 of 255 = 30%
G 182 of 255 = 71%
B 136 of 255 = 53%

77
182
136

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

Portions of RGB colors in percentages

R + G + B =
77 + 182 + 136 = 395 (100%)
R 77 of 395 ~ 19.49%
G 182 of 395 ~ 46.08%
B 136 of 395 ~ 34.43%

%19.49
%46.08
%34.43

CMYK color model

#4DB688 color CMYK value is (58,0,25,29).

  • cyan value is 57.69%
  • magenta value is 0.00%
  • yellow value is 25.27%
  • key color value is 28.63%
CMYK:
(58,0,25,29)
C58M0Y25K29 
(58%,0%,25%,29%)
(0.58/0.00/0.25/0.29)	

CMYK percentages

%57.69
%0
%25.27
%28.63

Codes

Color #4DB688 in popluar color models

4DB688
RGB77182136
HSL154°41.83%50.78%
HSB/HSV154°57.69%71.37%
CMYK57.69%0.00%25.27%
28.63%

Color #4DB688 in popluar number systems.

HEX4DB688
Decimal77182136
Binary10011011011011010001000
Octal115266210

Shades and tints

Shades of #4DB688

#4DB688
(77,182,136)
#46A67C
(70,166,124)
#3F9670
(63,150,112)
#388664
(56,134,100)
#317658
(49,118,88)
#2A664C
(42,102,76)
#235640
(35,86,64)
#1C4634
(28,70,52)
#153628
(21,54,40)
#0E261C
(14,38,28)
#071610
(7,22,16)
#000000
(0,0,0)

Tints of #4DB688

#4DB688
(77,182,136)
#5DBC92
(93,188,146)
#6DC29C
(109,194,156)
#7DC8A6
(125,200,166)
#8DCEB0
(141,206,176)
#9DD4BA
(157,212,186)
#ADDAC4
(173,218,196)
#BDE0CE
(189,224,206)
#CDE6D8
(205,230,216)
#DDECE2
(221,236,226)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB688 color. Also use rgb(77,182,136) instead hex code.

Text Font Color

.myTextColor { color: #4DB688; }

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

This text font color is #4DB688.


Background Color

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

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

This div background color is #4DB688.


Border color

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

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

This div border color is #4DB688.


Opacity

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

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

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

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

This text has shadow with #4DB688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB688 on black background.


Color preview on white background

This text has color #4DB688 on white background.



Black color preview on #4DB688 background

This text has black color on #4DB688 background.


White color preview on #4DB688 background

This text has white color on #4DB688 background.