COLOR #4D7F35

HEX: #4D7F35
RGB: (77,127,53)

Color info

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

RGB color model

#4D7F35 color RGB value is (77,127,53).

  • red value is 77;
  • green value is 127;
  • blue value is 53.
RGB:
(77,127,53)
(30%,50%,21%)

RGB channels and saturation

R 77 of 255 = 30%
G 127 of 255 = 50%
B 53 of 255 = 21%

77
127
53

R + G + B ~ 34%. #4D7F35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 127 + 53 = 257 (100%)
R 77 of 257 ~ 29.96%
G 127 of 257 ~ 49.42%
B 53 of 257 ~ 20.62%

%29.96
%49.42
%20.62

CMYK color model

#4D7F35 color CMYK value is (39,0,58,50).

  • cyan value is 39.37%
  • magenta value is 0.00%
  • yellow value is 58.27%
  • key color value is 50.20%
CMYK:
(39,0,58,50)
C39M0Y58K50 
(39%,0%,58%,50%)
(0.39/0.00/0.58/0.50)	

CMYK percentages

%39.37
%0
%58.27
%50.2

Codes

Color #4D7F35 in popluar color models

4D7F35
RGB7712753
HSL101°41.11%35.29%
HSB/HSV101°58.27%49.80%
CMYK39.37%0.00%58.27%
50.20%

Color #4D7F35 in popluar number systems.

HEX4D7F35
Decimal7712753
Binary10011011111111110101
Octal11517765

Shades and tints

Shades of #4D7F35

#4D7F35
(77,127,53)
#467431
(70,116,49)
#3F692D
(63,105,45)
#385E29
(56,94,41)
#315325
(49,83,37)
#2A4821
(42,72,33)
#233D1D
(35,61,29)
#1C3219
(28,50,25)
#152715
(21,39,21)
#0E1C11
(14,28,17)
#07110D
(7,17,13)
#000000
(0,0,0)

Tints of #4D7F35

#4D7F35
(77,127,53)
#5D8A47
(93,138,71)
#6D9559
(109,149,89)
#7DA06B
(125,160,107)
#8DAB7D
(141,171,125)
#9DB68F
(157,182,143)
#ADC1A1
(173,193,161)
#BDCCB3
(189,204,179)
#CDD7C5
(205,215,197)
#DDE2D7
(221,226,215)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7F35 color. Also use rgb(77,127,53) instead hex code.

Text Font Color

.myTextColor { color: #4D7F35; }

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

This text font color is #4D7F35.


Background Color

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

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

This div background color is #4D7F35.


Border color

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

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

This div border color is #4D7F35.


Opacity

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

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

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

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

This text has shadow with #4D7F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7F35 on black background.


Color preview on white background

This text has color #4D7F35 on white background.



Black color preview on #4D7F35 background

This text has black color on #4D7F35 background.


White color preview on #4D7F35 background

This text has white color on #4D7F35 background.