COLOR #4DBA99

HEX: #4DBA99
RGB: (77,186,153)

Color info

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

RGB color model

#4DBA99 color RGB value is (77,186,153).

  • red value is 77;
  • green value is 186;
  • blue value is 153.
RGB:
(77,186,153)
(30%,73%,60%)

RGB channels and saturation

R 77 of 255 = 30%
G 186 of 255 = 73%
B 153 of 255 = 60%

77
186
153

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

Portions of RGB colors in percentages

R + G + B =
77 + 186 + 153 = 416 (100%)
R 77 of 416 ~ 18.51%
G 186 of 416 ~ 44.71%
B 153 of 416 ~ 36.78%

%18.51
%44.71
%36.78

CMYK color model

#4DBA99 color CMYK value is (59,0,18,27).

  • cyan value is 58.60%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 27.06%
CMYK:
(59,0,18,27)
C59M0Y18K27 
(59%,0%,18%,27%)
(0.59/0.00/0.18/0.27)	

CMYK percentages

%58.6
%0
%17.74
%27.06

Codes

Color #4DBA99 in popluar color models

4DBA99
RGB77186153
HSL162°44.13%51.57%
HSB/HSV162°58.60%72.94%
CMYK58.60%0.00%17.74%
27.06%

Color #4DBA99 in popluar number systems.

HEX4DBA99
Decimal77186153
Binary10011011011101010011001
Octal115272231

Shades and tints

Shades of #4DBA99

#4DBA99
(77,186,153)
#46AA8C
(70,170,140)
#3F9A7F
(63,154,127)
#388A72
(56,138,114)
#317A65
(49,122,101)
#2A6A58
(42,106,88)
#235A4B
(35,90,75)
#1C4A3E
(28,74,62)
#153A31
(21,58,49)
#0E2A24
(14,42,36)
#071A17
(7,26,23)
#000000
(0,0,0)

Tints of #4DBA99

#4DBA99
(77,186,153)
#5DC0A2
(93,192,162)
#6DC6AB
(109,198,171)
#7DCCB4
(125,204,180)
#8DD2BD
(141,210,189)
#9DD8C6
(157,216,198)
#ADDECF
(173,222,207)
#BDE4D8
(189,228,216)
#CDEAE1
(205,234,225)
#DDF0EA
(221,240,234)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DBA99 color. Also use rgb(77,186,153) instead hex code.

Text Font Color

.myTextColor { color: #4DBA99; }

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

This text font color is #4DBA99.


Background Color

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

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

This div background color is #4DBA99.


Border color

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

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

This div border color is #4DBA99.


Opacity

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

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

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

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

This text has shadow with #4DBA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DBA99 on black background.


Color preview on white background

This text has color #4DBA99 on white background.



Black color preview on #4DBA99 background

This text has black color on #4DBA99 background.


White color preview on #4DBA99 background

This text has white color on #4DBA99 background.