COLOR #4D6355

HEX: #4D6355 RGB: (77,99,85)

Color info

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

RGB color model

#4D6355 color RGB value is (77,99,85).

RGB: (77,99,85) (30%, 39%, 33%)

RGB channels and saturation

R 77 of 255 = 30%
G 99 of 255 = 39%
B 85 of 255 = 33%

77
99
85

R + G + B ~ 34%. #4D6355 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 99 + 85 = 261 (100%)
R 77 of 261 ~ 29.5%
G 99 of 261 ~ 37.93%
B 85 of 261 ~ 32.57'%

%29.5
%37.93
%32.57

CMYK color model

#4D6355 color CMYK value is (22,0,14,61).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 61.18%

CMYK: (22,0,14,61)
C22M0Y14K61 (22%, 0%, 14%, 61%)
(0.22 / 0.00 / 0.14 / 0.61)

CMYK percentages

%22.22
%0
%14.14
%61.18

Codes

Color #4D6355 in popluar color models

4D 63 55
RGB 77 99 85
HSL 142° 12.50% 34.51%
HSB/HSV 142° 22.22% 38.82%
CMYK 22.22% 0.00% 14.14%
61.18%

Color #4D6355 in popluar number systems.

HEX 4D 63 55
Decimal 77 99 85
Binary 1001101 1100011 1010101
Octal 115 143 125

Shades and tints

Shades of #4D6355

#4D6355
(77,99,85)
#465A4E
(70,90,78)
#3F5147
(63,81,71)
#384840
(56,72,64)
#313F39
(49,63,57)
#2A3632
(42,54,50)
#232D2B
(35,45,43)
#1C2424
(28,36,36)
#151B1D
(21,27,29)
#0E1216
(14,18,22)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #4D6355

#4D6355
(77,99,85)
#5D7164
(93,113,100)
#6D7F73
(109,127,115)
#7D8D82
(125,141,130)
#8D9B91
(141,155,145)
#9DA9A0
(157,169,160)
#ADB7AF
(173,183,175)
#BDC5BE
(189,197,190)
#CDD3CD
(205,211,205)
#DDE1DC
(221,225,220)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6355; }

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

This text font color is #4D6355.

Background Color

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

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

This div background color is #4D6355.

Border color

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

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

This div border color is #4D6355.

Opacity

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

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

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

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

This text has shadow with #4D6355 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6355.

Preview

Color preview on black background

This text has color #4D6355 on black background.


Color preview on white background

This text has color #4D6355 on white background.


Black color preview on #4D6355 background

This text has black color on #4D6355 background.


White color preview on #4D6355 background

This text has white color on #4D6355 background.


Related colors

Complementary color

Complementary color for #hex is #B29CAA.


I love getcolorcode.com

Triadic colors

1 #554D63 and #63554D with #4D6355 are triadic colors.

2 #55634D and #634D55 with #4D6355 are triadic colors.