COLOR #4D7E58

HEX: #4D7E58
RGB: (77,126,88)

Color info

#4D7E58 contains red, green and blue colors in about the same proportion. Web safe color of #4D7E58 is #336666 (or #366).

RGB color model

#4D7E58 color RGB value is (77,126,88).

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

RGB channels and saturation

R 77 of 255 = 30%
G 126 of 255 = 49%
B 88 of 255 = 35%

77
126
88

R + G + B ~ 38%. #4D7E58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 126 + 88 = 291 (100%)
R 77 of 291 ~ 26.46%
G 126 of 291 ~ 43.3%
B 88 of 291 ~ 30.24%

%26.46
%43.3
%30.24

CMYK color model

#4D7E58 color CMYK value is (39,0,30,51).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(39,0,30,51)
C39M0Y30K51 
(39%,0%,30%,51%)
(0.39/0.00/0.30/0.51)	

CMYK percentages

%38.89
%0
%30.16
%50.59

Codes

Color #4D7E58 in popluar color models

4D7E58
RGB7712688
HSL133°24.14%39.80%
HSB/HSV133°38.89%49.41%
CMYK38.89%0.00%30.16%
50.59%

Color #4D7E58 in popluar number systems.

HEX4D7E58
Decimal7712688
Binary100110111111101011000
Octal115176130

Shades and tints

Shades of #4D7E58

#4D7E58
(77,126,88)
#467350
(70,115,80)
#3F6848
(63,104,72)
#385D40
(56,93,64)
#315238
(49,82,56)
#2A4730
(42,71,48)
#233C28
(35,60,40)
#1C3120
(28,49,32)
#152618
(21,38,24)
#0E1B10
(14,27,16)
#071008
(7,16,8)
#000000
(0,0,0)

Tints of #4D7E58

#4D7E58
(77,126,88)
#5D8967
(93,137,103)
#6D9476
(109,148,118)
#7D9F85
(125,159,133)
#8DAA94
(141,170,148)
#9DB5A3
(157,181,163)
#ADC0B2
(173,192,178)
#BDCBC1
(189,203,193)
#CDD6D0
(205,214,208)
#DDE1DF
(221,225,223)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7E58; }

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

This text font color is #4D7E58.


Background Color

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

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

This div background color is #4D7E58.


Border color

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

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

This div border color is #4D7E58.


Opacity

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

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

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

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

This text has shadow with #4D7E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7E58 on black background.


Color preview on white background

This text has color #4D7E58 on white background.



Black color preview on #4D7E58 background

This text has black color on #4D7E58 background.


White color preview on #4D7E58 background

This text has white color on #4D7E58 background.