COLOR #4D4061

HEX: #4D4061
RGB: (77,64,97)

Color info

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

RGB color model

#4D4061 color RGB value is (77,64,97).

  • red value is 77;
  • green value is 64;
  • blue value is 97.
RGB:
(77,64,97)
(30%,25%,38%)

RGB channels and saturation

R 77 of 255 = 30%
G 64 of 255 = 25%
B 97 of 255 = 38%

77
64
97

R + G + B ~ 31%. #4D4061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 64 + 97 = 238 (100%)
R 77 of 238 ~ 32.35%
G 64 of 238 ~ 26.89%
B 97 of 238 ~ 40.76%

%32.35
%26.89
%40.76

CMYK color model

#4D4061 color CMYK value is (21,34,0,62).

  • cyan value is 20.62%
  • magenta value is 34.02%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(21,34,0,62)
C21M34Y0K62 
(21%,34%,0%,62%)
(0.21/0.34/0.00/0.62)	

CMYK percentages

%20.62
%34.02
%0
%61.96

Codes

Color #4D4061 in popluar color models

4D4061
RGB776497
HSL264°20.50%31.57%
HSB/HSV264°34.02%38.04%
CMYK20.62%34.02%0.00%
61.96%

Color #4D4061 in popluar number systems.

HEX4D4061
Decimal776497
Binary100110110000001100001
Octal115100141

Shades and tints

Shades of #4D4061

#4D4061
(77,64,97)
#463B59
(70,59,89)
#3F3651
(63,54,81)
#383149
(56,49,73)
#312C41
(49,44,65)
#2A2739
(42,39,57)
#232231
(35,34,49)
#1C1D29
(28,29,41)
#151821
(21,24,33)
#0E1319
(14,19,25)
#070E11
(7,14,17)
#000000
(0,0,0)

Tints of #4D4061

#4D4061
(77,64,97)
#5D516F
(93,81,111)
#6D627D
(109,98,125)
#7D738B
(125,115,139)
#8D8499
(141,132,153)
#9D95A7
(157,149,167)
#ADA6B5
(173,166,181)
#BDB7C3
(189,183,195)
#CDC8D1
(205,200,209)
#DDD9DF
(221,217,223)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4061 color. Also use rgb(77,64,97) instead hex code.

Text Font Color

.myTextColor { color: #4D4061; }

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

This text font color is #4D4061.


Background Color

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

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

This div background color is #4D4061.


Border color

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

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

This div border color is #4D4061.


Opacity

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

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

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

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

This text has shadow with #4D4061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4061 on black background.


Color preview on white background

This text has color #4D4061 on white background.



Black color preview on #4D4061 background

This text has black color on #4D4061 background.


White color preview on #4D4061 background

This text has white color on #4D4061 background.