COLOR #4D8F7E

HEX: #4D8F7E RGB: (77,143,126)

Color info

#4D8F7E contains mainly green and blue colors. Web safe color of #4D8F7E is #339966 (or #396).

RGB color model

#4D8F7E color RGB value is (77,143,126).

RGB: (77,143,126) (30%, 56%, 49%)

RGB channels and saturation

R 77 of 255 = 30%
G 143 of 255 = 56%
B 126 of 255 = 49%

77
143
126

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

Portions of RGB colors in percentages

R + G + B = 77 + 143 + 126 = 346 (100%)
R 77 of 346 ~ 22.25%
G 143 of 346 ~ 41.33%
B 126 of 346 ~ 36.42'%

%22.25
%41.33
%36.42

CMYK color model

#4D8F7E color CMYK value is (46,0,12,44).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 43.92%

CMYK: (46,0,12,44)
C46M0Y12K44 (46%, 0%, 12%, 44%)
(0.46 / 0.00 / 0.12 / 0.44)

CMYK percentages

%46.15
%0
%11.89
%43.92

Codes

Color #4D8F7E in popluar color models

4D 8F 7E
RGB 77 143 126
HSL 165° 30.00% 43.14%
HSB/HSV 165° 46.15% 56.08%
CMYK 46.15% 0.00% 11.89%
43.92%

Color #4D8F7E in popluar number systems.

HEX 4D 8F 7E
Decimal 77 143 126
Binary 1001101 10001111 1111110
Octal 115 217 176

Shades and tints

Shades of #4D8F7E

#4D8F7E
(77,143,126)
#468273
(70,130,115)
#3F7568
(63,117,104)
#38685D
(56,104,93)
#315B52
(49,91,82)
#2A4E47
(42,78,71)
#23413C
(35,65,60)
#1C3431
(28,52,49)
#152726
(21,39,38)
#0E1A1B
(14,26,27)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #4D8F7E

#4D8F7E
(77,143,126)
#5D9989
(93,153,137)
#6DA394
(109,163,148)
#7DAD9F
(125,173,159)
#8DB7AA
(141,183,170)
#9DC1B5
(157,193,181)
#ADCBC0
(173,203,192)
#BDD5CB
(189,213,203)
#CDDFD6
(205,223,214)
#DDE9E1
(221,233,225)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8F7E color. Also use rgb(77,143,126) instead hex code.

Text Font Color

.myTextColor { color: #4D8F7E; }

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

This text font color is #4D8F7E.

Background Color

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

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

This div background color is #4D8F7E.

Border color

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

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

This div border color is #4D8F7E.

Opacity

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

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

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

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

This text has shadow with #4D8F7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8F7E.

Preview

Color preview on black background

This text has color #4D8F7E on black background.


Color preview on white background

This text has color #4D8F7E on white background.


Black color preview on #4D8F7E background

This text has black color on #4D8F7E background.


White color preview on #4D8F7E background

This text has white color on #4D8F7E background.


Related colors

Complementary color

Complementary color for #hex is #B27081.


I love getcolorcode.com

Triadic colors

1 #7E4D8F and #8F7E4D with #4D8F7E are triadic colors.

2 #7E8F4D and #8F4D7E with #4D8F7E are triadic colors.