COLOR #4D4256

HEX: #4D4256
RGB: (77,66,86)

Color info

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

RGB color model

#4D4256 color RGB value is (77,66,86).

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

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 86 of 255 = 34%

77
66
86

R + G + B ~ 30%. #4D4256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 86 = 229 (100%)
R 77 of 229 ~ 33.62%
G 66 of 229 ~ 28.82%
B 86 of 229 ~ 37.55%

%33.62
%28.82
%37.55

CMYK color model

#4D4256 color CMYK value is (10,23,0,66).

  • cyan value is 10.47%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(10,23,0,66)
C10M23Y0K66 
(10%,23%,0%,66%)
(0.10/0.23/0.00/0.66)	

CMYK percentages

%10.47
%23.26
%0
%66.27

Codes

Color #4D4256 in popluar color models

4D4256
RGB776686
HSL273°13.16%29.80%
HSB/HSV273°23.26%33.73%
CMYK10.47%23.26%0.00%
66.27%

Color #4D4256 in popluar number systems.

HEX4D4256
Decimal776686
Binary100110110000101010110
Octal115102126

Shades and tints

Shades of #4D4256

#4D4256
(77,66,86)
#463C4F
(70,60,79)
#3F3648
(63,54,72)
#383041
(56,48,65)
#312A3A
(49,42,58)
#2A2433
(42,36,51)
#231E2C
(35,30,44)
#1C1825
(28,24,37)
#15121E
(21,18,30)
#0E0C17
(14,12,23)
#070610
(7,6,16)
#000000
(0,0,0)

Tints of #4D4256

#4D4256
(77,66,86)
#5D5365
(93,83,101)
#6D6474
(109,100,116)
#7D7583
(125,117,131)
#8D8692
(141,134,146)
#9D97A1
(157,151,161)
#ADA8B0
(173,168,176)
#BDB9BF
(189,185,191)
#CDCACE
(205,202,206)
#DDDBDD
(221,219,221)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4256; }

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

This text font color is #4D4256.


Background Color

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

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

This div background color is #4D4256.


Border color

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

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

This div border color is #4D4256.


Opacity

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

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

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

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

This text has shadow with #4D4256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4256 on black background.


Color preview on white background

This text has color #4D4256 on white background.



Black color preview on #4D4256 background

This text has black color on #4D4256 background.


White color preview on #4D4256 background

This text has white color on #4D4256 background.