COLOR #4D706E

HEX: #4D706E
RGB: (77,112,110)

Color info

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

RGB color model

#4D706E color RGB value is (77,112,110).

  • red value is 77;
  • green value is 112;
  • blue value is 110.
RGB:
(77,112,110)
(30%,44%,43%)

RGB channels and saturation

R 77 of 255 = 30%
G 112 of 255 = 44%
B 110 of 255 = 43%

77
112
110

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

Portions of RGB colors in percentages

R + G + B =
77 + 112 + 110 = 299 (100%)
R 77 of 299 ~ 25.75%
G 112 of 299 ~ 37.46%
B 110 of 299 ~ 36.79%

%25.75
%37.46
%36.79

CMYK color model

#4D706E color CMYK value is (31,0,2,56).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 56.08%
CMYK:
(31,0,2,56)
C31M0Y2K56 
(31%,0%,2%,56%)
(0.31/0.00/0.02/0.56)	

CMYK percentages

%31.25
%0
%1.79
%56.08

Codes

Color #4D706E in popluar color models

4D706E
RGB77112110
HSL177°18.52%37.06%
HSB/HSV177°31.25%43.92%
CMYK31.25%0.00%1.79%
56.08%

Color #4D706E in popluar number systems.

HEX4D706E
Decimal77112110
Binary100110111100001101110
Octal115160156

Shades and tints

Shades of #4D706E

#4D706E
(77,112,110)
#466664
(70,102,100)
#3F5C5A
(63,92,90)
#385250
(56,82,80)
#314846
(49,72,70)
#2A3E3C
(42,62,60)
#233432
(35,52,50)
#1C2A28
(28,42,40)
#15201E
(21,32,30)
#0E1614
(14,22,20)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #4D706E

#4D706E
(77,112,110)
#5D7D7B
(93,125,123)
#6D8A88
(109,138,136)
#7D9795
(125,151,149)
#8DA4A2
(141,164,162)
#9DB1AF
(157,177,175)
#ADBEBC
(173,190,188)
#BDCBC9
(189,203,201)
#CDD8D6
(205,216,214)
#DDE5E3
(221,229,227)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D706E; }

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

This text font color is #4D706E.


Background Color

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

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

This div background color is #4D706E.


Border color

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

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

This div border color is #4D706E.


Opacity

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

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

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

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

This text has shadow with #4D706E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D706E on black background.


Color preview on white background

This text has color #4D706E on white background.



Black color preview on #4D706E background

This text has black color on #4D706E background.


White color preview on #4D706E background

This text has white color on #4D706E background.