COLOR #4D7857

HEX: #4D7857
RGB: (77,120,87)

Color info

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

RGB color model

#4D7857 color RGB value is (77,120,87).

  • red value is 77;
  • green value is 120;
  • blue value is 87.
RGB:
(77,120,87)
(30%,47%,34%)

RGB channels and saturation

R 77 of 255 = 30%
G 120 of 255 = 47%
B 87 of 255 = 34%

77
120
87

R + G + B ~ 37%. #4D7857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 120 + 87 = 284 (100%)
R 77 of 284 ~ 27.11%
G 120 of 284 ~ 42.25%
B 87 of 284 ~ 30.63%

%27.11
%42.25
%30.63

CMYK color model

#4D7857 color CMYK value is (36,0,28,53).

  • cyan value is 35.83%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 52.94%
CMYK:
(36,0,28,53)
C36M0Y28K53 
(36%,0%,28%,53%)
(0.36/0.00/0.28/0.53)	

CMYK percentages

%35.83
%0
%27.5
%52.94

Codes

Color #4D7857 in popluar color models

4D7857
RGB7712087
HSL134°21.83%38.63%
HSB/HSV134°35.83%47.06%
CMYK35.83%0.00%27.50%
52.94%

Color #4D7857 in popluar number systems.

HEX4D7857
Decimal7712087
Binary100110111110001010111
Octal115170127

Shades and tints

Shades of #4D7857

#4D7857
(77,120,87)
#466E50
(70,110,80)
#3F6449
(63,100,73)
#385A42
(56,90,66)
#31503B
(49,80,59)
#2A4634
(42,70,52)
#233C2D
(35,60,45)
#1C3226
(28,50,38)
#15281F
(21,40,31)
#0E1E18
(14,30,24)
#071411
(7,20,17)
#000000
(0,0,0)

Tints of #4D7857

#4D7857
(77,120,87)
#5D8466
(93,132,102)
#6D9075
(109,144,117)
#7D9C84
(125,156,132)
#8DA893
(141,168,147)
#9DB4A2
(157,180,162)
#ADC0B1
(173,192,177)
#BDCCC0
(189,204,192)
#CDD8CF
(205,216,207)
#DDE4DE
(221,228,222)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7857 color. Also use rgb(77,120,87) instead hex code.

Text Font Color

.myTextColor { color: #4D7857; }

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

This text font color is #4D7857.


Background Color

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

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

This div background color is #4D7857.


Border color

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

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

This div border color is #4D7857.


Opacity

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

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

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

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

This text has shadow with #4D7857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7857 on black background.


Color preview on white background

This text has color #4D7857 on white background.



Black color preview on #4D7857 background

This text has black color on #4D7857 background.


White color preview on #4D7857 background

This text has white color on #4D7857 background.