COLOR #4D6342

HEX: #4D6342
RGB: (77,99,66)

Color info

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

RGB color model

#4D6342 color RGB value is (77,99,66).

  • red value is 77;
  • green value is 99;
  • blue value is 66.
RGB:
(77,99,66)
(30%,39%,26%)

RGB channels and saturation

R 77 of 255 = 30%
G 99 of 255 = 39%
B 66 of 255 = 26%

77
99
66

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

Portions of RGB colors in percentages

R + G + B =
77 + 99 + 66 = 242 (100%)
R 77 of 242 ~ 31.82%
G 99 of 242 ~ 40.91%
B 66 of 242 ~ 27.27%

%31.82
%40.91
%27.27

CMYK color model

#4D6342 color CMYK value is (22,0,33,61).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 61.18%
CMYK:
(22,0,33,61)
C22M0Y33K61 
(22%,0%,33%,61%)
(0.22/0.00/0.33/0.61)	

CMYK percentages

%22.22
%0
%33.33
%61.18

Codes

Color #4D6342 in popluar color models

4D6342
RGB779966
HSL100°20.00%32.35%
HSB/HSV100°33.33%38.82%
CMYK22.22%0.00%33.33%
61.18%

Color #4D6342 in popluar number systems.

HEX4D6342
Decimal779966
Binary100110111000111000010
Octal115143102

Shades and tints

Shades of #4D6342

#4D6342
(77,99,66)
#465A3C
(70,90,60)
#3F5136
(63,81,54)
#384830
(56,72,48)
#313F2A
(49,63,42)
#2A3624
(42,54,36)
#232D1E
(35,45,30)
#1C2418
(28,36,24)
#151B12
(21,27,18)
#0E120C
(14,18,12)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #4D6342

#4D6342
(77,99,66)
#5D7153
(93,113,83)
#6D7F64
(109,127,100)
#7D8D75
(125,141,117)
#8D9B86
(141,155,134)
#9DA997
(157,169,151)
#ADB7A8
(173,183,168)
#BDC5B9
(189,197,185)
#CDD3CA
(205,211,202)
#DDE1DB
(221,225,219)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6342; }

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

This text font color is #4D6342.


Background Color

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

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

This div background color is #4D6342.


Border color

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

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

This div border color is #4D6342.


Opacity

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

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

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

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

This text has shadow with #4D6342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6342 on black background.


Color preview on white background

This text has color #4D6342 on white background.



Black color preview on #4D6342 background

This text has black color on #4D6342 background.


White color preview on #4D6342 background

This text has white color on #4D6342 background.