COLOR #4D7249

HEX: #4D7249
RGB: (77,114,73)

Color info

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

RGB color model

#4D7249 color RGB value is (77,114,73).

  • red value is 77;
  • green value is 114;
  • blue value is 73.
RGB:
(77,114,73)
(30%,45%,29%)

RGB channels and saturation

R 77 of 255 = 30%
G 114 of 255 = 45%
B 73 of 255 = 29%

77
114
73

R + G + B ~ 35%. #4D7249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 114 + 73 = 264 (100%)
R 77 of 264 ~ 29.17%
G 114 of 264 ~ 43.18%
B 73 of 264 ~ 27.65%

%29.17
%43.18
%27.65

CMYK color model

#4D7249 color CMYK value is (32,0,36,55).

  • cyan value is 32.46%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 55.29%
CMYK:
(32,0,36,55)
C32M0Y36K55 
(32%,0%,36%,55%)
(0.32/0.00/0.36/0.55)	

CMYK percentages

%32.46
%0
%35.96
%55.29

Codes

Color #4D7249 in popluar color models

4D7249
RGB7711473
HSL114°21.93%36.67%
HSB/HSV114°35.96%44.71%
CMYK32.46%0.00%35.96%
55.29%

Color #4D7249 in popluar number systems.

HEX4D7249
Decimal7711473
Binary100110111100101001001
Octal115162111

Shades and tints

Shades of #4D7249

#4D7249
(77,114,73)
#466843
(70,104,67)
#3F5E3D
(63,94,61)
#385437
(56,84,55)
#314A31
(49,74,49)
#2A402B
(42,64,43)
#233625
(35,54,37)
#1C2C1F
(28,44,31)
#152219
(21,34,25)
#0E1813
(14,24,19)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #4D7249

#4D7249
(77,114,73)
#5D7E59
(93,126,89)
#6D8A69
(109,138,105)
#7D9679
(125,150,121)
#8DA289
(141,162,137)
#9DAE99
(157,174,153)
#ADBAA9
(173,186,169)
#BDC6B9
(189,198,185)
#CDD2C9
(205,210,201)
#DDDED9
(221,222,217)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7249 color. Also use rgb(77,114,73) instead hex code.

Text Font Color

.myTextColor { color: #4D7249; }

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

This text font color is #4D7249.


Background Color

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

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

This div background color is #4D7249.


Border color

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

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

This div border color is #4D7249.


Opacity

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

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

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

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

This text has shadow with #4D7249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7249 on black background.


Color preview on white background

This text has color #4D7249 on white background.



Black color preview on #4D7249 background

This text has black color on #4D7249 background.


White color preview on #4D7249 background

This text has white color on #4D7249 background.