COLOR #4D8873

HEX: #4D8873
RGB: (77,136,115)

Color info

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

RGB color model

#4D8873 color RGB value is (77,136,115).

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

RGB channels and saturation

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

77
136
115

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

Portions of RGB colors in percentages

R + G + B =
77 + 136 + 115 = 328 (100%)
R 77 of 328 ~ 23.48%
G 136 of 328 ~ 41.46%
B 115 of 328 ~ 35.06%

%23.48
%41.46
%35.06

CMYK color model

#4D8873 color CMYK value is (43,0,15,47).

  • cyan value is 43.38%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 46.67%
CMYK:
(43,0,15,47)
C43M0Y15K47 
(43%,0%,15%,47%)
(0.43/0.00/0.15/0.47)	

CMYK percentages

%43.38
%0
%15.44
%46.67

Codes

Color #4D8873 in popluar color models

4D8873
RGB77136115
HSL159°27.70%41.76%
HSB/HSV159°43.38%53.33%
CMYK43.38%0.00%15.44%
46.67%

Color #4D8873 in popluar number systems.

HEX4D8873
Decimal77136115
Binary1001101100010001110011
Octal115210163

Shades and tints

Shades of #4D8873

#4D8873
(77,136,115)
#467C69
(70,124,105)
#3F705F
(63,112,95)
#386455
(56,100,85)
#31584B
(49,88,75)
#2A4C41
(42,76,65)
#234037
(35,64,55)
#1C342D
(28,52,45)
#152823
(21,40,35)
#0E1C19
(14,28,25)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #4D8873

#4D8873
(77,136,115)
#5D927F
(93,146,127)
#6D9C8B
(109,156,139)
#7DA697
(125,166,151)
#8DB0A3
(141,176,163)
#9DBAAF
(157,186,175)
#ADC4BB
(173,196,187)
#BDCEC7
(189,206,199)
#CDD8D3
(205,216,211)
#DDE2DF
(221,226,223)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8873; }

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

This text font color is #4D8873.


Background Color

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

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

This div background color is #4D8873.


Border color

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

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

This div border color is #4D8873.


Opacity

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

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

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

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

This text has shadow with #4D8873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8873 on black background.


Color preview on white background

This text has color #4D8873 on white background.



Black color preview on #4D8873 background

This text has black color on #4D8873 background.


White color preview on #4D8873 background

This text has white color on #4D8873 background.