COLOR #4D787E

HEX: #4D787E RGB: (77,120,126)

Color info

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

RGB color model

#4D787E color RGB value is (77,120,126).

RGB: (77,120,126) (30%, 47%, 49%)

RGB channels and saturation

R 77 of 255 = 30%
G 120 of 255 = 47%
B 126 of 255 = 49%

77
120
126

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

Portions of RGB colors in percentages

R + G + B = 77 + 120 + 126 = 323 (100%)
R 77 of 323 ~ 23.84%
G 120 of 323 ~ 37.15%
B 126 of 323 ~ 39.01'%

%23.84
%37.15
%39.01

CMYK color model

#4D787E color CMYK value is (39,5,0,51).

  • cyan value is 38.89%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (39,5,0,51)
C39M5Y0K51 (39%, 5%, 0%, 51%)
(0.39 / 0.05 / 0.00 / 0.51)

CMYK percentages

%38.89
%4.76
%0
%50.59

Codes

Color #4D787E in popluar color models

4D 78 7E
RGB 77 120 126
HSL 187° 24.14% 39.80%
HSB/HSV 187° 38.89% 49.41%
CMYK 38.89% 4.76% 0.00%
50.59%

Color #4D787E in popluar number systems.

HEX 4D 78 7E
Decimal 77 120 126
Binary 1001101 1111000 1111110
Octal 115 170 176

Shades and tints

Shades of #4D787E

#4D787E
(77,120,126)
#466E73
(70,110,115)
#3F6468
(63,100,104)
#385A5D
(56,90,93)
#315052
(49,80,82)
#2A4647
(42,70,71)
#233C3C
(35,60,60)
#1C3231
(28,50,49)
#152826
(21,40,38)
#0E1E1B
(14,30,27)
#071410
(7,20,16)
#000000
(0,0,0)

Tints of #4D787E

#4D787E
(77,120,126)
#5D8489
(93,132,137)
#6D9094
(109,144,148)
#7D9C9F
(125,156,159)
#8DA8AA
(141,168,170)
#9DB4B5
(157,180,181)
#ADC0C0
(173,192,192)
#BDCCCB
(189,204,203)
#CDD8D6
(205,216,214)
#DDE4E1
(221,228,225)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D787E; }

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

This text font color is #4D787E.

Background Color

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

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

This div background color is #4D787E.

Border color

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

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

This div border color is #4D787E.

Opacity

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

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

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

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

This text has shadow with #4D787E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D787E.

Preview

Color preview on black background

This text has color #4D787E on black background.


Color preview on white background

This text has color #4D787E on white background.


Black color preview on #4D787E background

This text has black color on #4D787E background.


White color preview on #4D787E background

This text has white color on #4D787E background.


Related colors

Complementary color

Complementary color for #hex is #B28781.


I love getcolorcode.com

Triadic colors

1 #7E4D78 and #787E4D with #4D787E are triadic colors.

2 #7E784D and #784D7E with #4D787E are triadic colors.