COLOR #4D7C32

HEX: #4D7C32
RGB: (77,124,50)

Color info

#4D7C32 contains mainly red and green colors. Web safe color of #4D7C32 is #336633 (or #363).

RGB color model

#4D7C32 color RGB value is (77,124,50).

  • red value is 77;
  • green value is 124;
  • blue value is 50.
RGB:
(77,124,50)
(30%,49%,20%)

RGB channels and saturation

R 77 of 255 = 30%
G 124 of 255 = 49%
B 50 of 255 = 20%

77
124
50

R + G + B ~ 33%. #4D7C32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 124 + 50 = 251 (100%)
R 77 of 251 ~ 30.68%
G 124 of 251 ~ 49.4%
B 50 of 251 ~ 19.92%

%30.68
%49.4
%19.92

CMYK color model

#4D7C32 color CMYK value is (38,0,60,51).

  • cyan value is 37.90%
  • magenta value is 0.00%
  • yellow value is 59.68%
  • key color value is 51.37%
CMYK:
(38,0,60,51)
C38M0Y60K51 
(38%,0%,60%,51%)
(0.38/0.00/0.60/0.51)	

CMYK percentages

%37.9
%0
%59.68
%51.37

Codes

Color #4D7C32 in popluar color models

4D7C32
RGB7712450
HSL98°42.53%34.12%
HSB/HSV98°59.68%48.63%
CMYK37.90%0.00%59.68%
51.37%

Color #4D7C32 in popluar number systems.

HEX4D7C32
Decimal7712450
Binary10011011111100110010
Octal11517462

Shades and tints

Shades of #4D7C32

#4D7C32
(77,124,50)
#46712E
(70,113,46)
#3F662A
(63,102,42)
#385B26
(56,91,38)
#315022
(49,80,34)
#2A451E
(42,69,30)
#233A1A
(35,58,26)
#1C2F16
(28,47,22)
#152412
(21,36,18)
#0E190E
(14,25,14)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #4D7C32

#4D7C32
(77,124,50)
#5D8744
(93,135,68)
#6D9256
(109,146,86)
#7D9D68
(125,157,104)
#8DA87A
(141,168,122)
#9DB38C
(157,179,140)
#ADBE9E
(173,190,158)
#BDC9B0
(189,201,176)
#CDD4C2
(205,212,194)
#DDDFD4
(221,223,212)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7C32 color. Also use rgb(77,124,50) instead hex code.

Text Font Color

.myTextColor { color: #4D7C32; }

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

This text font color is #4D7C32.


Background Color

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

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

This div background color is #4D7C32.


Border color

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

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

This div border color is #4D7C32.


Opacity

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

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

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

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

This text has shadow with #4D7C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7C32 on black background.


Color preview on white background

This text has color #4D7C32 on white background.



Black color preview on #4D7C32 background

This text has black color on #4D7C32 background.


White color preview on #4D7C32 background

This text has white color on #4D7C32 background.