COLOR #4D6842

HEX: #4D6842 RGB: (77,104,66)

Color info

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

RGB color model

#4D6842 color RGB value is (77,104,66).

RGB: (77,104,66) (30%, 41%, 26%)

RGB channels and saturation

R 77 of 255 = 30%
G 104 of 255 = 41%
B 66 of 255 = 26%

77
104
66

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

Portions of RGB colors in percentages

R + G + B = 77 + 104 + 66 = 247 (100%)
R 77 of 247 ~ 31.17%
G 104 of 247 ~ 42.11%
B 66 of 247 ~ 26.72'%

%31.17
%42.11
%26.72

CMYK color model

#4D6842 color CMYK value is (26,0,37,59).

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 36.54%
  • key color value is 59.22%

CMYK: (26,0,37,59)
C26M0Y37K59 (26%, 0%, 37%, 59%)
(0.26 / 0.00 / 0.37 / 0.59)

CMYK percentages

%25.96
%0
%36.54
%59.22

Codes

Color #4D6842 in popluar color models

4D 68 42
RGB 77 104 66
HSL 103° 22.35% 33.33%
HSB/HSV 103° 36.54% 40.78%
CMYK 25.96% 0.00% 36.54%
59.22%

Color #4D6842 in popluar number systems.

HEX 4D 68 42
Decimal 77 104 66
Binary 1001101 1101000 1000010
Octal 115 150 102

Shades and tints

Shades of #4D6842

#4D6842
(77,104,66)
#465F3C
(70,95,60)
#3F5636
(63,86,54)
#384D30
(56,77,48)
#31442A
(49,68,42)
#2A3B24
(42,59,36)
#23321E
(35,50,30)
#1C2918
(28,41,24)
#152012
(21,32,18)
#0E170C
(14,23,12)
#070E06
(7,14,6)
#000000
(0,0,0)

Tints of #4D6842

#4D6842
(77,104,66)
#5D7553
(93,117,83)
#6D8264
(109,130,100)
#7D8F75
(125,143,117)
#8D9C86
(141,156,134)
#9DA997
(157,169,151)
#ADB6A8
(173,182,168)
#BDC3B9
(189,195,185)
#CDD0CA
(205,208,202)
#DDDDDB
(221,221,219)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6842 color. Also use rgb(77,104,66) instead hex code.

Text Font Color

.myTextColor { color: #4D6842; }

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

This text font color is #4D6842.

Background Color

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

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

This div background color is #4D6842.

Border color

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

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

This div border color is #4D6842.

Opacity

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

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

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

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

This text has shadow with #4D6842 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6842.

Preview

Color preview on black background

This text has color #4D6842 on black background.


Color preview on white background

This text has color #4D6842 on white background.


Black color preview on #4D6842 background

This text has black color on #4D6842 background.


White color preview on #4D6842 background

This text has white color on #4D6842 background.


Related colors

Complementary color

Complementary color for #hex is #B297BD.


I love getcolorcode.com

Triadic colors

1 #424D68 and #68424D with #4D6842 are triadic colors.

2 #42684D and #684D42 with #4D6842 are triadic colors.