COLOR #4D775C

HEX: #4D775C RGB: (77,119,92)

Color info

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

RGB color model

#4D775C color RGB value is (77,119,92).

RGB: (77,119,92) (30%, 47%, 36%)

RGB channels and saturation

R 77 of 255 = 30%
G 119 of 255 = 47%
B 92 of 255 = 36%

77
119
92

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

Portions of RGB colors in percentages

R + G + B = 77 + 119 + 92 = 288 (100%)
R 77 of 288 ~ 26.74%
G 119 of 288 ~ 41.32%
B 92 of 288 ~ 31.94'%

%26.74
%41.32
%31.94

CMYK color model

#4D775C color CMYK value is (35,0,23,53).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 53.33%

CMYK: (35,0,23,53)
C35M0Y23K53 (35%, 0%, 23%, 53%)
(0.35 / 0.00 / 0.23 / 0.53)

CMYK percentages

%35.29
%0
%22.69
%53.33

Codes

Color #4D775C in popluar color models

4D 77 5C
RGB 77 119 92
HSL 141° 21.43% 38.43%
HSB/HSV 141° 35.29% 46.67%
CMYK 35.29% 0.00% 22.69%
53.33%

Color #4D775C in popluar number systems.

HEX 4D 77 5C
Decimal 77 119 92
Binary 1001101 1110111 1011100
Octal 115 167 134

Shades and tints

Shades of #4D775C

#4D775C
(77,119,92)
#466D54
(70,109,84)
#3F634C
(63,99,76)
#385944
(56,89,68)
#314F3C
(49,79,60)
#2A4534
(42,69,52)
#233B2C
(35,59,44)
#1C3124
(28,49,36)
#15271C
(21,39,28)
#0E1D14
(14,29,20)
#07130C
(7,19,12)
#000000
(0,0,0)

Tints of #4D775C

#4D775C
(77,119,92)
#5D836A
(93,131,106)
#6D8F78
(109,143,120)
#7D9B86
(125,155,134)
#8DA794
(141,167,148)
#9DB3A2
(157,179,162)
#ADBFB0
(173,191,176)
#BDCBBE
(189,203,190)
#CDD7CC
(205,215,204)
#DDE3DA
(221,227,218)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D775C; }

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

This text font color is #4D775C.

Background Color

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

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

This div background color is #4D775C.

Border color

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

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

This div border color is #4D775C.

Opacity

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

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

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

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

This text has shadow with #4D775C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D775C.

Preview

Color preview on black background

This text has color #4D775C on black background.


Color preview on white background

This text has color #4D775C on white background.


Black color preview on #4D775C background

This text has black color on #4D775C background.


White color preview on #4D775C background

This text has white color on #4D775C background.


Related colors

Complementary color

Complementary color for #hex is #B288A3.


I love getcolorcode.com

Triadic colors

1 #5C4D77 and #775C4D with #4D775C are triadic colors.

2 #5C774D and #774D5C with #4D775C are triadic colors.