COLOR #4D6C3D

HEX: #4D6C3D RGB: (77,108,61)

Color info

#4D6C3D contains red, green and blue colors in about the same proportion. Web safe color of #4D6C3D is #336633 (or #363).

RGB color model

#4D6C3D color RGB value is (77,108,61).

RGB: (77,108,61) (30%, 42%, 24%)

RGB channels and saturation

R 77 of 255 = 30%
G 108 of 255 = 42%
B 61 of 255 = 24%

77
108
61

R + G + B ~ 32%. #4D6C3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 108 + 61 = 246 (100%)
R 77 of 246 ~ 31.3%
G 108 of 246 ~ 43.9%
B 61 of 246 ~ 24.8'%

%31.3
%43.9
%24.8

CMYK color model

#4D6C3D color CMYK value is (29,0,44,58).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 43.52%
  • key color value is 57.65%

CMYK: (29,0,44,58)
C29M0Y44K58 (29%, 0%, 44%, 58%)
(0.29 / 0.00 / 0.44 / 0.58)

CMYK percentages

%28.7
%0
%43.52
%57.65

Codes

Color #4D6C3D in popluar color models

4D 6C 3D
RGB 77 108 61
HSL 100° 27.81% 33.14%
HSB/HSV 100° 43.52% 42.35%
CMYK 28.70% 0.00% 43.52%
57.65%

Color #4D6C3D in popluar number systems.

HEX 4D 6C 3D
Decimal 77 108 61
Binary 1001101 1101100 111101
Octal 115 154 75

Shades and tints

Shades of #4D6C3D

#4D6C3D
(77,108,61)
#466338
(70,99,56)
#3F5A33
(63,90,51)
#38512E
(56,81,46)
#314829
(49,72,41)
#2A3F24
(42,63,36)
#23361F
(35,54,31)
#1C2D1A
(28,45,26)
#152415
(21,36,21)
#0E1B10
(14,27,16)
#07120B
(7,18,11)
#000000
(0,0,0)

Tints of #4D6C3D

#4D6C3D
(77,108,61)
#5D794E
(93,121,78)
#6D865F
(109,134,95)
#7D9370
(125,147,112)
#8DA081
(141,160,129)
#9DAD92
(157,173,146)
#ADBAA3
(173,186,163)
#BDC7B4
(189,199,180)
#CDD4C5
(205,212,197)
#DDE1D6
(221,225,214)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6C3D; }

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

This text font color is #4D6C3D.

Background Color

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

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

This div background color is #4D6C3D.

Border color

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

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

This div border color is #4D6C3D.

Opacity

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

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

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

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

This text has shadow with #4D6C3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6C3D.

Preview

Color preview on black background

This text has color #4D6C3D on black background.


Color preview on white background

This text has color #4D6C3D on white background.


Black color preview on #4D6C3D background

This text has black color on #4D6C3D background.


White color preview on #4D6C3D background

This text has white color on #4D6C3D background.


Related colors

Complementary color

Complementary color for #hex is #B293C2.


I love getcolorcode.com

Triadic colors

1 #3D4D6C and #6C3D4D with #4D6C3D are triadic colors.

2 #3D6C4D and #6C4D3D with #4D6C3D are triadic colors.