COLOR #4D622E

HEX: #4D622E
RGB: (77,98,46)

Color info

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

RGB color model

#4D622E color RGB value is (77,98,46).

  • red value is 77;
  • green value is 98;
  • blue value is 46.
RGB:
(77,98,46)
(30%,38%,18%)

RGB channels and saturation

R 77 of 255 = 30%
G 98 of 255 = 38%
B 46 of 255 = 18%

77
98
46

R + G + B ~ 29%. #4D622E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 98 + 46 = 221 (100%)
R 77 of 221 ~ 34.84%
G 98 of 221 ~ 44.34%
B 46 of 221 ~ 20.81%

%34.84
%44.34
%20.81

CMYK color model

#4D622E color CMYK value is (21,0,53,62).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 53.06%
  • key color value is 61.57%
CMYK:
(21,0,53,62)
C21M0Y53K62 
(21%,0%,53%,62%)
(0.21/0.00/0.53/0.62)	

CMYK percentages

%21.43
%0
%53.06
%61.57

Codes

Color #4D622E in popluar color models

4D622E
RGB779846
HSL84°36.11%28.24%
HSB/HSV84°53.06%38.43%
CMYK21.43%0.00%53.06%
61.57%

Color #4D622E in popluar number systems.

HEX4D622E
Decimal779846
Binary10011011100010101110
Octal11514256

Shades and tints

Shades of #4D622E

#4D622E
(77,98,46)
#465A2A
(70,90,42)
#3F5226
(63,82,38)
#384A22
(56,74,34)
#31421E
(49,66,30)
#2A3A1A
(42,58,26)
#233216
(35,50,22)
#1C2A12
(28,42,18)
#15220E
(21,34,14)
#0E1A0A
(14,26,10)
#071206
(7,18,6)
#000000
(0,0,0)

Tints of #4D622E

#4D622E
(77,98,46)
#5D7041
(93,112,65)
#6D7E54
(109,126,84)
#7D8C67
(125,140,103)
#8D9A7A
(141,154,122)
#9DA88D
(157,168,141)
#ADB6A0
(173,182,160)
#BDC4B3
(189,196,179)
#CDD2C6
(205,210,198)
#DDE0D9
(221,224,217)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D622E; }

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

This text font color is #4D622E.


Background Color

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

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

This div background color is #4D622E.


Border color

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

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

This div border color is #4D622E.


Opacity

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

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

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

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

This text has shadow with #4D622E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D622E on black background.


Color preview on white background

This text has color #4D622E on white background.



Black color preview on #4D622E background

This text has black color on #4D622E background.


White color preview on #4D622E background

This text has white color on #4D622E background.