COLOR #4D6222

HEX: #4D6222 RGB: (77,98,34)

Color info

#4D6222 contains mainly red and green colors. Web safe color of #4D6222 is #336633 (or #363).

RGB color model

#4D6222 color RGB value is (77,98,34).

RGB: (77,98,34) (30%, 38%, 13%)

RGB channels and saturation

R 77 of 255 = 30%
G 98 of 255 = 38%
B 34 of 255 = 13%

77
98
34

R + G + B ~ 27%. #4D6222 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 98 + 34 = 209 (100%)
R 77 of 209 ~ 36.84%
G 98 of 209 ~ 46.89%
B 34 of 209 ~ 16.27'%

%36.84
%46.89
%16.27

CMYK color model

#4D6222 color CMYK value is (21,0,65,62).

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

CMYK: (21,0,65,62)
C21M0Y65K62 (21%, 0%, 65%, 62%)
(0.21 / 0.00 / 0.65 / 0.62)

CMYK percentages

%21.43
%0
%65.31
%61.57

Codes

Color #4D6222 in popluar color models

4D 62 22
RGB 77 98 34
HSL 80° 48.48% 25.88%
HSB/HSV 80° 65.31% 38.43%
CMYK 21.43% 0.00% 65.31%
61.57%

Color #4D6222 in popluar number systems.

HEX 4D 62 22
Decimal 77 98 34
Binary 1001101 1100010 100010
Octal 115 142 42

Shades and tints

Shades of #4D6222

#4D6222
(77,98,34)
#465A1F
(70,90,31)
#3F521C
(63,82,28)
#384A19
(56,74,25)
#314216
(49,66,22)
#2A3A13
(42,58,19)
#233210
(35,50,16)
#1C2A0D
(28,42,13)
#15220A
(21,34,10)
#0E1A07
(14,26,7)
#071204
(7,18,4)
#000000
(0,0,0)

Tints of #4D6222

#4D6222
(77,98,34)
#5D7036
(93,112,54)
#6D7E4A
(109,126,74)
#7D8C5E
(125,140,94)
#8D9A72
(141,154,114)
#9DA886
(157,168,134)
#ADB69A
(173,182,154)
#BDC4AE
(189,196,174)
#CDD2C2
(205,210,194)
#DDE0D6
(221,224,214)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6222; }

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

This text font color is #4D6222.

Background Color

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

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

This div background color is #4D6222.

Border color

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

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

This div border color is #4D6222.

Opacity

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

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

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

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

This text has shadow with #4D6222 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6222.

Preview

Color preview on black background

This text has color #4D6222 on black background.


Color preview on white background

This text has color #4D6222 on white background.


Black color preview on #4D6222 background

This text has black color on #4D6222 background.


White color preview on #4D6222 background

This text has white color on #4D6222 background.


Related colors

Complementary color

Complementary color for #hex is #B29DDD.


I love getcolorcode.com

Triadic colors

1 #224D62 and #62224D with #4D6222 are triadic colors.

2 #22624D and #624D22 with #4D6222 are triadic colors.