COLOR #4D806A

HEX: #4D806A
RGB: (77,128,106)

Color info

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

RGB color model

#4D806A color RGB value is (77,128,106).

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

RGB channels and saturation

R 77 of 255 = 30%
G 128 of 255 = 50%
B 106 of 255 = 42%

77
128
106

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

Portions of RGB colors in percentages

R + G + B =
77 + 128 + 106 = 311 (100%)
R 77 of 311 ~ 24.76%
G 128 of 311 ~ 41.16%
B 106 of 311 ~ 34.08%

%24.76
%41.16
%34.08

CMYK color model

#4D806A color CMYK value is (40,0,17,50).

  • cyan value is 39.84%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 49.80%
CMYK:
(40,0,17,50)
C40M0Y17K50 
(40%,0%,17%,50%)
(0.40/0.00/0.17/0.50)	

CMYK percentages

%39.84
%0
%17.19
%49.8

Codes

Color #4D806A in popluar color models

4D806A
RGB77128106
HSL154°24.88%40.20%
HSB/HSV154°39.84%50.20%
CMYK39.84%0.00%17.19%
49.80%

Color #4D806A in popluar number systems.

HEX4D806A
Decimal77128106
Binary1001101100000001101010
Octal115200152

Shades and tints

Shades of #4D806A

#4D806A
(77,128,106)
#467561
(70,117,97)
#3F6A58
(63,106,88)
#385F4F
(56,95,79)
#315446
(49,84,70)
#2A493D
(42,73,61)
#233E34
(35,62,52)
#1C332B
(28,51,43)
#152822
(21,40,34)
#0E1D19
(14,29,25)
#071210
(7,18,16)
#000000
(0,0,0)

Tints of #4D806A

#4D806A
(77,128,106)
#5D8B77
(93,139,119)
#6D9684
(109,150,132)
#7DA191
(125,161,145)
#8DAC9E
(141,172,158)
#9DB7AB
(157,183,171)
#ADC2B8
(173,194,184)
#BDCDC5
(189,205,197)
#CDD8D2
(205,216,210)
#DDE3DF
(221,227,223)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D806A; }

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

This text font color is #4D806A.


Background Color

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

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

This div background color is #4D806A.


Border color

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

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

This div border color is #4D806A.


Opacity

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

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

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

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

This text has shadow with #4D806A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D806A on black background.


Color preview on white background

This text has color #4D806A on white background.



Black color preview on #4D806A background

This text has black color on #4D806A background.


White color preview on #4D806A background

This text has white color on #4D806A background.