COLOR #4D8067

HEX: #4D8067
RGB: (77,128,103)

Color info

#4D8067 contains red, green and blue colors in about the same proportion. Web safe color of #4D8067 is #336666 (or #366).

RGB color model

#4D8067 color RGB value is (77,128,103).

  • red value is 77;
  • green value is 128;
  • blue value is 103.
RGB:
(77,128,103)
(30%,50%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 128 of 255 = 50%
B 103 of 255 = 40%

77
128
103

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

Portions of RGB colors in percentages

R + G + B =
77 + 128 + 103 = 308 (100%)
R 77 of 308 ~ 25%
G 128 of 308 ~ 41.56%
B 103 of 308 ~ 33.44%

%25
%41.56
%33.44

CMYK color model

#4D8067 color CMYK value is (40,0,20,50).

  • cyan value is 39.84%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 49.80%
CMYK:
(40,0,20,50)
C40M0Y20K50 
(40%,0%,20%,50%)
(0.40/0.00/0.20/0.50)	

CMYK percentages

%39.84
%0
%19.53
%49.8

Codes

Color #4D8067 in popluar color models

4D8067
RGB77128103
HSL151°24.88%40.20%
HSB/HSV151°39.84%50.20%
CMYK39.84%0.00%19.53%
49.80%

Color #4D8067 in popluar number systems.

HEX4D8067
Decimal77128103
Binary1001101100000001100111
Octal115200147

Shades and tints

Shades of #4D8067

#4D8067
(77,128,103)
#46755E
(70,117,94)
#3F6A55
(63,106,85)
#385F4C
(56,95,76)
#315443
(49,84,67)
#2A493A
(42,73,58)
#233E31
(35,62,49)
#1C3328
(28,51,40)
#15281F
(21,40,31)
#0E1D16
(14,29,22)
#07120D
(7,18,13)
#000000
(0,0,0)

Tints of #4D8067

#4D8067
(77,128,103)
#5D8B74
(93,139,116)
#6D9681
(109,150,129)
#7DA18E
(125,161,142)
#8DAC9B
(141,172,155)
#9DB7A8
(157,183,168)
#ADC2B5
(173,194,181)
#BDCDC2
(189,205,194)
#CDD8CF
(205,216,207)
#DDE3DC
(221,227,220)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8067 color. Also use rgb(77,128,103) instead hex code.

Text Font Color

.myTextColor { color: #4D8067; }

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

This text font color is #4D8067.


Background Color

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

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

This div background color is #4D8067.


Border color

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

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

This div border color is #4D8067.


Opacity

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

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

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

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

This text has shadow with #4D8067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8067 on black background.


Color preview on white background

This text has color #4D8067 on white background.



Black color preview on #4D8067 background

This text has black color on #4D8067 background.


White color preview on #4D8067 background

This text has white color on #4D8067 background.