COLOR #4D674F

HEX: #4D674F RGB: (77,103,79)

Color info

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

RGB color model

#4D674F color RGB value is (77,103,79).

RGB: (77,103,79) (30%, 40%, 31%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 79 of 255 = 31%

77
103
79

R + G + B ~ 34%. #4D674F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 103 + 79 = 259 (100%)
R 77 of 259 ~ 29.73%
G 103 of 259 ~ 39.77%
B 79 of 259 ~ 30.5'%

%29.73
%39.77
%30.5

CMYK color model

#4D674F color CMYK value is (25,0,23,60).

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 59.61%

CMYK: (25,0,23,60)
C25M0Y23K60 (25%, 0%, 23%, 60%)
(0.25 / 0.00 / 0.23 / 0.60)

CMYK percentages

%25.24
%0
%23.3
%59.61

Codes

Color #4D674F in popluar color models

4D 67 4F
RGB 77 103 79
HSL 125° 14.44% 35.29%
HSB/HSV 125° 25.24% 40.39%
CMYK 25.24% 0.00% 23.30%
59.61%

Color #4D674F in popluar number systems.

HEX 4D 67 4F
Decimal 77 103 79
Binary 1001101 1100111 1001111
Octal 115 147 117

Shades and tints

Shades of #4D674F

#4D674F
(77,103,79)
#465E48
(70,94,72)
#3F5541
(63,85,65)
#384C3A
(56,76,58)
#314333
(49,67,51)
#2A3A2C
(42,58,44)
#233125
(35,49,37)
#1C281E
(28,40,30)
#151F17
(21,31,23)
#0E1610
(14,22,16)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #4D674F

#4D674F
(77,103,79)
#5D745F
(93,116,95)
#6D816F
(109,129,111)
#7D8E7F
(125,142,127)
#8D9B8F
(141,155,143)
#9DA89F
(157,168,159)
#ADB5AF
(173,181,175)
#BDC2BF
(189,194,191)
#CDCFCF
(205,207,207)
#DDDCDF
(221,220,223)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D674F; }

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

This text font color is #4D674F.

Background Color

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

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

This div background color is #4D674F.

Border color

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

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

This div border color is #4D674F.

Opacity

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

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

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

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

This text has shadow with #4D674F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D674F.

Preview

Color preview on black background

This text has color #4D674F on black background.


Color preview on white background

This text has color #4D674F on white background.


Black color preview on #4D674F background

This text has black color on #4D674F background.


White color preview on #4D674F background

This text has white color on #4D674F background.


Related colors

Complementary color

Complementary color for #hex is #B298B0.


I love getcolorcode.com

Triadic colors

1 #4F4D67 and #674F4D with #4D674F are triadic colors.

2 #4F674D and #674D4F with #4D674F are triadic colors.