COLOR #4D867F

HEX: #4D867F RGB: (77,134,127)

Color info

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

RGB color model

#4D867F color RGB value is (77,134,127).

RGB: (77,134,127) (30%, 53%, 50%)

RGB channels and saturation

R 77 of 255 = 30%
G 134 of 255 = 53%
B 127 of 255 = 50%

77
134
127

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

Portions of RGB colors in percentages

R + G + B = 77 + 134 + 127 = 338 (100%)
R 77 of 338 ~ 22.78%
G 134 of 338 ~ 39.64%
B 127 of 338 ~ 37.57'%

%22.78
%39.64
%37.57

CMYK color model

#4D867F color CMYK value is (43,0,5,47).

  • cyan value is 42.54%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 47.45%

CMYK: (43,0,5,47)
C43M0Y5K47 (43%, 0%, 5%, 47%)
(0.43 / 0.00 / 0.05 / 0.47)

CMYK percentages

%42.54
%0
%5.22
%47.45

Codes

Color #4D867F in popluar color models

4D 86 7F
RGB 77 134 127
HSL 173° 27.01% 41.37%
HSB/HSV 173° 42.54% 52.55%
CMYK 42.54% 0.00% 5.22%
47.45%

Color #4D867F in popluar number systems.

HEX 4D 86 7F
Decimal 77 134 127
Binary 1001101 10000110 1111111
Octal 115 206 177

Shades and tints

Shades of #4D867F

#4D867F
(77,134,127)
#467A74
(70,122,116)
#3F6E69
(63,110,105)
#38625E
(56,98,94)
#315653
(49,86,83)
#2A4A48
(42,74,72)
#233E3D
(35,62,61)
#1C3232
(28,50,50)
#152627
(21,38,39)
#0E1A1C
(14,26,28)
#070E11
(7,14,17)
#000000
(0,0,0)

Tints of #4D867F

#4D867F
(77,134,127)
#5D918A
(93,145,138)
#6D9C95
(109,156,149)
#7DA7A0
(125,167,160)
#8DB2AB
(141,178,171)
#9DBDB6
(157,189,182)
#ADC8C1
(173,200,193)
#BDD3CC
(189,211,204)
#CDDED7
(205,222,215)
#DDE9E2
(221,233,226)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D867F; }

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

This text font color is #4D867F.

Background Color

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

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

This div background color is #4D867F.

Border color

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

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

This div border color is #4D867F.

Opacity

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

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

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

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

This text has shadow with #4D867F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D867F.

Preview

Color preview on black background

This text has color #4D867F on black background.


Color preview on white background

This text has color #4D867F on white background.


Black color preview on #4D867F background

This text has black color on #4D867F background.


White color preview on #4D867F background

This text has white color on #4D867F background.


Related colors

Complementary color

Complementary color for #hex is #B27980.


I love getcolorcode.com

Triadic colors

1 #7F4D86 and #867F4D with #4D867F are triadic colors.

2 #7F864D and #864D7F with #4D867F are triadic colors.