COLOR #4D567D

HEX: #4D567D
RGB: (77,86,125)

Color info

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

RGB color model

#4D567D color RGB value is (77,86,125).

  • red value is 77;
  • green value is 86;
  • blue value is 125.
RGB:
(77,86,125)
(30%,34%,49%)

RGB channels and saturation

R 77 of 255 = 30%
G 86 of 255 = 34%
B 125 of 255 = 49%

77
86
125

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

Portions of RGB colors in percentages

R + G + B =
77 + 86 + 125 = 288 (100%)
R 77 of 288 ~ 26.74%
G 86 of 288 ~ 29.86%
B 125 of 288 ~ 43.4%

%26.74
%29.86
%43.4

CMYK color model

#4D567D color CMYK value is (38,31,0,51).

  • cyan value is 38.40%
  • magenta value is 31.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(38,31,0,51)
C38M31Y0K51 
(38%,31%,0%,51%)
(0.38/0.31/0.00/0.51)	

CMYK percentages

%38.4
%31.2
%0
%50.98

Codes

Color #4D567D in popluar color models

4D567D
RGB7786125
HSL229°23.76%39.61%
HSB/HSV229°38.40%49.02%
CMYK38.40%31.20%0.00%
50.98%

Color #4D567D in popluar number systems.

HEX4D567D
Decimal7786125
Binary100110110101101111101
Octal115126175

Shades and tints

Shades of #4D567D

#4D567D
(77,86,125)
#464F72
(70,79,114)
#3F4867
(63,72,103)
#38415C
(56,65,92)
#313A51
(49,58,81)
#2A3346
(42,51,70)
#232C3B
(35,44,59)
#1C2530
(28,37,48)
#151E25
(21,30,37)
#0E171A
(14,23,26)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #4D567D

#4D567D
(77,86,125)
#5D6588
(93,101,136)
#6D7493
(109,116,147)
#7D839E
(125,131,158)
#8D92A9
(141,146,169)
#9DA1B4
(157,161,180)
#ADB0BF
(173,176,191)
#BDBFCA
(189,191,202)
#CDCED5
(205,206,213)
#DDDDE0
(221,221,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D567D color. Also use rgb(77,86,125) instead hex code.

Text Font Color

.myTextColor { color: #4D567D; }

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

This text font color is #4D567D.


Background Color

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

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

This div background color is #4D567D.


Border color

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

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

This div border color is #4D567D.


Opacity

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

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

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

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

This text has shadow with #4D567D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D567D on black background.


Color preview on white background

This text has color #4D567D on white background.



Black color preview on #4D567D background

This text has black color on #4D567D background.


White color preview on #4D567D background

This text has white color on #4D567D background.