COLOR #4D6240

HEX: #4D6240 RGB: (77,98,64)

Color info

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

RGB color model

#4D6240 color RGB value is (77,98,64).

RGB: (77,98,64) (30%, 38%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 98 of 255 = 38%
B 64 of 255 = 25%

77
98
64

R + G + B ~ 31%. #4D6240 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 98 + 64 = 239 (100%)
R 77 of 239 ~ 32.22%
G 98 of 239 ~ 41%
B 64 of 239 ~ 26.78'%

%32.22
%41
%26.78

CMYK color model

#4D6240 color CMYK value is (21,0,35,62).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 61.57%

CMYK: (21,0,35,62)
C21M0Y35K62 (21%, 0%, 35%, 62%)
(0.21 / 0.00 / 0.35 / 0.62)

CMYK percentages

%21.43
%0
%34.69
%61.57

Codes

Color #4D6240 in popluar color models

4D 62 40
RGB 77 98 64
HSL 97° 20.99% 31.76%
HSB/HSV 97° 34.69% 38.43%
CMYK 21.43% 0.00% 34.69%
61.57%

Color #4D6240 in popluar number systems.

HEX 4D 62 40
Decimal 77 98 64
Binary 1001101 1100010 1000000
Octal 115 142 100

Shades and tints

Shades of #4D6240

#4D6240
(77,98,64)
#465A3B
(70,90,59)
#3F5236
(63,82,54)
#384A31
(56,74,49)
#31422C
(49,66,44)
#2A3A27
(42,58,39)
#233222
(35,50,34)
#1C2A1D
(28,42,29)
#152218
(21,34,24)
#0E1A13
(14,26,19)
#07120E
(7,18,14)
#000000
(0,0,0)

Tints of #4D6240

#4D6240
(77,98,64)
#5D7051
(93,112,81)
#6D7E62
(109,126,98)
#7D8C73
(125,140,115)
#8D9A84
(141,154,132)
#9DA895
(157,168,149)
#ADB6A6
(173,182,166)
#BDC4B7
(189,196,183)
#CDD2C8
(205,210,200)
#DDE0D9
(221,224,217)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6240 color. Also use rgb(77,98,64) instead hex code.

Text Font Color

.myTextColor { color: #4D6240; }

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

This text font color is #4D6240.

Background Color

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

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

This div background color is #4D6240.

Border color

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

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

This div border color is #4D6240.

Opacity

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

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

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

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

This text has shadow with #4D6240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6240.

Preview

Color preview on black background

This text has color #4D6240 on black background.


Color preview on white background

This text has color #4D6240 on white background.


Black color preview on #4D6240 background

This text has black color on #4D6240 background.


White color preview on #4D6240 background

This text has white color on #4D6240 background.


Related colors

Complementary color

Complementary color for #hex is #B29DBF.


I love getcolorcode.com

Triadic colors

1 #404D62 and #62404D with #4D6240 are triadic colors.

2 #40624D and #624D40 with #4D6240 are triadic colors.