COLOR #4D857D

HEX: #4D857D RGB: (77,133,125)

Color info

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

RGB color model

#4D857D color RGB value is (77,133,125).

RGB: (77,133,125) (30%, 52%, 49%)

RGB channels and saturation

R 77 of 255 = 30%
G 133 of 255 = 52%
B 125 of 255 = 49%

77
133
125

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

Portions of RGB colors in percentages

R + G + B = 77 + 133 + 125 = 335 (100%)
R 77 of 335 ~ 22.99%
G 133 of 335 ~ 39.7%
B 125 of 335 ~ 37.31'%

%22.99
%39.7
%37.31

CMYK color model

#4D857D color CMYK value is (42,0,6,48).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 47.84%

CMYK: (42,0,6,48)
C42M0Y6K48 (42%, 0%, 6%, 48%)
(0.42 / 0.00 / 0.06 / 0.48)

CMYK percentages

%42.11
%0
%6.02
%47.84

Codes

Color #4D857D in popluar color models

4D 85 7D
RGB 77 133 125
HSL 171° 26.67% 41.18%
HSB/HSV 171° 42.11% 52.16%
CMYK 42.11% 0.00% 6.02%
47.84%

Color #4D857D in popluar number systems.

HEX 4D 85 7D
Decimal 77 133 125
Binary 1001101 10000101 1111101
Octal 115 205 175

Shades and tints

Shades of #4D857D

#4D857D
(77,133,125)
#467972
(70,121,114)
#3F6D67
(63,109,103)
#38615C
(56,97,92)
#315551
(49,85,81)
#2A4946
(42,73,70)
#233D3B
(35,61,59)
#1C3130
(28,49,48)
#152525
(21,37,37)
#0E191A
(14,25,26)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #4D857D

#4D857D
(77,133,125)
#5D9088
(93,144,136)
#6D9B93
(109,155,147)
#7DA69E
(125,166,158)
#8DB1A9
(141,177,169)
#9DBCB4
(157,188,180)
#ADC7BF
(173,199,191)
#BDD2CA
(189,210,202)
#CDDDD5
(205,221,213)
#DDE8E0
(221,232,224)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D857D color. Also use rgb(77,133,125) instead hex code.

Text Font Color

.myTextColor { color: #4D857D; }

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

This text font color is #4D857D.

Background Color

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

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

This div background color is #4D857D.

Border color

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

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

This div border color is #4D857D.

Opacity

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

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

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

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

This text has shadow with #4D857D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D857D.

Preview

Color preview on black background

This text has color #4D857D on black background.


Color preview on white background

This text has color #4D857D on white background.


Black color preview on #4D857D background

This text has black color on #4D857D background.


White color preview on #4D857D background

This text has white color on #4D857D background.


Related colors

Complementary color

Complementary color for #hex is #B27A82.


I love getcolorcode.com

Triadic colors

1 #7D4D85 and #857D4D with #4D857D are triadic colors.

2 #7D854D and #854D7D with #4D857D are triadic colors.