COLOR #4D766F

HEX: #4D766F
RGB: (77,118,111)

Color info

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

RGB color model

#4D766F color RGB value is (77,118,111).

  • red value is 77;
  • green value is 118;
  • blue value is 111.
RGB:
(77,118,111)
(30%,46%,44%)

RGB channels and saturation

R 77 of 255 = 30%
G 118 of 255 = 46%
B 111 of 255 = 44%

77
118
111

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

Portions of RGB colors in percentages

R + G + B =
77 + 118 + 111 = 306 (100%)
R 77 of 306 ~ 25.16%
G 118 of 306 ~ 38.56%
B 111 of 306 ~ 36.27%

%25.16
%38.56
%36.27

CMYK color model

#4D766F color CMYK value is (35,0,6,54).

  • cyan value is 34.75%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK:
(35,0,6,54)
C35M0Y6K54 
(35%,0%,6%,54%)
(0.35/0.00/0.06/0.54)	

CMYK percentages

%34.75
%0
%5.93
%53.73

Codes

Color #4D766F in popluar color models

4D766F
RGB77118111
HSL170°21.03%38.24%
HSB/HSV170°34.75%46.27%
CMYK34.75%0.00%5.93%
53.73%

Color #4D766F in popluar number systems.

HEX4D766F
Decimal77118111
Binary100110111101101101111
Octal115166157

Shades and tints

Shades of #4D766F

#4D766F
(77,118,111)
#466C65
(70,108,101)
#3F625B
(63,98,91)
#385851
(56,88,81)
#314E47
(49,78,71)
#2A443D
(42,68,61)
#233A33
(35,58,51)
#1C3029
(28,48,41)
#15261F
(21,38,31)
#0E1C15
(14,28,21)
#07120B
(7,18,11)
#000000
(0,0,0)

Tints of #4D766F

#4D766F
(77,118,111)
#5D827C
(93,130,124)
#6D8E89
(109,142,137)
#7D9A96
(125,154,150)
#8DA6A3
(141,166,163)
#9DB2B0
(157,178,176)
#ADBEBD
(173,190,189)
#BDCACA
(189,202,202)
#CDD6D7
(205,214,215)
#DDE2E4
(221,226,228)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D766F color. Also use rgb(77,118,111) instead hex code.

Text Font Color

.myTextColor { color: #4D766F; }

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

This text font color is #4D766F.


Background Color

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

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

This div background color is #4D766F.


Border color

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

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

This div border color is #4D766F.


Opacity

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

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

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

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

This text has shadow with #4D766F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D766F on black background.


Color preview on white background

This text has color #4D766F on white background.



Black color preview on #4D766F background

This text has black color on #4D766F background.


White color preview on #4D766F background

This text has white color on #4D766F background.