COLOR #4D694C

HEX: #4D694C
RGB: (77,105,76)

Color info

#4D694C contains red, green and blue colors in about the same proportion. Web safe color of #4D694C is #336633 (or #363).

RGB color model

#4D694C color RGB value is (77,105,76).

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

RGB channels and saturation

R 77 of 255 = 30%
G 105 of 255 = 41%
B 76 of 255 = 30%

77
105
76

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

Portions of RGB colors in percentages

R + G + B =
77 + 105 + 76 = 258 (100%)
R 77 of 258 ~ 29.84%
G 105 of 258 ~ 40.7%
B 76 of 258 ~ 29.46%

%29.84
%40.7
%29.46

CMYK color model

#4D694C color CMYK value is (27,0,28,59).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 58.82%
CMYK:
(27,0,28,59)
C27M0Y28K59 
(27%,0%,28%,59%)
(0.27/0.00/0.28/0.59)	

CMYK percentages

%26.67
%0
%27.62
%58.82

Codes

Color #4D694C in popluar color models

4D694C
RGB7710576
HSL118°16.02%35.49%
HSB/HSV118°27.62%41.18%
CMYK26.67%0.00%27.62%
58.82%

Color #4D694C in popluar number systems.

HEX4D694C
Decimal7710576
Binary100110111010011001100
Octal115151114

Shades and tints

Shades of #4D694C

#4D694C
(77,105,76)
#466046
(70,96,70)
#3F5740
(63,87,64)
#384E3A
(56,78,58)
#314534
(49,69,52)
#2A3C2E
(42,60,46)
#233328
(35,51,40)
#1C2A22
(28,42,34)
#15211C
(21,33,28)
#0E1816
(14,24,22)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #4D694C

#4D694C
(77,105,76)
#5D765C
(93,118,92)
#6D836C
(109,131,108)
#7D907C
(125,144,124)
#8D9D8C
(141,157,140)
#9DAA9C
(157,170,156)
#ADB7AC
(173,183,172)
#BDC4BC
(189,196,188)
#CDD1CC
(205,209,204)
#DDDEDC
(221,222,220)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D694C; }

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

This text font color is #4D694C.


Background Color

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

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

This div background color is #4D694C.


Border color

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

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

This div border color is #4D694C.


Opacity

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

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

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

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

This text has shadow with #4D694C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D694C on black background.


Color preview on white background

This text has color #4D694C on white background.



Black color preview on #4D694C background

This text has black color on #4D694C background.


White color preview on #4D694C background

This text has white color on #4D694C background.