COLOR #4D7C84

HEX: #4D7C84 RGB: (77,124,132)

Color info

#4D7C84 contains red, green and blue colors in about the same proportion. Web safe color of #4D7C84 is #336699 (or #369).

RGB color model

#4D7C84 color RGB value is (77,124,132).

RGB: (77,124,132) (30%, 49%, 52%)

RGB channels and saturation

R 77 of 255 = 30%
G 124 of 255 = 49%
B 132 of 255 = 52%

77
124
132

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

Portions of RGB colors in percentages

R + G + B = 77 + 124 + 132 = 333 (100%)
R 77 of 333 ~ 23.12%
G 124 of 333 ~ 37.24%
B 132 of 333 ~ 39.64'%

%23.12
%37.24
%39.64

CMYK color model

#4D7C84 color CMYK value is (42,6,0,48).

  • cyan value is 41.67%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (42,6,0,48)
C42M6Y0K48 (42%, 6%, 0%, 48%)
(0.42 / 0.06 / 0.00 / 0.48)

CMYK percentages

%41.67
%6.06
%0
%48.24

Codes

Color #4D7C84 in popluar color models

4D 7C 84
RGB 77 124 132
HSL 189° 26.32% 40.98%
HSB/HSV 189° 41.67% 51.76%
CMYK 41.67% 6.06% 0.00%
48.24%

Color #4D7C84 in popluar number systems.

HEX 4D 7C 84
Decimal 77 124 132
Binary 1001101 1111100 10000100
Octal 115 174 204

Shades and tints

Shades of #4D7C84

#4D7C84
(77,124,132)
#467178
(70,113,120)
#3F666C
(63,102,108)
#385B60
(56,91,96)
#315054
(49,80,84)
#2A4548
(42,69,72)
#233A3C
(35,58,60)
#1C2F30
(28,47,48)
#152424
(21,36,36)
#0E1918
(14,25,24)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #4D7C84

#4D7C84
(77,124,132)
#5D878F
(93,135,143)
#6D929A
(109,146,154)
#7D9DA5
(125,157,165)
#8DA8B0
(141,168,176)
#9DB3BB
(157,179,187)
#ADBEC6
(173,190,198)
#BDC9D1
(189,201,209)
#CDD4DC
(205,212,220)
#DDDFE7
(221,223,231)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7C84 color. Also use rgb(77,124,132) instead hex code.

Text Font Color

.myTextColor { color: #4D7C84; }

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

This text font color is #4D7C84.

Background Color

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

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

This div background color is #4D7C84.

Border color

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

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

This div border color is #4D7C84.

Opacity

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

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

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

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

This text has shadow with #4D7C84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7C84.

Preview

Color preview on black background

This text has color #4D7C84 on black background.


Color preview on white background

This text has color #4D7C84 on white background.


Black color preview on #4D7C84 background

This text has black color on #4D7C84 background.


White color preview on #4D7C84 background

This text has white color on #4D7C84 background.


Related colors

Complementary color

Complementary color for #hex is #B2837B.


I love getcolorcode.com

Triadic colors

1 #844D7C and #7C844D with #4D7C84 are triadic colors.

2 #847C4D and #7C4D84 with #4D7C84 are triadic colors.