COLOR #4D6541

HEX: #4D6541 RGB: (77,101,65)

Color info

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

RGB color model

#4D6541 color RGB value is (77,101,65).

RGB: (77,101,65) (30%, 40%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 65 of 255 = 25%

77
101
65

R + G + B ~ 32%. #4D6541 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 101 + 65 = 243 (100%)
R 77 of 243 ~ 31.69%
G 101 of 243 ~ 41.56%
B 65 of 243 ~ 26.75'%

%31.69
%41.56
%26.75

CMYK color model

#4D6541 color CMYK value is (24,0,36,60).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 35.64%
  • key color value is 60.39%

CMYK: (24,0,36,60)
C24M0Y36K60 (24%, 0%, 36%, 60%)
(0.24 / 0.00 / 0.36 / 0.60)

CMYK percentages

%23.76
%0
%35.64
%60.39

Codes

Color #4D6541 in popluar color models

4D 65 41
RGB 77 101 65
HSL 100° 21.69% 32.55%
HSB/HSV 100° 35.64% 39.61%
CMYK 23.76% 0.00% 35.64%
60.39%

Color #4D6541 in popluar number systems.

HEX 4D 65 41
Decimal 77 101 65
Binary 1001101 1100101 1000001
Octal 115 145 101

Shades and tints

Shades of #4D6541

#4D6541
(77,101,65)
#465C3C
(70,92,60)
#3F5337
(63,83,55)
#384A32
(56,74,50)
#31412D
(49,65,45)
#2A3828
(42,56,40)
#232F23
(35,47,35)
#1C261E
(28,38,30)
#151D19
(21,29,25)
#0E1414
(14,20,20)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #4D6541

#4D6541
(77,101,65)
#5D7352
(93,115,82)
#6D8163
(109,129,99)
#7D8F74
(125,143,116)
#8D9D85
(141,157,133)
#9DAB96
(157,171,150)
#ADB9A7
(173,185,167)
#BDC7B8
(189,199,184)
#CDD5C9
(205,213,201)
#DDE3DA
(221,227,218)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6541 color. Also use rgb(77,101,65) instead hex code.

Text Font Color

.myTextColor { color: #4D6541; }

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

This text font color is #4D6541.

Background Color

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

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

This div background color is #4D6541.

Border color

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

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

This div border color is #4D6541.

Opacity

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

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

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

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

This text has shadow with #4D6541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6541.

Preview

Color preview on black background

This text has color #4D6541 on black background.


Color preview on white background

This text has color #4D6541 on white background.


Black color preview on #4D6541 background

This text has black color on #4D6541 background.


White color preview on #4D6541 background

This text has white color on #4D6541 background.


Related colors

Complementary color

Complementary color for #hex is #B29ABE.


I love getcolorcode.com

Triadic colors

1 #414D65 and #65414D with #4D6541 are triadic colors.

2 #41654D and #654D41 with #4D6541 are triadic colors.