COLOR #4D826E

HEX: #4D826E RGB: (77,130,110)

Color info

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

RGB color model

#4D826E color RGB value is (77,130,110).

RGB: (77,130,110) (30%, 51%, 43%)

RGB channels and saturation

R 77 of 255 = 30%
G 130 of 255 = 51%
B 110 of 255 = 43%

77
130
110

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

Portions of RGB colors in percentages

R + G + B = 77 + 130 + 110 = 317 (100%)
R 77 of 317 ~ 24.29%
G 130 of 317 ~ 41.01%
B 110 of 317 ~ 34.7'%

%24.29
%41.01
%34.7

CMYK color model

#4D826E color CMYK value is (41,0,15,49).

  • cyan value is 40.77%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 49.02%

CMYK: (41,0,15,49)
C41M0Y15K49 (41%, 0%, 15%, 49%)
(0.41 / 0.00 / 0.15 / 0.49)

CMYK percentages

%40.77
%0
%15.38
%49.02

Codes

Color #4D826E in popluar color models

4D 82 6E
RGB 77 130 110
HSL 157° 25.60% 40.59%
HSB/HSV 157° 40.77% 50.98%
CMYK 40.77% 0.00% 15.38%
49.02%

Color #4D826E in popluar number systems.

HEX 4D 82 6E
Decimal 77 130 110
Binary 1001101 10000010 1101110
Octal 115 202 156

Shades and tints

Shades of #4D826E

#4D826E
(77,130,110)
#467764
(70,119,100)
#3F6C5A
(63,108,90)
#386150
(56,97,80)
#315646
(49,86,70)
#2A4B3C
(42,75,60)
#234032
(35,64,50)
#1C3528
(28,53,40)
#152A1E
(21,42,30)
#0E1F14
(14,31,20)
#07140A
(7,20,10)
#000000
(0,0,0)

Tints of #4D826E

#4D826E
(77,130,110)
#5D8D7B
(93,141,123)
#6D9888
(109,152,136)
#7DA395
(125,163,149)
#8DAEA2
(141,174,162)
#9DB9AF
(157,185,175)
#ADC4BC
(173,196,188)
#BDCFC9
(189,207,201)
#CDDAD6
(205,218,214)
#DDE5E3
(221,229,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D826E color. Also use rgb(77,130,110) instead hex code.

Text Font Color

.myTextColor { color: #4D826E; }

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

This text font color is #4D826E.

Background Color

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

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

This div background color is #4D826E.

Border color

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

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

This div border color is #4D826E.

Opacity

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

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

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

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

This text has shadow with #4D826E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D826E.

Preview

Color preview on black background

This text has color #4D826E on black background.


Color preview on white background

This text has color #4D826E on white background.


Black color preview on #4D826E background

This text has black color on #4D826E background.


White color preview on #4D826E background

This text has white color on #4D826E background.


Related colors

Complementary color

Complementary color for #hex is #B27D91.


I love getcolorcode.com

Triadic colors

1 #6E4D82 and #826E4D with #4D826E are triadic colors.

2 #6E824D and #824D6E with #4D826E are triadic colors.