COLOR #4D716F

HEX: #4D716F
RGB: (77,113,111)

Color info

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

RGB color model

#4D716F color RGB value is (77,113,111).

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

RGB channels and saturation

R 77 of 255 = 30%
G 113 of 255 = 44%
B 111 of 255 = 44%

77
113
111

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

Portions of RGB colors in percentages

R + G + B =
77 + 113 + 111 = 301 (100%)
R 77 of 301 ~ 25.58%
G 113 of 301 ~ 37.54%
B 111 of 301 ~ 36.88%

%25.58
%37.54
%36.88

CMYK color model

#4D716F color CMYK value is (32,0,2,56).

  • cyan value is 31.86%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 55.69%
CMYK:
(32,0,2,56)
C32M0Y2K56 
(32%,0%,2%,56%)
(0.32/0.00/0.02/0.56)	

CMYK percentages

%31.86
%0
%1.77
%55.69

Codes

Color #4D716F in popluar color models

4D716F
RGB77113111
HSL177°18.95%37.25%
HSB/HSV177°31.86%44.31%
CMYK31.86%0.00%1.77%
55.69%

Color #4D716F in popluar number systems.

HEX4D716F
Decimal77113111
Binary100110111100011101111
Octal115161157

Shades and tints

Shades of #4D716F

#4D716F
(77,113,111)
#466765
(70,103,101)
#3F5D5B
(63,93,91)
#385351
(56,83,81)
#314947
(49,73,71)
#2A3F3D
(42,63,61)
#233533
(35,53,51)
#1C2B29
(28,43,41)
#15211F
(21,33,31)
#0E1715
(14,23,21)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #4D716F

#4D716F
(77,113,111)
#5D7D7C
(93,125,124)
#6D8989
(109,137,137)
#7D9596
(125,149,150)
#8DA1A3
(141,161,163)
#9DADB0
(157,173,176)
#ADB9BD
(173,185,189)
#BDC5CA
(189,197,202)
#CDD1D7
(205,209,215)
#DDDDE4
(221,221,228)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D716F; }

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

This text font color is #4D716F.


Background Color

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

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

This div background color is #4D716F.


Border color

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

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

This div border color is #4D716F.


Opacity

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

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

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

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

This text has shadow with #4D716F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D716F on black background.


Color preview on white background

This text has color #4D716F on white background.



Black color preview on #4D716F background

This text has black color on #4D716F background.


White color preview on #4D716F background

This text has white color on #4D716F background.