COLOR #4D785B

HEX: #4D785B
RGB: (77,120,91)

Color info

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

RGB color model

#4D785B color RGB value is (77,120,91).

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

RGB channels and saturation

R 77 of 255 = 30%
G 120 of 255 = 47%
B 91 of 255 = 36%

77
120
91

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

Portions of RGB colors in percentages

R + G + B =
77 + 120 + 91 = 288 (100%)
R 77 of 288 ~ 26.74%
G 120 of 288 ~ 41.67%
B 91 of 288 ~ 31.6%

%26.74
%41.67
%31.6

CMYK color model

#4D785B color CMYK value is (36,0,24,53).

  • cyan value is 35.83%
  • magenta value is 0.00%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK:
(36,0,24,53)
C36M0Y24K53 
(36%,0%,24%,53%)
(0.36/0.00/0.24/0.53)	

CMYK percentages

%35.83
%0
%24.17
%52.94

Codes

Color #4D785B in popluar color models

4D785B
RGB7712091
HSL140°21.83%38.63%
HSB/HSV140°35.83%47.06%
CMYK35.83%0.00%24.17%
52.94%

Color #4D785B in popluar number systems.

HEX4D785B
Decimal7712091
Binary100110111110001011011
Octal115170133

Shades and tints

Shades of #4D785B

#4D785B
(77,120,91)
#466E53
(70,110,83)
#3F644B
(63,100,75)
#385A43
(56,90,67)
#31503B
(49,80,59)
#2A4633
(42,70,51)
#233C2B
(35,60,43)
#1C3223
(28,50,35)
#15281B
(21,40,27)
#0E1E13
(14,30,19)
#07140B
(7,20,11)
#000000
(0,0,0)

Tints of #4D785B

#4D785B
(77,120,91)
#5D8469
(93,132,105)
#6D9077
(109,144,119)
#7D9C85
(125,156,133)
#8DA893
(141,168,147)
#9DB4A1
(157,180,161)
#ADC0AF
(173,192,175)
#BDCCBD
(189,204,189)
#CDD8CB
(205,216,203)
#DDE4D9
(221,228,217)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D785B; }

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

This text font color is #4D785B.


Background Color

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

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

This div background color is #4D785B.


Border color

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

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

This div border color is #4D785B.


Opacity

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

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

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

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

This text has shadow with #4D785B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D785B on black background.


Color preview on white background

This text has color #4D785B on white background.



Black color preview on #4D785B background

This text has black color on #4D785B background.


White color preview on #4D785B background

This text has white color on #4D785B background.