COLOR #4D6429

HEX: #4D6429 RGB: (77,100,41)

Color info

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

RGB color model

#4D6429 color RGB value is (77,100,41).

RGB: (77,100,41) (30%, 39%, 16%)

RGB channels and saturation

R 77 of 255 = 30%
G 100 of 255 = 39%
B 41 of 255 = 16%

77
100
41

R + G + B ~ 28%. #4D6429 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 100 + 41 = 218 (100%)
R 77 of 218 ~ 35.32%
G 100 of 218 ~ 45.87%
B 41 of 218 ~ 18.81'%

%35.32
%45.87
%18.81

CMYK color model

#4D6429 color CMYK value is (23,0,59,61).

  • cyan value is 23.00%
  • magenta value is 0.00%
  • yellow value is 59.00%
  • key color value is 60.78%

CMYK: (23,0,59,61)
C23M0Y59K61 (23%, 0%, 59%, 61%)
(0.23 / 0.00 / 0.59 / 0.61)

CMYK percentages

%23
%0
%59
%60.78

Codes

Color #4D6429 in popluar color models

4D 64 29
RGB 77 100 41
HSL 83° 41.84% 27.65%
HSB/HSV 83° 59.00% 39.22%
CMYK 23.00% 0.00% 59.00%
60.78%

Color #4D6429 in popluar number systems.

HEX 4D 64 29
Decimal 77 100 41
Binary 1001101 1100100 101001
Octal 115 144 51

Shades and tints

Shades of #4D6429

#4D6429
(77,100,41)
#465B26
(70,91,38)
#3F5223
(63,82,35)
#384920
(56,73,32)
#31401D
(49,64,29)
#2A371A
(42,55,26)
#232E17
(35,46,23)
#1C2514
(28,37,20)
#151C11
(21,28,17)
#0E130E
(14,19,14)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D6429

#4D6429
(77,100,41)
#5D723C
(93,114,60)
#6D804F
(109,128,79)
#7D8E62
(125,142,98)
#8D9C75
(141,156,117)
#9DAA88
(157,170,136)
#ADB89B
(173,184,155)
#BDC6AE
(189,198,174)
#CDD4C1
(205,212,193)
#DDE2D4
(221,226,212)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6429 color. Also use rgb(77,100,41) instead hex code.

Text Font Color

.myTextColor { color: #4D6429; }

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

This text font color is #4D6429.

Background Color

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

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

This div background color is #4D6429.

Border color

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

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

This div border color is #4D6429.

Opacity

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

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

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

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

This text has shadow with #4D6429 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6429.

Preview

Color preview on black background

This text has color #4D6429 on black background.


Color preview on white background

This text has color #4D6429 on white background.


Black color preview on #4D6429 background

This text has black color on #4D6429 background.


White color preview on #4D6429 background

This text has white color on #4D6429 background.


Related colors

Complementary color

Complementary color for #hex is #B29BD6.


I love getcolorcode.com

Triadic colors

1 #294D64 and #64294D with #4D6429 are triadic colors.

2 #29644D and #644D29 with #4D6429 are triadic colors.