COLOR #4D6759

HEX: #4D6759
RGB: (77,103,89)

Color info

#4D6759 contains red, green and blue colors in about the same proportion. Web safe color of #4D6759 is #336666 (or #366).

RGB color model

#4D6759 color RGB value is (77,103,89).

  • red value is 77;
  • green value is 103;
  • blue value is 89.
RGB:
(77,103,89)
(30%,40%,35%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 89 of 255 = 35%

77
103
89

R + G + B ~ 35%. #4D6759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 103 + 89 = 269 (100%)
R 77 of 269 ~ 28.62%
G 103 of 269 ~ 38.29%
B 89 of 269 ~ 33.09%

%28.62
%38.29
%33.09

CMYK color model

#4D6759 color CMYK value is (25,0,14,60).

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 59.61%
CMYK:
(25,0,14,60)
C25M0Y14K60 
(25%,0%,14%,60%)
(0.25/0.00/0.14/0.60)	

CMYK percentages

%25.24
%0
%13.59
%59.61

Codes

Color #4D6759 in popluar color models

4D6759
RGB7710389
HSL148°14.44%35.29%
HSB/HSV148°25.24%40.39%
CMYK25.24%0.00%13.59%
59.61%

Color #4D6759 in popluar number systems.

HEX4D6759
Decimal7710389
Binary100110111001111011001
Octal115147131

Shades and tints

Shades of #4D6759

#4D6759
(77,103,89)
#465E51
(70,94,81)
#3F5549
(63,85,73)
#384C41
(56,76,65)
#314339
(49,67,57)
#2A3A31
(42,58,49)
#233129
(35,49,41)
#1C2821
(28,40,33)
#151F19
(21,31,25)
#0E1611
(14,22,17)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #4D6759

#4D6759
(77,103,89)
#5D7468
(93,116,104)
#6D8177
(109,129,119)
#7D8E86
(125,142,134)
#8D9B95
(141,155,149)
#9DA8A4
(157,168,164)
#ADB5B3
(173,181,179)
#BDC2C2
(189,194,194)
#CDCFD1
(205,207,209)
#DDDCE0
(221,220,224)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6759 color. Also use rgb(77,103,89) instead hex code.

Text Font Color

.myTextColor { color: #4D6759; }

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

This text font color is #4D6759.


Background Color

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

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

This div background color is #4D6759.


Border color

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

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

This div border color is #4D6759.


Opacity

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

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

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

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

This text has shadow with #4D6759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6759 on black background.


Color preview on white background

This text has color #4D6759 on white background.



Black color preview on #4D6759 background

This text has black color on #4D6759 background.


White color preview on #4D6759 background

This text has white color on #4D6759 background.