COLOR #4D9C8E

HEX: #4D9C8E
RGB: (77,156,142)

Color info

#4D9C8E contains mainly green and blue colors. Web safe color of #4D9C8E is #339999 (or #399).

RGB color model

#4D9C8E color RGB value is (77,156,142).

  • red value is 77;
  • green value is 156;
  • blue value is 142.
RGB:
(77,156,142)
(30%,61%,56%)

RGB channels and saturation

R 77 of 255 = 30%
G 156 of 255 = 61%
B 142 of 255 = 56%

77
156
142

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

Portions of RGB colors in percentages

R + G + B =
77 + 156 + 142 = 375 (100%)
R 77 of 375 ~ 20.53%
G 156 of 375 ~ 41.6%
B 142 of 375 ~ 37.87%

%20.53
%41.6
%37.87

CMYK color model

#4D9C8E color CMYK value is (51,0,9,39).

  • cyan value is 50.64%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 38.82%
CMYK:
(51,0,9,39)
C51M0Y9K39 
(51%,0%,9%,39%)
(0.51/0.00/0.09/0.39)	

CMYK percentages

%50.64
%0
%8.97
%38.82

Codes

Color #4D9C8E in popluar color models

4D9C8E
RGB77156142
HSL169°33.91%45.69%
HSB/HSV169°50.64%61.18%
CMYK50.64%0.00%8.97%
38.82%

Color #4D9C8E in popluar number systems.

HEX4D9C8E
Decimal77156142
Binary10011011001110010001110
Octal115234216

Shades and tints

Shades of #4D9C8E

#4D9C8E
(77,156,142)
#468E82
(70,142,130)
#3F8076
(63,128,118)
#38726A
(56,114,106)
#31645E
(49,100,94)
#2A5652
(42,86,82)
#234846
(35,72,70)
#1C3A3A
(28,58,58)
#152C2E
(21,44,46)
#0E1E22
(14,30,34)
#071016
(7,16,22)
#000000
(0,0,0)

Tints of #4D9C8E

#4D9C8E
(77,156,142)
#5DA598
(93,165,152)
#6DAEA2
(109,174,162)
#7DB7AC
(125,183,172)
#8DC0B6
(141,192,182)
#9DC9C0
(157,201,192)
#ADD2CA
(173,210,202)
#BDDBD4
(189,219,212)
#CDE4DE
(205,228,222)
#DDEDE8
(221,237,232)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9C8E color. Also use rgb(77,156,142) instead hex code.

Text Font Color

.myTextColor { color: #4D9C8E; }

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

This text font color is #4D9C8E.


Background Color

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

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

This div background color is #4D9C8E.


Border color

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

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

This div border color is #4D9C8E.


Opacity

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

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

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

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

This text has shadow with #4D9C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9C8E on black background.


Color preview on white background

This text has color #4D9C8E on white background.



Black color preview on #4D9C8E background

This text has black color on #4D9C8E background.


White color preview on #4D9C8E background

This text has white color on #4D9C8E background.