COLOR #4D8843

HEX: #4D8843
RGB: (77,136,67)

Color info

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

RGB color model

#4D8843 color RGB value is (77,136,67).

  • red value is 77;
  • green value is 136;
  • blue value is 67.
RGB: (77,136,67) (30%,53%,26%)

RGB channels and saturation

R 77 of 255 = 30%
G 136 of 255 = 53%
B 67 of 255 = 26%

77
136
67

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

Portions of RGB colors in percentages

R + G + B =
77 + 136 + 67 = 280 (100%)
R 77 of 280 ~ 27.5%
G 136 of 280 ~ 48.57%
B 67 of 280 ~ 23.93%

%27.5
%48.57
%23.93

CMYK color model

#4D8843 color CMYK value is (43,0,51,47).

  • cyan value is 43.38%
  • magenta value is 0.00%
  • yellow value is 50.74%
  • key color value is 46.67%
CMYK: (43,0,51,47) C43M0Y51K47 (43%,0%,51%,47%) (0.43/0.00/0.51/0.47)

CMYK percentages

%43.38
%0
%50.74
%46.67

Codes

Color #4D8843 in popluar color models

4D8843
RGB7713667
HSL111°33.99%39.80%
HSB/HSV111°50.74%53.33%
CMYK43.38%0.00%50.74%
46.67%

Color #4D8843 in popluar number systems.

HEX4D8843
Decimal7713667
Binary1001101100010001000011
Octal115210103

Shades and tints

Shades of #4D8843

#4D8843
(77,136,67)
#467C3D
(70,124,61)
#3F7037
(63,112,55)
#386431
(56,100,49)
#31582B
(49,88,43)
#2A4C25
(42,76,37)
#23401F
(35,64,31)
#1C3419
(28,52,25)
#152813
(21,40,19)
#0E1C0D
(14,28,13)
#071007
(7,16,7)
#000000
(0,0,0)

Tints of #4D8843

#4D8843
(77,136,67)
#5D9254
(93,146,84)
#6D9C65
(109,156,101)
#7DA676
(125,166,118)
#8DB087
(141,176,135)
#9DBA98
(157,186,152)
#ADC4A9
(173,196,169)
#BDCEBA
(189,206,186)
#CDD8CB
(205,216,203)
#DDE2DC
(221,226,220)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8843 color. Also use rgb(77,136,67) instead hex code.

Text Font Color

.myTextColor { color: #4D8843; }

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

This text font color is #4D8843.


Background Color

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

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

This div background color is #4D8843.


Border color

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

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

This div border color is #4D8843.


Opacity

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

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

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

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

This text has shadow with #4D8843 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4D8843 on black background.


Color preview on white background

This text has color #4D8843 on white background.



Black color preview on #4D8843 background

This text has black color on #4D8843 background.


White color preview on #4D8843 background

This text has white color on #4D8843 background.