COLOR #4D526F

HEX: #4D526F
RGB: (77,82,111)

Color info

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

RGB color model

#4D526F color RGB value is (77,82,111).

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

RGB channels and saturation

R 77 of 255 = 30%
G 82 of 255 = 32%
B 111 of 255 = 44%

77
82
111

R + G + B ~ 35%. #4D526F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 82 + 111 = 270 (100%)
R 77 of 270 ~ 28.52%
G 82 of 270 ~ 30.37%
B 111 of 270 ~ 41.11%

%28.52
%30.37
%41.11

CMYK color model

#4D526F color CMYK value is (31,26,0,56).

  • cyan value is 30.63%
  • magenta value is 26.13%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(31,26,0,56)
C31M26Y0K56 
(31%,26%,0%,56%)
(0.31/0.26/0.00/0.56)	

CMYK percentages

%30.63
%26.13
%0
%56.47

Codes

Color #4D526F in popluar color models

4D526F
RGB7782111
HSL231°18.09%36.86%
HSB/HSV231°30.63%43.53%
CMYK30.63%26.13%0.00%
56.47%

Color #4D526F in popluar number systems.

HEX4D526F
Decimal7782111
Binary100110110100101101111
Octal115122157

Shades and tints

Shades of #4D526F

#4D526F
(77,82,111)
#464B65
(70,75,101)
#3F445B
(63,68,91)
#383D51
(56,61,81)
#313647
(49,54,71)
#2A2F3D
(42,47,61)
#232833
(35,40,51)
#1C2129
(28,33,41)
#151A1F
(21,26,31)
#0E1315
(14,19,21)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #4D526F

#4D526F
(77,82,111)
#5D617C
(93,97,124)
#6D7089
(109,112,137)
#7D7F96
(125,127,150)
#8D8EA3
(141,142,163)
#9D9DB0
(157,157,176)
#ADACBD
(173,172,189)
#BDBBCA
(189,187,202)
#CDCAD7
(205,202,215)
#DDD9E4
(221,217,228)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D526F; }

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

This text font color is #4D526F.


Background Color

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

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

This div background color is #4D526F.


Border color

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

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

This div border color is #4D526F.


Opacity

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

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

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

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

This text has shadow with #4D526F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D526F on black background.


Color preview on white background

This text has color #4D526F on white background.



Black color preview on #4D526F background

This text has black color on #4D526F background.


White color preview on #4D526F background

This text has white color on #4D526F background.