COLOR #4D766C

HEX: #4D766C RGB: (77,118,108)

Color info

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

RGB color model

#4D766C color RGB value is (77,118,108).

RGB: (77,118,108) (30%, 46%, 42%)

RGB channels and saturation

R 77 of 255 = 30%
G 118 of 255 = 46%
B 108 of 255 = 42%

77
118
108

R + G + B ~ 39%. #4D766C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 118 + 108 = 303 (100%)
R 77 of 303 ~ 25.41%
G 118 of 303 ~ 38.94%
B 108 of 303 ~ 35.64'%

%25.41
%38.94
%35.64

CMYK color model

#4D766C color CMYK value is (35,0,8,54).

  • cyan value is 34.75%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 53.73%

CMYK: (35,0,8,54)
C35M0Y8K54 (35%, 0%, 8%, 54%)
(0.35 / 0.00 / 0.08 / 0.54)

CMYK percentages

%34.75
%0
%8.47
%53.73

Codes

Color #4D766C in popluar color models

4D 76 6C
RGB 77 118 108
HSL 165° 21.03% 38.24%
HSB/HSV 165° 34.75% 46.27%
CMYK 34.75% 0.00% 8.47%
53.73%

Color #4D766C in popluar number systems.

HEX 4D 76 6C
Decimal 77 118 108
Binary 1001101 1110110 1101100
Octal 115 166 154

Shades and tints

Shades of #4D766C

#4D766C
(77,118,108)
#466C63
(70,108,99)
#3F625A
(63,98,90)
#385851
(56,88,81)
#314E48
(49,78,72)
#2A443F
(42,68,63)
#233A36
(35,58,54)
#1C302D
(28,48,45)
#152624
(21,38,36)
#0E1C1B
(14,28,27)
#071212
(7,18,18)
#000000
(0,0,0)

Tints of #4D766C

#4D766C
(77,118,108)
#5D8279
(93,130,121)
#6D8E86
(109,142,134)
#7D9A93
(125,154,147)
#8DA6A0
(141,166,160)
#9DB2AD
(157,178,173)
#ADBEBA
(173,190,186)
#BDCAC7
(189,202,199)
#CDD6D4
(205,214,212)
#DDE2E1
(221,226,225)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D766C; }

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

This text font color is #4D766C.

Background Color

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

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

This div background color is #4D766C.

Border color

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

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

This div border color is #4D766C.

Opacity

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

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

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

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

This text has shadow with #4D766C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D766C.

Preview

Color preview on black background

This text has color #4D766C on black background.


Color preview on white background

This text has color #4D766C on white background.


Black color preview on #4D766C background

This text has black color on #4D766C background.


White color preview on #4D766C background

This text has white color on #4D766C background.


Related colors

Complementary color

Complementary color for #hex is #B28993.


I love getcolorcode.com

Triadic colors

1 #6C4D76 and #766C4D with #4D766C are triadic colors.

2 #6C764D and #764D6C with #4D766C are triadic colors.