COLOR #4D8279

HEX: #4D8279 RGB: (77,130,121)

Color info

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

RGB color model

#4D8279 color RGB value is (77,130,121).

RGB: (77,130,121) (30%, 51%, 47%)

RGB channels and saturation

R 77 of 255 = 30%
G 130 of 255 = 51%
B 121 of 255 = 47%

77
130
121

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

Portions of RGB colors in percentages

R + G + B = 77 + 130 + 121 = 328 (100%)
R 77 of 328 ~ 23.48%
G 130 of 328 ~ 39.63%
B 121 of 328 ~ 36.89'%

%23.48
%39.63
%36.89

CMYK color model

#4D8279 color CMYK value is (41,0,7,49).

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

CMYK: (41,0,7,49)
C41M0Y7K49 (41%, 0%, 7%, 49%)
(0.41 / 0.00 / 0.07 / 0.49)

CMYK percentages

%40.77
%0
%6.92
%49.02

Codes

Color #4D8279 in popluar color models

4D 82 79
RGB 77 130 121
HSL 170° 25.60% 40.59%
HSB/HSV 170° 40.77% 50.98%
CMYK 40.77% 0.00% 6.92%
49.02%

Color #4D8279 in popluar number systems.

HEX 4D 82 79
Decimal 77 130 121
Binary 1001101 10000010 1111001
Octal 115 202 171

Shades and tints

Shades of #4D8279

#4D8279
(77,130,121)
#46776E
(70,119,110)
#3F6C63
(63,108,99)
#386158
(56,97,88)
#31564D
(49,86,77)
#2A4B42
(42,75,66)
#234037
(35,64,55)
#1C352C
(28,53,44)
#152A21
(21,42,33)
#0E1F16
(14,31,22)
#07140B
(7,20,11)
#000000
(0,0,0)

Tints of #4D8279

#4D8279
(77,130,121)
#5D8D85
(93,141,133)
#6D9891
(109,152,145)
#7DA39D
(125,163,157)
#8DAEA9
(141,174,169)
#9DB9B5
(157,185,181)
#ADC4C1
(173,196,193)
#BDCFCD
(189,207,205)
#CDDAD9
(205,218,217)
#DDE5E5
(221,229,229)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8279; }

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

This text font color is #4D8279.

Background Color

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

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

This div background color is #4D8279.

Border color

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

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

This div border color is #4D8279.

Opacity

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

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

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

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

This text has shadow with #4D8279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8279.

Preview

Color preview on black background

This text has color #4D8279 on black background.


Color preview on white background

This text has color #4D8279 on white background.


Black color preview on #4D8279 background

This text has black color on #4D8279 background.


White color preview on #4D8279 background

This text has white color on #4D8279 background.


Related colors

Complementary color

Complementary color for #hex is #B27D86.


I love getcolorcode.com

Triadic colors

1 #794D82 and #82794D with #4D8279 are triadic colors.

2 #79824D and #824D79 with #4D8279 are triadic colors.