COLOR #4D6F4C

HEX: #4D6F4C
RGB: (77,111,76)

Color info

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

RGB color model

#4D6F4C color RGB value is (77,111,76).

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

RGB channels and saturation

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

77
111
76

R + G + B ~ 35%. #4D6F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 111 + 76 = 264 (100%)
R 77 of 264 ~ 29.17%
G 111 of 264 ~ 42.05%
B 76 of 264 ~ 28.79%

%29.17
%42.05
%28.79

CMYK color model

#4D6F4C color CMYK value is (31,0,32,56).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 31.53%
  • key color value is 56.47%
CMYK:
(31,0,32,56)
C31M0Y32K56 
(31%,0%,32%,56%)
(0.31/0.00/0.32/0.56)	

CMYK percentages

%30.63
%0
%31.53
%56.47

Codes

Color #4D6F4C in popluar color models

4D6F4C
RGB7711176
HSL118°18.72%36.67%
HSB/HSV118°31.53%43.53%
CMYK30.63%0.00%31.53%
56.47%

Color #4D6F4C in popluar number systems.

HEX4D6F4C
Decimal7711176
Binary100110111011111001100
Octal115157114

Shades and tints

Shades of #4D6F4C

#4D6F4C
(77,111,76)
#466546
(70,101,70)
#3F5B40
(63,91,64)
#38513A
(56,81,58)
#314734
(49,71,52)
#2A3D2E
(42,61,46)
#233328
(35,51,40)
#1C2922
(28,41,34)
#151F1C
(21,31,28)
#0E1516
(14,21,22)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #4D6F4C

#4D6F4C
(77,111,76)
#5D7C5C
(93,124,92)
#6D896C
(109,137,108)
#7D967C
(125,150,124)
#8DA38C
(141,163,140)
#9DB09C
(157,176,156)
#ADBDAC
(173,189,172)
#BDCABC
(189,202,188)
#CDD7CC
(205,215,204)
#DDE4DC
(221,228,220)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6F4C; }

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

This text font color is #4D6F4C.


Background Color

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

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

This div background color is #4D6F4C.


Border color

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

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

This div border color is #4D6F4C.


Opacity

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

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

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

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

This text has shadow with #4D6F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6F4C on black background.


Color preview on white background

This text has color #4D6F4C on white background.



Black color preview on #4D6F4C background

This text has black color on #4D6F4C background.


White color preview on #4D6F4C background

This text has white color on #4D6F4C background.