COLOR #4D527B

HEX: #4D527B
RGB: (77,82,123)

Color info

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

RGB color model

#4D527B color RGB value is (77,82,123).

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

RGB channels and saturation

R 77 of 255 = 30%
G 82 of 255 = 32%
B 123 of 255 = 48%

77
82
123

R + G + B ~ 37%. #4D527B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 82 + 123 = 282 (100%)
R 77 of 282 ~ 27.3%
G 82 of 282 ~ 29.08%
B 123 of 282 ~ 43.62%

%27.3
%29.08
%43.62

CMYK color model

#4D527B color CMYK value is (37,33,0,52).

  • cyan value is 37.40%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(37,33,0,52)
C37M33Y0K52 
(37%,33%,0%,52%)
(0.37/0.33/0.00/0.52)	

CMYK percentages

%37.4
%33.33
%0
%51.76

Codes

Color #4D527B in popluar color models

4D527B
RGB7782123
HSL233°23.00%39.22%
HSB/HSV233°37.40%48.24%
CMYK37.40%33.33%0.00%
51.76%

Color #4D527B in popluar number systems.

HEX4D527B
Decimal7782123
Binary100110110100101111011
Octal115122173

Shades and tints

Shades of #4D527B

#4D527B
(77,82,123)
#464B70
(70,75,112)
#3F4465
(63,68,101)
#383D5A
(56,61,90)
#31364F
(49,54,79)
#2A2F44
(42,47,68)
#232839
(35,40,57)
#1C212E
(28,33,46)
#151A23
(21,26,35)
#0E1318
(14,19,24)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #4D527B

#4D527B
(77,82,123)
#5D6187
(93,97,135)
#6D7093
(109,112,147)
#7D7F9F
(125,127,159)
#8D8EAB
(141,142,171)
#9D9DB7
(157,157,183)
#ADACC3
(173,172,195)
#BDBBCF
(189,187,207)
#CDCADB
(205,202,219)
#DDD9E7
(221,217,231)
#EDE8F3
(237,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D527B; }

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

This text font color is #4D527B.


Background Color

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

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

This div background color is #4D527B.


Border color

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

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

This div border color is #4D527B.


Opacity

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

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

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

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

This text has shadow with #4D527B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D527B on black background.


Color preview on white background

This text has color #4D527B on white background.



Black color preview on #4D527B background

This text has black color on #4D527B background.


White color preview on #4D527B background

This text has white color on #4D527B background.