COLOR #4D8A6F

HEX: #4D8A6F RGB: (77,138,111)

Color info

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

RGB color model

#4D8A6F color RGB value is (77,138,111).

RGB: (77,138,111) (30%, 54%, 44%)

RGB channels and saturation

R 77 of 255 = 30%
G 138 of 255 = 54%
B 111 of 255 = 44%

77
138
111

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

Portions of RGB colors in percentages

R + G + B = 77 + 138 + 111 = 326 (100%)
R 77 of 326 ~ 23.62%
G 138 of 326 ~ 42.33%
B 111 of 326 ~ 34.05'%

%23.62
%42.33
%34.05

CMYK color model

#4D8A6F color CMYK value is (44,0,20,46).

  • cyan value is 44.20%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 45.88%

CMYK: (44,0,20,46)
C44M0Y20K46 (44%, 0%, 20%, 46%)
(0.44 / 0.00 / 0.20 / 0.46)

CMYK percentages

%44.2
%0
%19.57
%45.88

Codes

Color #4D8A6F in popluar color models

4D 8A 6F
RGB 77 138 111
HSL 153° 28.37% 42.16%
HSB/HSV 153° 44.20% 54.12%
CMYK 44.20% 0.00% 19.57%
45.88%

Color #4D8A6F in popluar number systems.

HEX 4D 8A 6F
Decimal 77 138 111
Binary 1001101 10001010 1101111
Octal 115 212 157

Shades and tints

Shades of #4D8A6F

#4D8A6F
(77,138,111)
#467E65
(70,126,101)
#3F725B
(63,114,91)
#386651
(56,102,81)
#315A47
(49,90,71)
#2A4E3D
(42,78,61)
#234233
(35,66,51)
#1C3629
(28,54,41)
#152A1F
(21,42,31)
#0E1E15
(14,30,21)
#07120B
(7,18,11)
#000000
(0,0,0)

Tints of #4D8A6F

#4D8A6F
(77,138,111)
#5D947C
(93,148,124)
#6D9E89
(109,158,137)
#7DA896
(125,168,150)
#8DB2A3
(141,178,163)
#9DBCB0
(157,188,176)
#ADC6BD
(173,198,189)
#BDD0CA
(189,208,202)
#CDDAD7
(205,218,215)
#DDE4E4
(221,228,228)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8A6F color. Also use rgb(77,138,111) instead hex code.

Text Font Color

.myTextColor { color: #4D8A6F; }

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

This text font color is #4D8A6F.

Background Color

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

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

This div background color is #4D8A6F.

Border color

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

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

This div border color is #4D8A6F.

Opacity

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

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

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

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

This text has shadow with #4D8A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8A6F.

Preview

Color preview on black background

This text has color #4D8A6F on black background.


Color preview on white background

This text has color #4D8A6F on white background.


Black color preview on #4D8A6F background

This text has black color on #4D8A6F background.


White color preview on #4D8A6F background

This text has white color on #4D8A6F background.


Related colors

Complementary color

Complementary color for #hex is #B27590.


I love getcolorcode.com

Triadic colors

1 #6F4D8A and #8A6F4D with #4D8A6F are triadic colors.

2 #6F8A4D and #8A4D6F with #4D8A6F are triadic colors.