COLOR #4D895D

HEX: #4D895D
RGB: (77,137,93)

Color info

#4D895D contains mainly green and blue colors. Web safe color of #4D895D is #339966 (or #396).

RGB color model

#4D895D color RGB value is (77,137,93).

  • red value is 77;
  • green value is 137;
  • blue value is 93.
RGB:
(77,137,93)
(30%,54%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 137 of 255 = 54%
B 93 of 255 = 36%

77
137
93

R + G + B ~ 40%. #4D895D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 137 + 93 = 307 (100%)
R 77 of 307 ~ 25.08%
G 137 of 307 ~ 44.63%
B 93 of 307 ~ 30.29%

%25.08
%44.63
%30.29

CMYK color model

#4D895D color CMYK value is (44,0,32,46).

  • cyan value is 43.80%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • key color value is 46.27%
CMYK:
(44,0,32,46)
C44M0Y32K46 
(44%,0%,32%,46%)
(0.44/0.00/0.32/0.46)	

CMYK percentages

%43.8
%0
%32.12
%46.27

Codes

Color #4D895D in popluar color models

4D895D
RGB7713793
HSL136°28.04%41.96%
HSB/HSV136°43.80%53.73%
CMYK43.80%0.00%32.12%
46.27%

Color #4D895D in popluar number systems.

HEX4D895D
Decimal7713793
Binary1001101100010011011101
Octal115211135

Shades and tints

Shades of #4D895D

#4D895D
(77,137,93)
#467D55
(70,125,85)
#3F714D
(63,113,77)
#386545
(56,101,69)
#31593D
(49,89,61)
#2A4D35
(42,77,53)
#23412D
(35,65,45)
#1C3525
(28,53,37)
#15291D
(21,41,29)
#0E1D15
(14,29,21)
#07110D
(7,17,13)
#000000
(0,0,0)

Tints of #4D895D

#4D895D
(77,137,93)
#5D936B
(93,147,107)
#6D9D79
(109,157,121)
#7DA787
(125,167,135)
#8DB195
(141,177,149)
#9DBBA3
(157,187,163)
#ADC5B1
(173,197,177)
#BDCFBF
(189,207,191)
#CDD9CD
(205,217,205)
#DDE3DB
(221,227,219)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D895D color. Also use rgb(77,137,93) instead hex code.

Text Font Color

.myTextColor { color: #4D895D; }

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

This text font color is #4D895D.


Background Color

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

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

This div background color is #4D895D.


Border color

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

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

This div border color is #4D895D.


Opacity

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

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

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

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

This text has shadow with #4D895D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D895D on black background.


Color preview on white background

This text has color #4D895D on white background.



Black color preview on #4D895D background

This text has black color on #4D895D background.


White color preview on #4D895D background

This text has white color on #4D895D background.