COLOR #4D774E

HEX: #4D774E
RGB: (77,119,78)

Color info

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

RGB color model

#4D774E color RGB value is (77,119,78).

  • red value is 77;
  • green value is 119;
  • blue value is 78.
RGB:
(77,119,78)
(30%,47%,31%)

RGB channels and saturation

R 77 of 255 = 30%
G 119 of 255 = 47%
B 78 of 255 = 31%

77
119
78

R + G + B ~ 36%. #4D774E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 119 + 78 = 274 (100%)
R 77 of 274 ~ 28.1%
G 119 of 274 ~ 43.43%
B 78 of 274 ~ 28.47%

%28.1
%43.43
%28.47

CMYK color model

#4D774E color CMYK value is (35,0,34,53).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 34.45%
  • key color value is 53.33%
CMYK:
(35,0,34,53)
C35M0Y34K53 
(35%,0%,34%,53%)
(0.35/0.00/0.34/0.53)	

CMYK percentages

%35.29
%0
%34.45
%53.33

Codes

Color #4D774E in popluar color models

4D774E
RGB7711978
HSL121°21.43%38.43%
HSB/HSV121°35.29%46.67%
CMYK35.29%0.00%34.45%
53.33%

Color #4D774E in popluar number systems.

HEX4D774E
Decimal7711978
Binary100110111101111001110
Octal115167116

Shades and tints

Shades of #4D774E

#4D774E
(77,119,78)
#466D47
(70,109,71)
#3F6340
(63,99,64)
#385939
(56,89,57)
#314F32
(49,79,50)
#2A452B
(42,69,43)
#233B24
(35,59,36)
#1C311D
(28,49,29)
#152716
(21,39,22)
#0E1D0F
(14,29,15)
#071308
(7,19,8)
#000000
(0,0,0)

Tints of #4D774E

#4D774E
(77,119,78)
#5D835E
(93,131,94)
#6D8F6E
(109,143,110)
#7D9B7E
(125,155,126)
#8DA78E
(141,167,142)
#9DB39E
(157,179,158)
#ADBFAE
(173,191,174)
#BDCBBE
(189,203,190)
#CDD7CE
(205,215,206)
#DDE3DE
(221,227,222)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D774E color. Also use rgb(77,119,78) instead hex code.

Text Font Color

.myTextColor { color: #4D774E; }

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

This text font color is #4D774E.


Background Color

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

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

This div background color is #4D774E.


Border color

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

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

This div border color is #4D774E.


Opacity

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

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

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

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

This text has shadow with #4D774E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D774E on black background.


Color preview on white background

This text has color #4D774E on white background.



Black color preview on #4D774E background

This text has black color on #4D774E background.


White color preview on #4D774E background

This text has white color on #4D774E background.