COLOR #4D685E

HEX: #4D685E
RGB: (77,104,94)

Color info

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

RGB color model

#4D685E color RGB value is (77,104,94).

  • red value is 77;
  • green value is 104;
  • blue value is 94.
RGB:
(77,104,94)
(30%,41%,37%)

RGB channels and saturation

R 77 of 255 = 30%
G 104 of 255 = 41%
B 94 of 255 = 37%

77
104
94

R + G + B ~ 36%. #4D685E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 104 + 94 = 275 (100%)
R 77 of 275 ~ 28%
G 104 of 275 ~ 37.82%
B 94 of 275 ~ 34.18%

%28
%37.82
%34.18

CMYK color model

#4D685E color CMYK value is (26,0,10,59).

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 59.22%
CMYK:
(26,0,10,59)
C26M0Y10K59 
(26%,0%,10%,59%)
(0.26/0.00/0.10/0.59)	

CMYK percentages

%25.96
%0
%9.62
%59.22

Codes

Color #4D685E in popluar color models

4D685E
RGB7710494
HSL158°14.92%35.49%
HSB/HSV158°25.96%40.78%
CMYK25.96%0.00%9.62%
59.22%

Color #4D685E in popluar number systems.

HEX4D685E
Decimal7710494
Binary100110111010001011110
Octal115150136

Shades and tints

Shades of #4D685E

#4D685E
(77,104,94)
#465F56
(70,95,86)
#3F564E
(63,86,78)
#384D46
(56,77,70)
#31443E
(49,68,62)
#2A3B36
(42,59,54)
#23322E
(35,50,46)
#1C2926
(28,41,38)
#15201E
(21,32,30)
#0E1716
(14,23,22)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #4D685E

#4D685E
(77,104,94)
#5D756C
(93,117,108)
#6D827A
(109,130,122)
#7D8F88
(125,143,136)
#8D9C96
(141,156,150)
#9DA9A4
(157,169,164)
#ADB6B2
(173,182,178)
#BDC3C0
(189,195,192)
#CDD0CE
(205,208,206)
#DDDDDC
(221,221,220)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D685E color. Also use rgb(77,104,94) instead hex code.

Text Font Color

.myTextColor { color: #4D685E; }

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

This text font color is #4D685E.


Background Color

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

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

This div background color is #4D685E.


Border color

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

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

This div border color is #4D685E.


Opacity

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

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

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

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

This text has shadow with #4D685E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D685E on black background.


Color preview on white background

This text has color #4D685E on white background.



Black color preview on #4D685E background

This text has black color on #4D685E background.


White color preview on #4D685E background

This text has white color on #4D685E background.