COLOR #4D694E

HEX: #4D694E
RGB: (77,105,78)

Color info

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

RGB color model

#4D694E color RGB value is (77,105,78).

  • red value is 77;
  • green value is 105;
  • blue value is 78.
RGB:
(77,105,78)
(30%,41%,31%)

RGB channels and saturation

R 77 of 255 = 30%
G 105 of 255 = 41%
B 78 of 255 = 31%

77
105
78

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

Portions of RGB colors in percentages

R + G + B =
77 + 105 + 78 = 260 (100%)
R 77 of 260 ~ 29.62%
G 105 of 260 ~ 40.38%
B 78 of 260 ~ 30%

%29.62
%40.38
%30

CMYK color model

#4D694E color CMYK value is (27,0,26,59).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 58.82%
CMYK:
(27,0,26,59)
C27M0Y26K59 
(27%,0%,26%,59%)
(0.27/0.00/0.26/0.59)	

CMYK percentages

%26.67
%0
%25.71
%58.82

Codes

Color #4D694E in popluar color models

4D694E
RGB7710578
HSL122°15.38%35.69%
HSB/HSV122°26.67%41.18%
CMYK26.67%0.00%25.71%
58.82%

Color #4D694E in popluar number systems.

HEX4D694E
Decimal7710578
Binary100110111010011001110
Octal115151116

Shades and tints

Shades of #4D694E

#4D694E
(77,105,78)
#466047
(70,96,71)
#3F5740
(63,87,64)
#384E39
(56,78,57)
#314532
(49,69,50)
#2A3C2B
(42,60,43)
#233324
(35,51,36)
#1C2A1D
(28,42,29)
#152116
(21,33,22)
#0E180F
(14,24,15)
#070F08
(7,15,8)
#000000
(0,0,0)

Tints of #4D694E

#4D694E
(77,105,78)
#5D765E
(93,118,94)
#6D836E
(109,131,110)
#7D907E
(125,144,126)
#8D9D8E
(141,157,142)
#9DAA9E
(157,170,158)
#ADB7AE
(173,183,174)
#BDC4BE
(189,196,190)
#CDD1CE
(205,209,206)
#DDDEDE
(221,222,222)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D694E color. Also use rgb(77,105,78) instead hex code.

Text Font Color

.myTextColor { color: #4D694E; }

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

This text font color is #4D694E.


Background Color

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

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

This div background color is #4D694E.


Border color

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

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

This div border color is #4D694E.


Opacity

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

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

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

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

This text has shadow with #4D694E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D694E on black background.


Color preview on white background

This text has color #4D694E on white background.



Black color preview on #4D694E background

This text has black color on #4D694E background.


White color preview on #4D694E background

This text has white color on #4D694E background.