COLOR #4D886C

HEX: #4D886C RGB: (77,136,108)

Color info

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

RGB color model

#4D886C color RGB value is (77,136,108).

RGB: (77,136,108) (30%, 53%, 42%)

RGB channels and saturation

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

77
136
108

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

Portions of RGB colors in percentages

R + G + B = 77 + 136 + 108 = 321 (100%)
R 77 of 321 ~ 23.99%
G 136 of 321 ~ 42.37%
B 108 of 321 ~ 33.64'%

%23.99
%42.37
%33.64

CMYK color model

#4D886C color CMYK value is (43,0,21,47).

  • cyan value is 43.38%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 46.67%

CMYK: (43,0,21,47)
C43M0Y21K47 (43%, 0%, 21%, 47%)
(0.43 / 0.00 / 0.21 / 0.47)

CMYK percentages

%43.38
%0
%20.59
%46.67

Codes

Color #4D886C in popluar color models

4D 88 6C
RGB 77 136 108
HSL 152° 27.70% 41.76%
HSB/HSV 152° 43.38% 53.33%
CMYK 43.38% 0.00% 20.59%
46.67%

Color #4D886C in popluar number systems.

HEX 4D 88 6C
Decimal 77 136 108
Binary 1001101 10001000 1101100
Octal 115 210 154

Shades and tints

Shades of #4D886C

#4D886C
(77,136,108)
#467C63
(70,124,99)
#3F705A
(63,112,90)
#386451
(56,100,81)
#315848
(49,88,72)
#2A4C3F
(42,76,63)
#234036
(35,64,54)
#1C342D
(28,52,45)
#152824
(21,40,36)
#0E1C1B
(14,28,27)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #4D886C

#4D886C
(77,136,108)
#5D9279
(93,146,121)
#6D9C86
(109,156,134)
#7DA693
(125,166,147)
#8DB0A0
(141,176,160)
#9DBAAD
(157,186,173)
#ADC4BA
(173,196,186)
#BDCEC7
(189,206,199)
#CDD8D4
(205,216,212)
#DDE2E1
(221,226,225)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D886C; }

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

This text font color is #4D886C.

Background Color

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

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

This div background color is #4D886C.

Border color

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

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

This div border color is #4D886C.

Opacity

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

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

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

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

This text has shadow with #4D886C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D886C.

Preview

Color preview on black background

This text has color #4D886C on black background.


Color preview on white background

This text has color #4D886C on white background.


Black color preview on #4D886C background

This text has black color on #4D886C background.


White color preview on #4D886C background

This text has white color on #4D886C background.


Related colors

Complementary color

Complementary color for #hex is #B27793.


I love getcolorcode.com

Triadic colors

1 #6C4D88 and #886C4D with #4D886C are triadic colors.

2 #6C884D and #884D6C with #4D886C are triadic colors.