COLOR #4D8C5C

HEX: #4D8C5C RGB: (77,140,92)

Color info

#4D8C5C contains mainly green and blue colors. Web safe color of #4D8C5C is #339966 (or #396).

RGB color model

#4D8C5C color RGB value is (77,140,92).

RGB: (77,140,92) (30%, 55%, 36%)

RGB channels and saturation

R 77 of 255 = 30%
G 140 of 255 = 55%
B 92 of 255 = 36%

77
140
92

R + G + B ~ 40%. #4D8C5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 77 + 140 + 92 = 309 (100%)
R 77 of 309 ~ 24.92%
G 140 of 309 ~ 45.31%
B 92 of 309 ~ 29.77'%

%24.92
%45.31
%29.77

CMYK color model

#4D8C5C color CMYK value is (45,0,34,45).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 45.10%

CMYK: (45,0,34,45)
C45M0Y34K45 (45%, 0%, 34%, 45%)
(0.45 / 0.00 / 0.34 / 0.45)

CMYK percentages

%45
%0
%34.29
%45.1

Codes

Color #4D8C5C in popluar color models

4D 8C 5C
RGB 77 140 92
HSL 134° 29.03% 42.55%
HSB/HSV 134° 45.00% 54.90%
CMYK 45.00% 0.00% 34.29%
45.10%

Color #4D8C5C in popluar number systems.

HEX 4D 8C 5C
Decimal 77 140 92
Binary 1001101 10001100 1011100
Octal 115 214 134

Shades and tints

Shades of #4D8C5C

#4D8C5C
(77,140,92)
#468054
(70,128,84)
#3F744C
(63,116,76)
#386844
(56,104,68)
#315C3C
(49,92,60)
#2A5034
(42,80,52)
#23442C
(35,68,44)
#1C3824
(28,56,36)
#152C1C
(21,44,28)
#0E2014
(14,32,20)
#07140C
(7,20,12)
#000000
(0,0,0)

Tints of #4D8C5C

#4D8C5C
(77,140,92)
#5D966A
(93,150,106)
#6DA078
(109,160,120)
#7DAA86
(125,170,134)
#8DB494
(141,180,148)
#9DBEA2
(157,190,162)
#ADC8B0
(173,200,176)
#BDD2BE
(189,210,190)
#CDDCCC
(205,220,204)
#DDE6DA
(221,230,218)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8C5C color. Also use rgb(77,140,92) instead hex code.

Text Font Color

.myTextColor { color: #4D8C5C; }

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

This text font color is #4D8C5C.

Background Color

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

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

This div background color is #4D8C5C.

Border color

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

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

This div border color is #4D8C5C.

Opacity

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

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

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

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

This text has shadow with #4D8C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8C5C.

Preview

Color preview on black background

This text has color #4D8C5C on black background.


Color preview on white background

This text has color #4D8C5C on white background.


Black color preview on #4D8C5C background

This text has black color on #4D8C5C background.


White color preview on #4D8C5C background

This text has white color on #4D8C5C background.


Related colors

Complementary color

Complementary color for #hex is #B273A3.


I love getcolorcode.com

Triadic colors

1 #5C4D8C and #8C5C4D with #4D8C5C are triadic colors.

2 #5C8C4D and #8C4D5C with #4D8C5C are triadic colors.