COLOR #4D692D

HEX: #4D692D RGB: (77,105,45)

Color info

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

RGB color model

#4D692D color RGB value is (77,105,45).

RGB: (77,105,45) (30%, 41%, 18%)

RGB channels and saturation

R 77 of 255 = 30%
G 105 of 255 = 41%
B 45 of 255 = 18%

77
105
45

R + G + B ~ 30%. #4D692D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 105 + 45 = 227 (100%)
R 77 of 227 ~ 33.92%
G 105 of 227 ~ 46.26%
B 45 of 227 ~ 19.82'%

%33.92
%46.26
%19.82

CMYK color model

#4D692D color CMYK value is (27,0,57,59).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 58.82%

CMYK: (27,0,57,59)
C27M0Y57K59 (27%, 0%, 57%, 59%)
(0.27 / 0.00 / 0.57 / 0.59)

CMYK percentages

%26.67
%0
%57.14
%58.82

Codes

Color #4D692D in popluar color models

4D 69 2D
RGB 77 105 45
HSL 88° 40.00% 29.41%
HSB/HSV 88° 57.14% 41.18%
CMYK 26.67% 0.00% 57.14%
58.82%

Color #4D692D in popluar number systems.

HEX 4D 69 2D
Decimal 77 105 45
Binary 1001101 1101001 101101
Octal 115 151 55

Shades and tints

Shades of #4D692D

#4D692D
(77,105,45)
#466029
(70,96,41)
#3F5725
(63,87,37)
#384E21
(56,78,33)
#31451D
(49,69,29)
#2A3C19
(42,60,25)
#233315
(35,51,21)
#1C2A11
(28,42,17)
#15210D
(21,33,13)
#0E1809
(14,24,9)
#070F05
(7,15,5)
#000000
(0,0,0)

Tints of #4D692D

#4D692D
(77,105,45)
#5D7640
(93,118,64)
#6D8353
(109,131,83)
#7D9066
(125,144,102)
#8D9D79
(141,157,121)
#9DAA8C
(157,170,140)
#ADB79F
(173,183,159)
#BDC4B2
(189,196,178)
#CDD1C5
(205,209,197)
#DDDED8
(221,222,216)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D692D color. Also use rgb(77,105,45) instead hex code.

Text Font Color

.myTextColor { color: #4D692D; }

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

This text font color is #4D692D.

Background Color

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

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

This div background color is #4D692D.

Border color

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

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

This div border color is #4D692D.

Opacity

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

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

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

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

This text has shadow with #4D692D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D692D.

Preview

Color preview on black background

This text has color #4D692D on black background.


Color preview on white background

This text has color #4D692D on white background.


Black color preview on #4D692D background

This text has black color on #4D692D background.


White color preview on #4D692D background

This text has white color on #4D692D background.


Related colors

Complementary color

Complementary color for #hex is #B296D2.


I love getcolorcode.com

Triadic colors

1 #2D4D69 and #692D4D with #4D692D are triadic colors.

2 #2D694D and #694D2D with #4D692D are triadic colors.