COLOR #4D8F63

HEX: #4D8F63
RGB: (77,143,99)

Color info

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

RGB color model

#4D8F63 color RGB value is (77,143,99).

  • red value is 77;
  • green value is 143;
  • blue value is 99.
RGB:
(77,143,99)
(30%,56%,39%)

RGB channels and saturation

R 77 of 255 = 30%
G 143 of 255 = 56%
B 99 of 255 = 39%

77
143
99

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

Portions of RGB colors in percentages

R + G + B =
77 + 143 + 99 = 319 (100%)
R 77 of 319 ~ 24.14%
G 143 of 319 ~ 44.83%
B 99 of 319 ~ 31.03%

%24.14
%44.83
%31.03

CMYK color model

#4D8F63 color CMYK value is (46,0,31,44).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 43.92%
CMYK:
(46,0,31,44)
C46M0Y31K44 
(46%,0%,31%,44%)
(0.46/0.00/0.31/0.44)	

CMYK percentages

%46.15
%0
%30.77
%43.92

Codes

Color #4D8F63 in popluar color models

4D8F63
RGB7714399
HSL140°30.00%43.14%
HSB/HSV140°46.15%56.08%
CMYK46.15%0.00%30.77%
43.92%

Color #4D8F63 in popluar number systems.

HEX4D8F63
Decimal7714399
Binary1001101100011111100011
Octal115217143

Shades and tints

Shades of #4D8F63

#4D8F63
(77,143,99)
#46825A
(70,130,90)
#3F7551
(63,117,81)
#386848
(56,104,72)
#315B3F
(49,91,63)
#2A4E36
(42,78,54)
#23412D
(35,65,45)
#1C3424
(28,52,36)
#15271B
(21,39,27)
#0E1A12
(14,26,18)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #4D8F63

#4D8F63
(77,143,99)
#5D9971
(93,153,113)
#6DA37F
(109,163,127)
#7DAD8D
(125,173,141)
#8DB79B
(141,183,155)
#9DC1A9
(157,193,169)
#ADCBB7
(173,203,183)
#BDD5C5
(189,213,197)
#CDDFD3
(205,223,211)
#DDE9E1
(221,233,225)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8F63; }

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

This text font color is #4D8F63.


Background Color

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

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

This div background color is #4D8F63.


Border color

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

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

This div border color is #4D8F63.


Opacity

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

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

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

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

This text has shadow with #4D8F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8F63 on black background.


Color preview on white background

This text has color #4D8F63 on white background.



Black color preview on #4D8F63 background

This text has black color on #4D8F63 background.


White color preview on #4D8F63 background

This text has white color on #4D8F63 background.