COLOR #4D7B5B

HEX: #4D7B5B
RGB: (77,123,91)

Color info

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

RGB color model

#4D7B5B color RGB value is (77,123,91).

  • red value is 77;
  • green value is 123;
  • blue value is 91.
RGB:
(77,123,91)
(30%,48%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 123 of 255 = 48%
B 91 of 255 = 36%

77
123
91

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

Portions of RGB colors in percentages

R + G + B =
77 + 123 + 91 = 291 (100%)
R 77 of 291 ~ 26.46%
G 123 of 291 ~ 42.27%
B 91 of 291 ~ 31.27%

%26.46
%42.27
%31.27

CMYK color model

#4D7B5B color CMYK value is (37,0,26,52).

  • cyan value is 37.40%
  • magenta value is 0.00%
  • yellow value is 26.02%
  • key color value is 51.76%
CMYK:
(37,0,26,52)
C37M0Y26K52 
(37%,0%,26%,52%)
(0.37/0.00/0.26/0.52)	

CMYK percentages

%37.4
%0
%26.02
%51.76

Codes

Color #4D7B5B in popluar color models

4D7B5B
RGB7712391
HSL138°23.00%39.22%
HSB/HSV138°37.40%48.24%
CMYK37.40%0.00%26.02%
51.76%

Color #4D7B5B in popluar number systems.

HEX4D7B5B
Decimal7712391
Binary100110111110111011011
Octal115173133

Shades and tints

Shades of #4D7B5B

#4D7B5B
(77,123,91)
#467053
(70,112,83)
#3F654B
(63,101,75)
#385A43
(56,90,67)
#314F3B
(49,79,59)
#2A4433
(42,68,51)
#23392B
(35,57,43)
#1C2E23
(28,46,35)
#15231B
(21,35,27)
#0E1813
(14,24,19)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #4D7B5B

#4D7B5B
(77,123,91)
#5D8769
(93,135,105)
#6D9377
(109,147,119)
#7D9F85
(125,159,133)
#8DAB93
(141,171,147)
#9DB7A1
(157,183,161)
#ADC3AF
(173,195,175)
#BDCFBD
(189,207,189)
#CDDBCB
(205,219,203)
#DDE7D9
(221,231,217)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7B5B color. Also use rgb(77,123,91) instead hex code.

Text Font Color

.myTextColor { color: #4D7B5B; }

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

This text font color is #4D7B5B.


Background Color

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

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

This div background color is #4D7B5B.


Border color

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

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

This div border color is #4D7B5B.


Opacity

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

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

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

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

This text has shadow with #4D7B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7B5B on black background.


Color preview on white background

This text has color #4D7B5B on white background.



Black color preview on #4D7B5B background

This text has black color on #4D7B5B background.


White color preview on #4D7B5B background

This text has white color on #4D7B5B background.