COLOR #4D7078

HEX: #4D7078 RGB: (77,112,120)

Color info

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

RGB color model

#4D7078 color RGB value is (77,112,120).

RGB: (77,112,120) (30%, 44%, 47%)

RGB channels and saturation

R 77 of 255 = 30%
G 112 of 255 = 44%
B 120 of 255 = 47%

77
112
120

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

Portions of RGB colors in percentages

R + G + B = 77 + 112 + 120 = 309 (100%)
R 77 of 309 ~ 24.92%
G 112 of 309 ~ 36.25%
B 120 of 309 ~ 38.83'%

%24.92
%36.25
%38.83

CMYK color model

#4D7078 color CMYK value is (36,7,0,53).

  • cyan value is 35.83%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (36,7,0,53)
C36M7Y0K53 (36%, 7%, 0%, 53%)
(0.36 / 0.07 / 0.00 / 0.53)

CMYK percentages

%35.83
%6.67
%0
%52.94

Codes

Color #4D7078 in popluar color models

4D 70 78
RGB 77 112 120
HSL 191° 21.83% 38.63%
HSB/HSV 191° 35.83% 47.06%
CMYK 35.83% 6.67% 0.00%
52.94%

Color #4D7078 in popluar number systems.

HEX 4D 70 78
Decimal 77 112 120
Binary 1001101 1110000 1111000
Octal 115 160 170

Shades and tints

Shades of #4D7078

#4D7078
(77,112,120)
#46666E
(70,102,110)
#3F5C64
(63,92,100)
#38525A
(56,82,90)
#314850
(49,72,80)
#2A3E46
(42,62,70)
#23343C
(35,52,60)
#1C2A32
(28,42,50)
#152028
(21,32,40)
#0E161E
(14,22,30)
#070C14
(7,12,20)
#000000
(0,0,0)

Tints of #4D7078

#4D7078
(77,112,120)
#5D7D84
(93,125,132)
#6D8A90
(109,138,144)
#7D979C
(125,151,156)
#8DA4A8
(141,164,168)
#9DB1B4
(157,177,180)
#ADBEC0
(173,190,192)
#BDCBCC
(189,203,204)
#CDD8D8
(205,216,216)
#DDE5E4
(221,229,228)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7078; }

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

This text font color is #4D7078.

Background Color

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

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

This div background color is #4D7078.

Border color

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

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

This div border color is #4D7078.

Opacity

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

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

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

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

This text has shadow with #4D7078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7078.

Preview

Color preview on black background

This text has color #4D7078 on black background.


Color preview on white background

This text has color #4D7078 on white background.


Black color preview on #4D7078 background

This text has black color on #4D7078 background.


White color preview on #4D7078 background

This text has white color on #4D7078 background.


Related colors

Complementary color

Complementary color for #hex is #B28F87.


I love getcolorcode.com

Triadic colors

1 #784D70 and #70784D with #4D7078 are triadic colors.

2 #78704D and #704D78 with #4D7078 are triadic colors.