COLOR #4D705F

HEX: #4D705F RGB: (77,112,95)

Color info

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

RGB color model

#4D705F color RGB value is (77,112,95).

RGB: (77,112,95) (30%, 44%, 37%)

RGB channels and saturation

R 77 of 255 = 30%
G 112 of 255 = 44%
B 95 of 255 = 37%

77
112
95

R + G + B ~ 37%. #4D705F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 112 + 95 = 284 (100%)
R 77 of 284 ~ 27.11%
G 112 of 284 ~ 39.44%
B 95 of 284 ~ 33.45'%

%27.11
%39.44
%33.45

CMYK color model

#4D705F color CMYK value is (31,0,15,56).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 56.08%

CMYK: (31,0,15,56)
C31M0Y15K56 (31%, 0%, 15%, 56%)
(0.31 / 0.00 / 0.15 / 0.56)

CMYK percentages

%31.25
%0
%15.18
%56.08

Codes

Color #4D705F in popluar color models

4D 70 5F
RGB 77 112 95
HSL 151° 18.52% 37.06%
HSB/HSV 151° 31.25% 43.92%
CMYK 31.25% 0.00% 15.18%
56.08%

Color #4D705F in popluar number systems.

HEX 4D 70 5F
Decimal 77 112 95
Binary 1001101 1110000 1011111
Octal 115 160 137

Shades and tints

Shades of #4D705F

#4D705F
(77,112,95)
#466657
(70,102,87)
#3F5C4F
(63,92,79)
#385247
(56,82,71)
#31483F
(49,72,63)
#2A3E37
(42,62,55)
#23342F
(35,52,47)
#1C2A27
(28,42,39)
#15201F
(21,32,31)
#0E1617
(14,22,23)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #4D705F

#4D705F
(77,112,95)
#5D7D6D
(93,125,109)
#6D8A7B
(109,138,123)
#7D9789
(125,151,137)
#8DA497
(141,164,151)
#9DB1A5
(157,177,165)
#ADBEB3
(173,190,179)
#BDCBC1
(189,203,193)
#CDD8CF
(205,216,207)
#DDE5DD
(221,229,221)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D705F color. Also use rgb(77,112,95) instead hex code.

Text Font Color

.myTextColor { color: #4D705F; }

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

This text font color is #4D705F.

Background Color

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

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

This div background color is #4D705F.

Border color

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

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

This div border color is #4D705F.

Opacity

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

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

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

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

This text has shadow with #4D705F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D705F.

Preview

Color preview on black background

This text has color #4D705F on black background.


Color preview on white background

This text has color #4D705F on white background.


Black color preview on #4D705F background

This text has black color on #4D705F background.


White color preview on #4D705F background

This text has white color on #4D705F background.


Related colors

Complementary color

Complementary color for #hex is #B28FA0.


I love getcolorcode.com

Triadic colors

1 #5F4D70 and #705F4D with #4D705F are triadic colors.

2 #5F704D and #704D5F with #4D705F are triadic colors.