COLOR #4D863F

HEX: #4D863F
RGB: (77,134,63)

Color info

#4D863F contains mainly red and green colors. Web safe color of #4D863F is #339933 (or #393).

RGB color model

#4D863F color RGB value is (77,134,63).

  • red value is 77;
  • green value is 134;
  • blue value is 63.
RGB:
(77,134,63)
(30%,53%,25%)

RGB channels and saturation

R 77 of 255 = 30%
G 134 of 255 = 53%
B 63 of 255 = 25%

77
134
63

R + G + B ~ 36%. #4D863F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 134 + 63 = 274 (100%)
R 77 of 274 ~ 28.1%
G 134 of 274 ~ 48.91%
B 63 of 274 ~ 22.99%

%28.1
%48.91
%22.99

CMYK color model

#4D863F color CMYK value is (43,0,53,47).

  • cyan value is 42.54%
  • magenta value is 0.00%
  • yellow value is 52.99%
  • key color value is 47.45%
CMYK:
(43,0,53,47)
C43M0Y53K47 
(43%,0%,53%,47%)
(0.43/0.00/0.53/0.47)	

CMYK percentages

%42.54
%0
%52.99
%47.45

Codes

Color #4D863F in popluar color models

4D863F
RGB7713463
HSL108°36.04%38.63%
HSB/HSV108°52.99%52.55%
CMYK42.54%0.00%52.99%
47.45%

Color #4D863F in popluar number systems.

HEX4D863F
Decimal7713463
Binary100110110000110111111
Octal11520677

Shades and tints

Shades of #4D863F

#4D863F
(77,134,63)
#467A3A
(70,122,58)
#3F6E35
(63,110,53)
#386230
(56,98,48)
#31562B
(49,86,43)
#2A4A26
(42,74,38)
#233E21
(35,62,33)
#1C321C
(28,50,28)
#152617
(21,38,23)
#0E1A12
(14,26,18)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #4D863F

#4D863F
(77,134,63)
#5D9150
(93,145,80)
#6D9C61
(109,156,97)
#7DA772
(125,167,114)
#8DB283
(141,178,131)
#9DBD94
(157,189,148)
#ADC8A5
(173,200,165)
#BDD3B6
(189,211,182)
#CDDEC7
(205,222,199)
#DDE9D8
(221,233,216)
#EDF4E9
(237,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D863F color. Also use rgb(77,134,63) instead hex code.

Text Font Color

.myTextColor { color: #4D863F; }

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

This text font color is #4D863F.


Background Color

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

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

This div background color is #4D863F.


Border color

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

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

This div border color is #4D863F.


Opacity

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

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

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

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

This text has shadow with #4D863F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D863F on black background.


Color preview on white background

This text has color #4D863F on white background.



Black color preview on #4D863F background

This text has black color on #4D863F background.


White color preview on #4D863F background

This text has white color on #4D863F background.