COLOR #4D6632

HEX: #4D6632 RGB: (77,102,50)

Color info

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

RGB color model

#4D6632 color RGB value is (77,102,50).

RGB: (77,102,50) (30%, 40%, 20%)

RGB channels and saturation

R 77 of 255 = 30%
G 102 of 255 = 40%
B 50 of 255 = 20%

77
102
50

R + G + B ~ 30%. #4D6632 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 102 + 50 = 229 (100%)
R 77 of 229 ~ 33.62%
G 102 of 229 ~ 44.54%
B 50 of 229 ~ 21.83'%

%33.62
%44.54
%21.83

CMYK color model

#4D6632 color CMYK value is (25,0,51,60).

  • cyan value is 24.51%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 60.00%

CMYK: (25,0,51,60)
C25M0Y51K60 (25%, 0%, 51%, 60%)
(0.25 / 0.00 / 0.51 / 0.60)

CMYK percentages

%24.51
%0
%50.98
%60

Codes

Color #4D6632 in popluar color models

4D 66 32
RGB 77 102 50
HSL 89° 34.21% 29.80%
HSB/HSV 89° 50.98% 40.00%
CMYK 24.51% 0.00% 50.98%
60.00%

Color #4D6632 in popluar number systems.

HEX 4D 66 32
Decimal 77 102 50
Binary 1001101 1100110 110010
Octal 115 146 62

Shades and tints

Shades of #4D6632

#4D6632
(77,102,50)
#465D2E
(70,93,46)
#3F542A
(63,84,42)
#384B26
(56,75,38)
#314222
(49,66,34)
#2A391E
(42,57,30)
#23301A
(35,48,26)
#1C2716
(28,39,22)
#151E12
(21,30,18)
#0E150E
(14,21,14)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #4D6632

#4D6632
(77,102,50)
#5D7344
(93,115,68)
#6D8056
(109,128,86)
#7D8D68
(125,141,104)
#8D9A7A
(141,154,122)
#9DA78C
(157,167,140)
#ADB49E
(173,180,158)
#BDC1B0
(189,193,176)
#CDCEC2
(205,206,194)
#DDDBD4
(221,219,212)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6632 color. Also use rgb(77,102,50) instead hex code.

Text Font Color

.myTextColor { color: #4D6632; }

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

This text font color is #4D6632.

Background Color

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

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

This div background color is #4D6632.

Border color

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

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

This div border color is #4D6632.

Opacity

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

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

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

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

This text has shadow with #4D6632 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6632.

Preview

Color preview on black background

This text has color #4D6632 on black background.


Color preview on white background

This text has color #4D6632 on white background.


Black color preview on #4D6632 background

This text has black color on #4D6632 background.


White color preview on #4D6632 background

This text has white color on #4D6632 background.


Related colors

Complementary color

Complementary color for #hex is #B299CD.


I love getcolorcode.com

Triadic colors

1 #324D66 and #66324D with #4D6632 are triadic colors.

2 #32664D and #664D32 with #4D6632 are triadic colors.