COLOR #4D8F58

HEX: #4D8F58
RGB: (77,143,88)

Color info

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

RGB color model

#4D8F58 color RGB value is (77,143,88).

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

RGB channels and saturation

R 77 of 255 = 30%
G 143 of 255 = 56%
B 88 of 255 = 35%

77
143
88

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

Portions of RGB colors in percentages

R + G + B =
77 + 143 + 88 = 308 (100%)
R 77 of 308 ~ 25%
G 143 of 308 ~ 46.43%
B 88 of 308 ~ 28.57%

%25
%46.43
%28.57

CMYK color model

#4D8F58 color CMYK value is (46,0,38,44).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 43.92%
CMYK:
(46,0,38,44)
C46M0Y38K44 
(46%,0%,38%,44%)
(0.46/0.00/0.38/0.44)	

CMYK percentages

%46.15
%0
%38.46
%43.92

Codes

Color #4D8F58 in popluar color models

4D8F58
RGB7714388
HSL130°30.00%43.14%
HSB/HSV130°46.15%56.08%
CMYK46.15%0.00%38.46%
43.92%

Color #4D8F58 in popluar number systems.

HEX4D8F58
Decimal7714388
Binary1001101100011111011000
Octal115217130

Shades and tints

Shades of #4D8F58

#4D8F58
(77,143,88)
#468250
(70,130,80)
#3F7548
(63,117,72)
#386840
(56,104,64)
#315B38
(49,91,56)
#2A4E30
(42,78,48)
#234128
(35,65,40)
#1C3420
(28,52,32)
#152718
(21,39,24)
#0E1A10
(14,26,16)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #4D8F58

#4D8F58
(77,143,88)
#5D9967
(93,153,103)
#6DA376
(109,163,118)
#7DAD85
(125,173,133)
#8DB794
(141,183,148)
#9DC1A3
(157,193,163)
#ADCBB2
(173,203,178)
#BDD5C1
(189,213,193)
#CDDFD0
(205,223,208)
#DDE9DF
(221,233,223)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8F58; }

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

This text font color is #4D8F58.


Background Color

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

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

This div background color is #4D8F58.


Border color

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

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

This div border color is #4D8F58.


Opacity

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

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

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

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

This text has shadow with #4D8F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8F58 on black background.


Color preview on white background

This text has color #4D8F58 on white background.



Black color preview on #4D8F58 background

This text has black color on #4D8F58 background.


White color preview on #4D8F58 background

This text has white color on #4D8F58 background.