COLOR #4D876C

HEX: #4D876C
RGB: (77,135,108)

Color info

#4D876C contains red, green and blue colors in about the same proportion. Web safe color of #4D876C is #339966 (or #396).

RGB color model

#4D876C color RGB value is (77,135,108).

  • red value is 77;
  • green value is 135;
  • blue value is 108.
RGB:
(77,135,108)
(30%,53%,42%)

RGB channels and saturation

R 77 of 255 = 30%
G 135 of 255 = 53%
B 108 of 255 = 42%

77
135
108

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

Portions of RGB colors in percentages

R + G + B =
77 + 135 + 108 = 320 (100%)
R 77 of 320 ~ 24.06%
G 135 of 320 ~ 42.19%
B 108 of 320 ~ 33.75%

%24.06
%42.19
%33.75

CMYK color model

#4D876C color CMYK value is (43,0,20,47).

  • cyan value is 42.96%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(43,0,20,47)
C43M0Y20K47 
(43%,0%,20%,47%)
(0.43/0.00/0.20/0.47)	

CMYK percentages

%42.96
%0
%20
%47.06

Codes

Color #4D876C in popluar color models

4D876C
RGB77135108
HSL152°27.36%41.57%
HSB/HSV152°42.96%52.94%
CMYK42.96%0.00%20.00%
47.06%

Color #4D876C in popluar number systems.

HEX4D876C
Decimal77135108
Binary1001101100001111101100
Octal115207154

Shades and tints

Shades of #4D876C

#4D876C
(77,135,108)
#467B63
(70,123,99)
#3F6F5A
(63,111,90)
#386351
(56,99,81)
#315748
(49,87,72)
#2A4B3F
(42,75,63)
#233F36
(35,63,54)
#1C332D
(28,51,45)
#152724
(21,39,36)
#0E1B1B
(14,27,27)
#070F12
(7,15,18)
#000000
(0,0,0)

Tints of #4D876C

#4D876C
(77,135,108)
#5D9179
(93,145,121)
#6D9B86
(109,155,134)
#7DA593
(125,165,147)
#8DAFA0
(141,175,160)
#9DB9AD
(157,185,173)
#ADC3BA
(173,195,186)
#BDCDC7
(189,205,199)
#CDD7D4
(205,215,212)
#DDE1E1
(221,225,225)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D876C color. Also use rgb(77,135,108) instead hex code.

Text Font Color

.myTextColor { color: #4D876C; }

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

This text font color is #4D876C.


Background Color

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

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

This div background color is #4D876C.


Border color

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

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

This div border color is #4D876C.


Opacity

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

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

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

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

This text has shadow with #4D876C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D876C on black background.


Color preview on white background

This text has color #4D876C on white background.



Black color preview on #4D876C background

This text has black color on #4D876C background.


White color preview on #4D876C background

This text has white color on #4D876C background.