COLOR #4D6729

HEX: #4D6729
RGB: (77,103,41)

Color info

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

RGB color model

#4D6729 color RGB value is (77,103,41).

  • red value is 77;
  • green value is 103;
  • blue value is 41.
RGB:
(77,103,41)
(30%,40%,16%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 41 of 255 = 16%

77
103
41

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

Portions of RGB colors in percentages

R + G + B =
77 + 103 + 41 = 221 (100%)
R 77 of 221 ~ 34.84%
G 103 of 221 ~ 46.61%
B 41 of 221 ~ 18.55%

%34.84
%46.61
%18.55

CMYK color model

#4D6729 color CMYK value is (25,0,60,60).

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 60.19%
  • key color value is 59.61%
CMYK:
(25,0,60,60)
C25M0Y60K60 
(25%,0%,60%,60%)
(0.25/0.00/0.60/0.60)	

CMYK percentages

%25.24
%0
%60.19
%59.61

Codes

Color #4D6729 in popluar color models

4D6729
RGB7710341
HSL85°43.06%28.24%
HSB/HSV85°60.19%40.39%
CMYK25.24%0.00%60.19%
59.61%

Color #4D6729 in popluar number systems.

HEX4D6729
Decimal7710341
Binary10011011100111101001
Octal11514751

Shades and tints

Shades of #4D6729

#4D6729
(77,103,41)
#465E26
(70,94,38)
#3F5523
(63,85,35)
#384C20
(56,76,32)
#31431D
(49,67,29)
#2A3A1A
(42,58,26)
#233117
(35,49,23)
#1C2814
(28,40,20)
#151F11
(21,31,17)
#0E160E
(14,22,14)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #4D6729

#4D6729
(77,103,41)
#5D743C
(93,116,60)
#6D814F
(109,129,79)
#7D8E62
(125,142,98)
#8D9B75
(141,155,117)
#9DA888
(157,168,136)
#ADB59B
(173,181,155)
#BDC2AE
(189,194,174)
#CDCFC1
(205,207,193)
#DDDCD4
(221,220,212)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6729; }

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

This text font color is #4D6729.


Background Color

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

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

This div background color is #4D6729.


Border color

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

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

This div border color is #4D6729.


Opacity

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

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

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

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

This text has shadow with #4D6729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6729 on black background.


Color preview on white background

This text has color #4D6729 on white background.



Black color preview on #4D6729 background

This text has black color on #4D6729 background.


White color preview on #4D6729 background

This text has white color on #4D6729 background.