COLOR #4D6178

HEX: #4D6178
RGB: (77,97,120)

Color info

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

RGB color model

#4D6178 color RGB value is (77,97,120).

  • red value is 77;
  • green value is 97;
  • blue value is 120.
RGB:
(77,97,120)
(30%,38%,47%)

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 120 of 255 = 47%

77
97
120

R + G + B ~ 38%. #4D6178 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 97 + 120 = 294 (100%)
R 77 of 294 ~ 26.19%
G 97 of 294 ~ 32.99%
B 120 of 294 ~ 40.82%

%26.19
%32.99
%40.82

CMYK color model

#4D6178 color CMYK value is (36,19,0,53).

  • cyan value is 35.83%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(36,19,0,53)
C36M19Y0K53 
(36%,19%,0%,53%)
(0.36/0.19/0.00/0.53)	

CMYK percentages

%35.83
%19.17
%0
%52.94

Codes

Color #4D6178 in popluar color models

4D6178
RGB7797120
HSL212°21.83%38.63%
HSB/HSV212°35.83%47.06%
CMYK35.83%19.17%0.00%
52.94%

Color #4D6178 in popluar number systems.

HEX4D6178
Decimal7797120
Binary100110111000011111000
Octal115141170

Shades and tints

Shades of #4D6178

#4D6178
(77,97,120)
#46596E
(70,89,110)
#3F5164
(63,81,100)
#38495A
(56,73,90)
#314150
(49,65,80)
#2A3946
(42,57,70)
#23313C
(35,49,60)
#1C2932
(28,41,50)
#152128
(21,33,40)
#0E191E
(14,25,30)
#071114
(7,17,20)
#000000
(0,0,0)

Tints of #4D6178

#4D6178
(77,97,120)
#5D6F84
(93,111,132)
#6D7D90
(109,125,144)
#7D8B9C
(125,139,156)
#8D99A8
(141,153,168)
#9DA7B4
(157,167,180)
#ADB5C0
(173,181,192)
#BDC3CC
(189,195,204)
#CDD1D8
(205,209,216)
#DDDFE4
(221,223,228)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6178; }

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

This text font color is #4D6178.


Background Color

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

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

This div background color is #4D6178.


Border color

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

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

This div border color is #4D6178.


Opacity

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

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

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

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

This text has shadow with #4D6178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6178 on black background.


Color preview on white background

This text has color #4D6178 on white background.



Black color preview on #4D6178 background

This text has black color on #4D6178 background.


White color preview on #4D6178 background

This text has white color on #4D6178 background.