COLOR #4D8673

HEX: #4D8673
RGB: (77,134,115)

Color info

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

RGB color model

#4D8673 color RGB value is (77,134,115).

  • red value is 77;
  • green value is 134;
  • blue value is 115.
RGB:
(77,134,115)
(30%,53%,45%)

RGB channels and saturation

R 77 of 255 = 30%
G 134 of 255 = 53%
B 115 of 255 = 45%

77
134
115

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

Portions of RGB colors in percentages

R + G + B =
77 + 134 + 115 = 326 (100%)
R 77 of 326 ~ 23.62%
G 134 of 326 ~ 41.1%
B 115 of 326 ~ 35.28%

%23.62
%41.1
%35.28

CMYK color model

#4D8673 color CMYK value is (43,0,14,47).

  • cyan value is 42.54%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK:
(43,0,14,47)
C43M0Y14K47 
(43%,0%,14%,47%)
(0.43/0.00/0.14/0.47)	

CMYK percentages

%42.54
%0
%14.18
%47.45

Codes

Color #4D8673 in popluar color models

4D8673
RGB77134115
HSL160°27.01%41.37%
HSB/HSV160°42.54%52.55%
CMYK42.54%0.00%14.18%
47.45%

Color #4D8673 in popluar number systems.

HEX4D8673
Decimal77134115
Binary1001101100001101110011
Octal115206163

Shades and tints

Shades of #4D8673

#4D8673
(77,134,115)
#467A69
(70,122,105)
#3F6E5F
(63,110,95)
#386255
(56,98,85)
#31564B
(49,86,75)
#2A4A41
(42,74,65)
#233E37
(35,62,55)
#1C322D
(28,50,45)
#152623
(21,38,35)
#0E1A19
(14,26,25)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #4D8673

#4D8673
(77,134,115)
#5D917F
(93,145,127)
#6D9C8B
(109,156,139)
#7DA797
(125,167,151)
#8DB2A3
(141,178,163)
#9DBDAF
(157,189,175)
#ADC8BB
(173,200,187)
#BDD3C7
(189,211,199)
#CDDED3
(205,222,211)
#DDE9DF
(221,233,223)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8673 color. Also use rgb(77,134,115) instead hex code.

Text Font Color

.myTextColor { color: #4D8673; }

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

This text font color is #4D8673.


Background Color

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

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

This div background color is #4D8673.


Border color

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

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

This div border color is #4D8673.


Opacity

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

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

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

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

This text has shadow with #4D8673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8673 on black background.


Color preview on white background

This text has color #4D8673 on white background.



Black color preview on #4D8673 background

This text has black color on #4D8673 background.


White color preview on #4D8673 background

This text has white color on #4D8673 background.