COLOR #4D6E4A

HEX: #4D6E4A
RGB: (77,110,74)

Color info

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

RGB color model

#4D6E4A color RGB value is (77,110,74).

  • red value is 77;
  • green value is 110;
  • blue value is 74.
RGB:
(77,110,74)
(30%,43%,29%)

RGB channels and saturation

R 77 of 255 = 30%
G 110 of 255 = 43%
B 74 of 255 = 29%

77
110
74

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

Portions of RGB colors in percentages

R + G + B =
77 + 110 + 74 = 261 (100%)
R 77 of 261 ~ 29.5%
G 110 of 261 ~ 42.15%
B 74 of 261 ~ 28.35%

%29.5
%42.15
%28.35

CMYK color model

#4D6E4A color CMYK value is (30,0,33,57).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 56.86%
CMYK:
(30,0,33,57)
C30M0Y33K57 
(30%,0%,33%,57%)
(0.30/0.00/0.33/0.57)	

CMYK percentages

%30
%0
%32.73
%56.86

Codes

Color #4D6E4A in popluar color models

4D6E4A
RGB7711074
HSL115°19.57%36.08%
HSB/HSV115°32.73%43.14%
CMYK30.00%0.00%32.73%
56.86%

Color #4D6E4A in popluar number systems.

HEX4D6E4A
Decimal7711074
Binary100110111011101001010
Octal115156112

Shades and tints

Shades of #4D6E4A

#4D6E4A
(77,110,74)
#466444
(70,100,68)
#3F5A3E
(63,90,62)
#385038
(56,80,56)
#314632
(49,70,50)
#2A3C2C
(42,60,44)
#233226
(35,50,38)
#1C2820
(28,40,32)
#151E1A
(21,30,26)
#0E1414
(14,20,20)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #4D6E4A

#4D6E4A
(77,110,74)
#5D7B5A
(93,123,90)
#6D886A
(109,136,106)
#7D957A
(125,149,122)
#8DA28A
(141,162,138)
#9DAF9A
(157,175,154)
#ADBCAA
(173,188,170)
#BDC9BA
(189,201,186)
#CDD6CA
(205,214,202)
#DDE3DA
(221,227,218)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6E4A color. Also use rgb(77,110,74) instead hex code.

Text Font Color

.myTextColor { color: #4D6E4A; }

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

This text font color is #4D6E4A.


Background Color

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

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

This div background color is #4D6E4A.


Border color

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

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

This div border color is #4D6E4A.


Opacity

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

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

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

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

This text has shadow with #4D6E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6E4A on black background.


Color preview on white background

This text has color #4D6E4A on white background.



Black color preview on #4D6E4A background

This text has black color on #4D6E4A background.


White color preview on #4D6E4A background

This text has white color on #4D6E4A background.