COLOR #4D4763

HEX: #4D4763
RGB: (77,71,99)

Color info

#4D4763 contains red, green and blue colors in about the same proportion. Web safe color of #4D4763 is #333366 (or #336).

RGB color model

#4D4763 color RGB value is (77,71,99).

  • red value is 77;
  • green value is 71;
  • blue value is 99.
RGB:
(77,71,99)
(30%,28%,39%)

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 99 of 255 = 39%

77
71
99

R + G + B ~ 32%. #4D4763 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 71 + 99 = 247 (100%)
R 77 of 247 ~ 31.17%
G 71 of 247 ~ 28.74%
B 99 of 247 ~ 40.08%

%31.17
%28.74
%40.08

CMYK color model

#4D4763 color CMYK value is (22,28,0,61).

  • cyan value is 22.22%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(22,28,0,61)
C22M28Y0K61 
(22%,28%,0%,61%)
(0.22/0.28/0.00/0.61)	

CMYK percentages

%22.22
%28.28
%0
%61.18

Codes

Color #4D4763 in popluar color models

4D4763
RGB777199
HSL253°16.47%33.33%
HSB/HSV253°28.28%38.82%
CMYK22.22%28.28%0.00%
61.18%

Color #4D4763 in popluar number systems.

HEX4D4763
Decimal777199
Binary100110110001111100011
Octal115107143

Shades and tints

Shades of #4D4763

#4D4763
(77,71,99)
#46415A
(70,65,90)
#3F3B51
(63,59,81)
#383548
(56,53,72)
#312F3F
(49,47,63)
#2A2936
(42,41,54)
#23232D
(35,35,45)
#1C1D24
(28,29,36)
#15171B
(21,23,27)
#0E1112
(14,17,18)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #4D4763

#4D4763
(77,71,99)
#5D5771
(93,87,113)
#6D677F
(109,103,127)
#7D778D
(125,119,141)
#8D879B
(141,135,155)
#9D97A9
(157,151,169)
#ADA7B7
(173,167,183)
#BDB7C5
(189,183,197)
#CDC7D3
(205,199,211)
#DDD7E1
(221,215,225)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4763 color. Also use rgb(77,71,99) instead hex code.

Text Font Color

.myTextColor { color: #4D4763; }

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

This text font color is #4D4763.


Background Color

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

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

This div background color is #4D4763.


Border color

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

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

This div border color is #4D4763.


Opacity

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

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

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

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

This text has shadow with #4D4763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4763 on black background.


Color preview on white background

This text has color #4D4763 on white background.



Black color preview on #4D4763 background

This text has black color on #4D4763 background.


White color preview on #4D4763 background

This text has white color on #4D4763 background.