COLOR #4D805A

HEX: #4D805A RGB: (77,128,90)

Color info

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

RGB color model

#4D805A color RGB value is (77,128,90).

RGB: (77,128,90) (30%, 50%, 35%)

RGB channels and saturation

R 77 of 255 = 30%
G 128 of 255 = 50%
B 90 of 255 = 35%

77
128
90

R + G + B ~ 38%. #4D805A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 128 + 90 = 295 (100%)
R 77 of 295 ~ 26.1%
G 128 of 295 ~ 43.39%
B 90 of 295 ~ 30.51'%

%26.1
%43.39
%30.51

CMYK color model

#4D805A color CMYK value is (40,0,30,50).

  • cyan value is 39.84%
  • magenta value is 0.00%
  • yellow value is 29.69%
  • key color value is 49.80%

CMYK: (40,0,30,50)
C40M0Y30K50 (40%, 0%, 30%, 50%)
(0.40 / 0.00 / 0.30 / 0.50)

CMYK percentages

%39.84
%0
%29.69
%49.8

Codes

Color #4D805A in popluar color models

4D 80 5A
RGB 77 128 90
HSL 135° 24.88% 40.20%
HSB/HSV 135° 39.84% 50.20%
CMYK 39.84% 0.00% 29.69%
49.80%

Color #4D805A in popluar number systems.

HEX 4D 80 5A
Decimal 77 128 90
Binary 1001101 10000000 1011010
Octal 115 200 132

Shades and tints

Shades of #4D805A

#4D805A
(77,128,90)
#467552
(70,117,82)
#3F6A4A
(63,106,74)
#385F42
(56,95,66)
#31543A
(49,84,58)
#2A4932
(42,73,50)
#233E2A
(35,62,42)
#1C3322
(28,51,34)
#15281A
(21,40,26)
#0E1D12
(14,29,18)
#07120A
(7,18,10)
#000000
(0,0,0)

Tints of #4D805A

#4D805A
(77,128,90)
#5D8B69
(93,139,105)
#6D9678
(109,150,120)
#7DA187
(125,161,135)
#8DAC96
(141,172,150)
#9DB7A5
(157,183,165)
#ADC2B4
(173,194,180)
#BDCDC3
(189,205,195)
#CDD8D2
(205,216,210)
#DDE3E1
(221,227,225)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D805A; }

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

This text font color is #4D805A.

Background Color

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

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

This div background color is #4D805A.

Border color

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

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

This div border color is #4D805A.

Opacity

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

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

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

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

This text has shadow with #4D805A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D805A.

Preview

Color preview on black background

This text has color #4D805A on black background.


Color preview on white background

This text has color #4D805A on white background.


Black color preview on #4D805A background

This text has black color on #4D805A background.


White color preview on #4D805A background

This text has white color on #4D805A background.


Related colors

Complementary color

Complementary color for #hex is #B27FA5.


I love getcolorcode.com

Triadic colors

1 #5A4D80 and #805A4D with #4D805A are triadic colors.

2 #5A804D and #804D5A with #4D805A are triadic colors.