COLOR #4D5946

HEX: #4D5946
RGB: (77,89,70)

Color info

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

RGB color model

#4D5946 color RGB value is (77,89,70).

  • red value is 77;
  • green value is 89;
  • blue value is 70.
RGB:
(77,89,70)
(30%,35%,27%)

RGB channels and saturation

R 77 of 255 = 30%
G 89 of 255 = 35%
B 70 of 255 = 27%

77
89
70

R + G + B ~ 31%. #4D5946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 89 + 70 = 236 (100%)
R 77 of 236 ~ 32.63%
G 89 of 236 ~ 37.71%
B 70 of 236 ~ 29.66%

%32.63
%37.71
%29.66

CMYK color model

#4D5946 color CMYK value is (13,0,21,65).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 65.10%
CMYK:
(13,0,21,65)
C13M0Y21K65 
(13%,0%,21%,65%)
(0.13/0.00/0.21/0.65)	

CMYK percentages

%13.48
%0
%21.35
%65.1

Codes

Color #4D5946 in popluar color models

4D5946
RGB778970
HSL98°11.95%31.18%
HSB/HSV98°21.35%34.90%
CMYK13.48%0.00%21.35%
65.10%

Color #4D5946 in popluar number systems.

HEX4D5946
Decimal778970
Binary100110110110011000110
Octal115131106

Shades and tints

Shades of #4D5946

#4D5946
(77,89,70)
#465140
(70,81,64)
#3F493A
(63,73,58)
#384134
(56,65,52)
#31392E
(49,57,46)
#2A3128
(42,49,40)
#232922
(35,41,34)
#1C211C
(28,33,28)
#151916
(21,25,22)
#0E1110
(14,17,16)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #4D5946

#4D5946
(77,89,70)
#5D6856
(93,104,86)
#6D7766
(109,119,102)
#7D8676
(125,134,118)
#8D9586
(141,149,134)
#9DA496
(157,164,150)
#ADB3A6
(173,179,166)
#BDC2B6
(189,194,182)
#CDD1C6
(205,209,198)
#DDE0D6
(221,224,214)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5946 color. Also use rgb(77,89,70) instead hex code.

Text Font Color

.myTextColor { color: #4D5946; }

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

This text font color is #4D5946.


Background Color

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

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

This div background color is #4D5946.


Border color

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

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

This div border color is #4D5946.


Opacity

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

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

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

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

This text has shadow with #4D5946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5946 on black background.


Color preview on white background

This text has color #4D5946 on white background.



Black color preview on #4D5946 background

This text has black color on #4D5946 background.


White color preview on #4D5946 background

This text has white color on #4D5946 background.