COLOR #4D856F

HEX: #4D856F
RGB: (77,133,111)

Color info

#4D856F contains red, green and blue colors in about the same proportion. Web safe color of #4D856F is #339966 (or #396).

RGB color model

#4D856F color RGB value is (77,133,111).

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

RGB channels and saturation

R 77 of 255 = 30%
G 133 of 255 = 52%
B 111 of 255 = 44%

77
133
111

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

Portions of RGB colors in percentages

R + G + B =
77 + 133 + 111 = 321 (100%)
R 77 of 321 ~ 23.99%
G 133 of 321 ~ 41.43%
B 111 of 321 ~ 34.58%

%23.99
%41.43
%34.58

CMYK color model

#4D856F color CMYK value is (42,0,17,48).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(42,0,17,48)
C42M0Y17K48 
(42%,0%,17%,48%)
(0.42/0.00/0.17/0.48)	

CMYK percentages

%42.11
%0
%16.54
%47.84

Codes

Color #4D856F in popluar color models

4D856F
RGB77133111
HSL156°26.67%41.18%
HSB/HSV156°42.11%52.16%
CMYK42.11%0.00%16.54%
47.84%

Color #4D856F in popluar number systems.

HEX4D856F
Decimal77133111
Binary1001101100001011101111
Octal115205157

Shades and tints

Shades of #4D856F

#4D856F
(77,133,111)
#467965
(70,121,101)
#3F6D5B
(63,109,91)
#386151
(56,97,81)
#315547
(49,85,71)
#2A493D
(42,73,61)
#233D33
(35,61,51)
#1C3129
(28,49,41)
#15251F
(21,37,31)
#0E1915
(14,25,21)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #4D856F

#4D856F
(77,133,111)
#5D907C
(93,144,124)
#6D9B89
(109,155,137)
#7DA696
(125,166,150)
#8DB1A3
(141,177,163)
#9DBCB0
(157,188,176)
#ADC7BD
(173,199,189)
#BDD2CA
(189,210,202)
#CDDDD7
(205,221,215)
#DDE8E4
(221,232,228)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D856F; }

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

This text font color is #4D856F.


Background Color

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

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

This div background color is #4D856F.


Border color

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

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

This div border color is #4D856F.


Opacity

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

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

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

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

This text has shadow with #4D856F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D856F on black background.


Color preview on white background

This text has color #4D856F on white background.



Black color preview on #4D856F background

This text has black color on #4D856F background.


White color preview on #4D856F background

This text has white color on #4D856F background.