COLOR #4D6F7A

HEX: #4D6F7A
RGB: (77,111,122)

Color info

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

RGB color model

#4D6F7A color RGB value is (77,111,122).

  • red value is 77;
  • green value is 111;
  • blue value is 122.
RGB:
(77,111,122)
(30%,44%,48%)

RGB channels and saturation

R 77 of 255 = 30%
G 111 of 255 = 44%
B 122 of 255 = 48%

77
111
122

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

Portions of RGB colors in percentages

R + G + B =
77 + 111 + 122 = 310 (100%)
R 77 of 310 ~ 24.84%
G 111 of 310 ~ 35.81%
B 122 of 310 ~ 39.35%

%24.84
%35.81
%39.35

CMYK color model

#4D6F7A color CMYK value is (37,9,0,52).

  • cyan value is 36.89%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(37,9,0,52)
C37M9Y0K52 
(37%,9%,0%,52%)
(0.37/0.09/0.00/0.52)	

CMYK percentages

%36.89
%9.02
%0
%52.16

Codes

Color #4D6F7A in popluar color models

4D6F7A
RGB77111122
HSL195°22.61%39.02%
HSB/HSV195°36.89%47.84%
CMYK36.89%9.02%0.00%
52.16%

Color #4D6F7A in popluar number systems.

HEX4D6F7A
Decimal77111122
Binary100110111011111111010
Octal115157172

Shades and tints

Shades of #4D6F7A

#4D6F7A
(77,111,122)
#46656F
(70,101,111)
#3F5B64
(63,91,100)
#385159
(56,81,89)
#31474E
(49,71,78)
#2A3D43
(42,61,67)
#233338
(35,51,56)
#1C292D
(28,41,45)
#151F22
(21,31,34)
#0E1517
(14,21,23)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #4D6F7A

#4D6F7A
(77,111,122)
#5D7C86
(93,124,134)
#6D8992
(109,137,146)
#7D969E
(125,150,158)
#8DA3AA
(141,163,170)
#9DB0B6
(157,176,182)
#ADBDC2
(173,189,194)
#BDCACE
(189,202,206)
#CDD7DA
(205,215,218)
#DDE4E6
(221,228,230)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6F7A color. Also use rgb(77,111,122) instead hex code.

Text Font Color

.myTextColor { color: #4D6F7A; }

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

This text font color is #4D6F7A.


Background Color

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

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

This div background color is #4D6F7A.


Border color

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

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

This div border color is #4D6F7A.


Opacity

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

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

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

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

This text has shadow with #4D6F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6F7A on black background.


Color preview on white background

This text has color #4D6F7A on white background.



Black color preview on #4D6F7A background

This text has black color on #4D6F7A background.


White color preview on #4D6F7A background

This text has white color on #4D6F7A background.