COLOR #4D5172

HEX: #4D5172
RGB: (77,81,114)

Color info

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

RGB color model

#4D5172 color RGB value is (77,81,114).

  • red value is 77;
  • green value is 81;
  • blue value is 114.
RGB:
(77,81,114)
(30%,32%,45%)

RGB channels and saturation

R 77 of 255 = 30%
G 81 of 255 = 32%
B 114 of 255 = 45%

77
81
114

R + G + B ~ 36%. #4D5172 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 81 + 114 = 272 (100%)
R 77 of 272 ~ 28.31%
G 81 of 272 ~ 29.78%
B 114 of 272 ~ 41.91%

%28.31
%29.78
%41.91

CMYK color model

#4D5172 color CMYK value is (32,29,0,55).

  • cyan value is 32.46%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(32,29,0,55)
C32M29Y0K55 
(32%,29%,0%,55%)
(0.32/0.29/0.00/0.55)	

CMYK percentages

%32.46
%28.95
%0
%55.29

Codes

Color #4D5172 in popluar color models

4D5172
RGB7781114
HSL234°19.37%37.45%
HSB/HSV234°32.46%44.71%
CMYK32.46%28.95%0.00%
55.29%

Color #4D5172 in popluar number systems.

HEX4D5172
Decimal7781114
Binary100110110100011110010
Octal115121162

Shades and tints

Shades of #4D5172

#4D5172
(77,81,114)
#464A68
(70,74,104)
#3F435E
(63,67,94)
#383C54
(56,60,84)
#31354A
(49,53,74)
#2A2E40
(42,46,64)
#232736
(35,39,54)
#1C202C
(28,32,44)
#151922
(21,25,34)
#0E1218
(14,18,24)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #4D5172

#4D5172
(77,81,114)
#5D607E
(93,96,126)
#6D6F8A
(109,111,138)
#7D7E96
(125,126,150)
#8D8DA2
(141,141,162)
#9D9CAE
(157,156,174)
#ADABBA
(173,171,186)
#BDBAC6
(189,186,198)
#CDC9D2
(205,201,210)
#DDD8DE
(221,216,222)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5172 color. Also use rgb(77,81,114) instead hex code.

Text Font Color

.myTextColor { color: #4D5172; }

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

This text font color is #4D5172.


Background Color

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

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

This div background color is #4D5172.


Border color

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

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

This div border color is #4D5172.


Opacity

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

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

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

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

This text has shadow with #4D5172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5172 on black background.


Color preview on white background

This text has color #4D5172 on white background.



Black color preview on #4D5172 background

This text has black color on #4D5172 background.


White color preview on #4D5172 background

This text has white color on #4D5172 background.