COLOR #4D6350

HEX: #4D6350 RGB: (77,99,80)

Color info

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

RGB color model

#4D6350 color RGB value is (77,99,80).

RGB: (77,99,80) (30%, 39%, 31%)

RGB channels and saturation

R 77 of 255 = 30%
G 99 of 255 = 39%
B 80 of 255 = 31%

77
99
80

R + G + B ~ 33%. #4D6350 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 99 + 80 = 256 (100%)
R 77 of 256 ~ 30.08%
G 99 of 256 ~ 38.67%
B 80 of 256 ~ 31.25'%

%30.08
%38.67
%31.25

CMYK color model

#4D6350 color CMYK value is (22,0,19,61).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 19.19%
  • key color value is 61.18%
CMYK: (22,0,19,61) C22M0Y19K61 (22%,0%,19%,61%) (0.22/0.00/0.19/0.61) 

CMYK percentages

%22.22
%0
%19.19
%61.18

Codes

Color #4D6350 in popluar color models

4D 63 50
RGB 77 99 80
HSL 128° 12.50% 34.51%
HSB/HSV 128° 22.22% 38.82%
CMYK 22.22% 0.00% 19.19%
61.18%

Color #4D6350 in popluar number systems.

HEX 4D 63 50
Decimal 77 99 80
Binary 1001101 1100011 1010000
Octal 115 143 120

Shades and tints

Shades of #4D6350

#4D6350
(77,99,80)
#465A49
(70,90,73)
#3F5142
(63,81,66)
#38483B
(56,72,59)
#313F34
(49,63,52)
#2A362D
(42,54,45)
#232D26
(35,45,38)
#1C241F
(28,36,31)
#151B18
(21,27,24)
#0E1211
(14,18,17)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #4D6350

#4D6350
(77,99,80)
#5D715F
(93,113,95)
#6D7F6E
(109,127,110)
#7D8D7D
(125,141,125)
#8D9B8C
(141,155,140)
#9DA99B
(157,169,155)
#ADB7AA
(173,183,170)
#BDC5B9
(189,197,185)
#CDD3C8
(205,211,200)
#DDE1D7
(221,225,215)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6350; }

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

This text font color is #4D6350.

Background Color

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

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

This div background color is #4D6350.

Border color

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

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

This div border color is #4D6350.

Opacity

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

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

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

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

This text has shadow with #4D6350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6350.

Preview

Color preview on black background

This text has color #4D6350 on black background.


Color preview on white background

This text has color #4D6350 on white background.


Black color preview on #4D6350 background

This text has black color on #4D6350 background.


White color preview on #4D6350 background

This text has white color on #4D6350 background.


Related colors

Complementary color

Complementary color for #hex is #B29CAF.


I love getcolorcode.com

Triadic colors

1 #504D63 and #63504D with #4D6350 are triadic colors.

2 #50634D and #634D50 with #4D6350 are triadic colors.