COLOR #4D6C55

HEX: #4D6C55
RGB: (77,108,85)

Color info

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

RGB color model

#4D6C55 color RGB value is (77,108,85).

  • red value is 77;
  • green value is 108;
  • blue value is 85.
RGB:
(77,108,85)
(30%,42%,33%)

RGB channels and saturation

R 77 of 255 = 30%
G 108 of 255 = 42%
B 85 of 255 = 33%

77
108
85

R + G + B ~ 35%. #4D6C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 108 + 85 = 270 (100%)
R 77 of 270 ~ 28.52%
G 108 of 270 ~ 40%
B 85 of 270 ~ 31.48%

%28.52
%40
%31.48

CMYK color model

#4D6C55 color CMYK value is (29,0,21,58).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 57.65%
CMYK:
(29,0,21,58)
C29M0Y21K58 
(29%,0%,21%,58%)
(0.29/0.00/0.21/0.58)	

CMYK percentages

%28.7
%0
%21.3
%57.65

Codes

Color #4D6C55 in popluar color models

4D6C55
RGB7710885
HSL135°16.76%36.27%
HSB/HSV135°28.70%42.35%
CMYK28.70%0.00%21.30%
57.65%

Color #4D6C55 in popluar number systems.

HEX4D6C55
Decimal7710885
Binary100110111011001010101
Octal115154125

Shades and tints

Shades of #4D6C55

#4D6C55
(77,108,85)
#46634E
(70,99,78)
#3F5A47
(63,90,71)
#385140
(56,81,64)
#314839
(49,72,57)
#2A3F32
(42,63,50)
#23362B
(35,54,43)
#1C2D24
(28,45,36)
#15241D
(21,36,29)
#0E1B16
(14,27,22)
#07120F
(7,18,15)
#000000
(0,0,0)

Tints of #4D6C55

#4D6C55
(77,108,85)
#5D7964
(93,121,100)
#6D8673
(109,134,115)
#7D9382
(125,147,130)
#8DA091
(141,160,145)
#9DADA0
(157,173,160)
#ADBAAF
(173,186,175)
#BDC7BE
(189,199,190)
#CDD4CD
(205,212,205)
#DDE1DC
(221,225,220)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6C55 color. Also use rgb(77,108,85) instead hex code.

Text Font Color

.myTextColor { color: #4D6C55; }

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

This text font color is #4D6C55.


Background Color

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

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

This div background color is #4D6C55.


Border color

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

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

This div border color is #4D6C55.


Opacity

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

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

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

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

This text has shadow with #4D6C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6C55 on black background.


Color preview on white background

This text has color #4D6C55 on white background.



Black color preview on #4D6C55 background

This text has black color on #4D6C55 background.


White color preview on #4D6C55 background

This text has white color on #4D6C55 background.