COLOR #4D8378

HEX: #4D8378 RGB: (77,131,120)

Color info

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

RGB color model

#4D8378 color RGB value is (77,131,120).

RGB: (77,131,120) (30%, 51%, 47%)

RGB channels and saturation

R 77 of 255 = 30%
G 131 of 255 = 51%
B 120 of 255 = 47%

77
131
120

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

Portions of RGB colors in percentages

R + G + B = 77 + 131 + 120 = 328 (100%)
R 77 of 328 ~ 23.48%
G 131 of 328 ~ 39.94%
B 120 of 328 ~ 36.59'%

%23.48
%39.94
%36.59

CMYK color model

#4D8378 color CMYK value is (41,0,8,49).

  • cyan value is 41.22%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 48.63%

CMYK: (41,0,8,49)
C41M0Y8K49 (41%, 0%, 8%, 49%)
(0.41 / 0.00 / 0.08 / 0.49)

CMYK percentages

%41.22
%0
%8.4
%48.63

Codes

Color #4D8378 in popluar color models

4D 83 78
RGB 77 131 120
HSL 168° 25.96% 40.78%
HSB/HSV 168° 41.22% 51.37%
CMYK 41.22% 0.00% 8.40%
48.63%

Color #4D8378 in popluar number systems.

HEX 4D 83 78
Decimal 77 131 120
Binary 1001101 10000011 1111000
Octal 115 203 170

Shades and tints

Shades of #4D8378

#4D8378
(77,131,120)
#46786E
(70,120,110)
#3F6D64
(63,109,100)
#38625A
(56,98,90)
#315750
(49,87,80)
#2A4C46
(42,76,70)
#23413C
(35,65,60)
#1C3632
(28,54,50)
#152B28
(21,43,40)
#0E201E
(14,32,30)
#071514
(7,21,20)
#000000
(0,0,0)

Tints of #4D8378

#4D8378
(77,131,120)
#5D8E84
(93,142,132)
#6D9990
(109,153,144)
#7DA49C
(125,164,156)
#8DAFA8
(141,175,168)
#9DBAB4
(157,186,180)
#ADC5C0
(173,197,192)
#BDD0CC
(189,208,204)
#CDDBD8
(205,219,216)
#DDE6E4
(221,230,228)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8378 color. Also use rgb(77,131,120) instead hex code.

Text Font Color

.myTextColor { color: #4D8378; }

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

This text font color is #4D8378.

Background Color

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

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

This div background color is #4D8378.

Border color

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

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

This div border color is #4D8378.

Opacity

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

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

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

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

This text has shadow with #4D8378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8378.

Preview

Color preview on black background

This text has color #4D8378 on black background.


Color preview on white background

This text has color #4D8378 on white background.


Black color preview on #4D8378 background

This text has black color on #4D8378 background.


White color preview on #4D8378 background

This text has white color on #4D8378 background.


Related colors

Complementary color

Complementary color for #hex is #B27C87.


I love getcolorcode.com

Triadic colors

1 #784D83 and #83784D with #4D8378 are triadic colors.

2 #78834D and #834D78 with #4D8378 are triadic colors.