COLOR #4D7845

HEX: #4D7845
RGB: (77,120,69)

Color info

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

RGB color model

#4D7845 color RGB value is (77,120,69).

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

RGB channels and saturation

R 77 of 255 = 30%
G 120 of 255 = 47%
B 69 of 255 = 27%

77
120
69

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

Portions of RGB colors in percentages

R + G + B =
77 + 120 + 69 = 266 (100%)
R 77 of 266 ~ 28.95%
G 120 of 266 ~ 45.11%
B 69 of 266 ~ 25.94%

%28.95
%45.11
%25.94

CMYK color model

#4D7845 color CMYK value is (36,0,43,53).

  • cyan value is 35.83%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 52.94%
CMYK:
(36,0,43,53)
C36M0Y43K53 
(36%,0%,43%,53%)
(0.36/0.00/0.43/0.53)	

CMYK percentages

%35.83
%0
%42.5
%52.94

Codes

Color #4D7845 in popluar color models

4D7845
RGB7712069
HSL111°26.98%37.06%
HSB/HSV111°42.50%47.06%
CMYK35.83%0.00%42.50%
52.94%

Color #4D7845 in popluar number systems.

HEX4D7845
Decimal7712069
Binary100110111110001000101
Octal115170105

Shades and tints

Shades of #4D7845

#4D7845
(77,120,69)
#466E3F
(70,110,63)
#3F6439
(63,100,57)
#385A33
(56,90,51)
#31502D
(49,80,45)
#2A4627
(42,70,39)
#233C21
(35,60,33)
#1C321B
(28,50,27)
#152815
(21,40,21)
#0E1E0F
(14,30,15)
#071409
(7,20,9)
#000000
(0,0,0)

Tints of #4D7845

#4D7845
(77,120,69)
#5D8455
(93,132,85)
#6D9065
(109,144,101)
#7D9C75
(125,156,117)
#8DA885
(141,168,133)
#9DB495
(157,180,149)
#ADC0A5
(173,192,165)
#BDCCB5
(189,204,181)
#CDD8C5
(205,216,197)
#DDE4D5
(221,228,213)
#EDF0E5
(237,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7845; }

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

This text font color is #4D7845.


Background Color

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

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

This div background color is #4D7845.


Border color

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

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

This div border color is #4D7845.


Opacity

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

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

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

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

This text has shadow with #4D7845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7845 on black background.


Color preview on white background

This text has color #4D7845 on white background.



Black color preview on #4D7845 background

This text has black color on #4D7845 background.


White color preview on #4D7845 background

This text has white color on #4D7845 background.