COLOR #4D6241

HEX: #4D6241 RGB: (77,98,65)

Color info

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

RGB color model

#4D6241 color RGB value is (77,98,65).

RGB: (77,98,65) (30%, 38%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 98 of 255 = 38%
B 65 of 255 = 25%

77
98
65

R + G + B ~ 31%. #4D6241 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 98 + 65 = 240 (100%)
R 77 of 240 ~ 32.08%
G 98 of 240 ~ 40.83%
B 65 of 240 ~ 27.08'%

%32.08
%40.83
%27.08

CMYK color model

#4D6241 color CMYK value is (21,0,34,62).

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

CMYK: (21,0,34,62)
C21M0Y34K62 (21%, 0%, 34%, 62%)
(0.21 / 0.00 / 0.34 / 0.62)

CMYK percentages

%21.43
%0
%33.67
%61.57

Codes

Color #4D6241 in popluar color models

4D 62 41
RGB 77 98 65
HSL 98° 20.25% 31.96%
HSB/HSV 98° 33.67% 38.43%
CMYK 21.43% 0.00% 33.67%
61.57%

Color #4D6241 in popluar number systems.

HEX 4D 62 41
Decimal 77 98 65
Binary 1001101 1100010 1000001
Octal 115 142 101

Shades and tints

Shades of #4D6241

#4D6241
(77,98,65)
#465A3C
(70,90,60)
#3F5237
(63,82,55)
#384A32
(56,74,50)
#31422D
(49,66,45)
#2A3A28
(42,58,40)
#233223
(35,50,35)
#1C2A1E
(28,42,30)
#152219
(21,34,25)
#0E1A14
(14,26,20)
#07120F
(7,18,15)
#000000
(0,0,0)

Tints of #4D6241

#4D6241
(77,98,65)
#5D7052
(93,112,82)
#6D7E63
(109,126,99)
#7D8C74
(125,140,116)
#8D9A85
(141,154,133)
#9DA896
(157,168,150)
#ADB6A7
(173,182,167)
#BDC4B8
(189,196,184)
#CDD2C9
(205,210,201)
#DDE0DA
(221,224,218)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6241; }

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

This text font color is #4D6241.

Background Color

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

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

This div background color is #4D6241.

Border color

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

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

This div border color is #4D6241.

Opacity

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

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

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

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

This text has shadow with #4D6241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6241.

Preview

Color preview on black background

This text has color #4D6241 on black background.


Color preview on white background

This text has color #4D6241 on white background.


Black color preview on #4D6241 background

This text has black color on #4D6241 background.


White color preview on #4D6241 background

This text has white color on #4D6241 background.


Related colors

Complementary color

Complementary color for #hex is #B29DBE.


I love getcolorcode.com

Triadic colors

1 #414D62 and #62414D with #4D6241 are triadic colors.

2 #41624D and #624D41 with #4D6241 are triadic colors.