COLOR #4D6745

HEX: #4D6745
RGB: (77,103,69)

Color info

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

RGB color model

#4D6745 color RGB value is (77,103,69).

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

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 69 of 255 = 27%

77
103
69

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

Portions of RGB colors in percentages

R + G + B =
77 + 103 + 69 = 249 (100%)
R 77 of 249 ~ 30.92%
G 103 of 249 ~ 41.37%
B 69 of 249 ~ 27.71%

%30.92
%41.37
%27.71

CMYK color model

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

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 33.01%
  • key color value is 59.61%
CMYK:
(25,0,33,60)
C25M0Y33K60 
(25%,0%,33%,60%)
(0.25/0.00/0.33/0.60)	

CMYK percentages

%25.24
%0
%33.01
%59.61

Codes

Color #4D6745 in popluar color models

4D6745
RGB7710369
HSL106°19.77%33.73%
HSB/HSV106°33.01%40.39%
CMYK25.24%0.00%33.01%
59.61%

Color #4D6745 in popluar number systems.

HEX4D6745
Decimal7710369
Binary100110111001111000101
Octal115147105

Shades and tints

Shades of #4D6745

#4D6745
(77,103,69)
#465E3F
(70,94,63)
#3F5539
(63,85,57)
#384C33
(56,76,51)
#31432D
(49,67,45)
#2A3A27
(42,58,39)
#233121
(35,49,33)
#1C281B
(28,40,27)
#151F15
(21,31,21)
#0E160F
(14,22,15)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #4D6745

#4D6745
(77,103,69)
#5D7455
(93,116,85)
#6D8165
(109,129,101)
#7D8E75
(125,142,117)
#8D9B85
(141,155,133)
#9DA895
(157,168,149)
#ADB5A5
(173,181,165)
#BDC2B5
(189,194,181)
#CDCFC5
(205,207,197)
#DDDCD5
(221,220,213)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6745; }

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

This text font color is #4D6745.


Background Color

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

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

This div background color is #4D6745.


Border color

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

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

This div border color is #4D6745.


Opacity

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

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

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

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

This text has shadow with #4D6745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6745 on black background.


Color preview on white background

This text has color #4D6745 on white background.



Black color preview on #4D6745 background

This text has black color on #4D6745 background.


White color preview on #4D6745 background

This text has white color on #4D6745 background.