COLOR #4D2D56

HEX: #4D2D56
RGB: (77,45,86)

Color info

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

RGB color model

#4D2D56 color RGB value is (77,45,86).

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

RGB channels and saturation

R 77 of 255 = 30%
G 45 of 255 = 18%
B 86 of 255 = 34%

77
45
86

R + G + B ~ 27%. #4D2D56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 45 + 86 = 208 (100%)
R 77 of 208 ~ 37.02%
G 45 of 208 ~ 21.63%
B 86 of 208 ~ 41.35%

%37.02
%21.63
%41.35

CMYK color model

#4D2D56 color CMYK value is (10,48,0,66).

  • cyan value is 10.47%
  • magenta value is 47.67%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(10,48,0,66)
C10M48Y0K66 
(10%,48%,0%,66%)
(0.10/0.48/0.00/0.66)	

CMYK percentages

%10.47
%47.67
%0
%66.27

Codes

Color #4D2D56 in popluar color models

4D2D56
RGB774586
HSL287°31.30%25.69%
HSB/HSV287°47.67%33.73%
CMYK10.47%47.67%0.00%
66.27%

Color #4D2D56 in popluar number systems.

HEX4D2D56
Decimal774586
Binary10011011011011010110
Octal11555126

Shades and tints

Shades of #4D2D56

#4D2D56
(77,45,86)
#46294F
(70,41,79)
#3F2548
(63,37,72)
#382141
(56,33,65)
#311D3A
(49,29,58)
#2A1933
(42,25,51)
#23152C
(35,21,44)
#1C1125
(28,17,37)
#150D1E
(21,13,30)
#0E0917
(14,9,23)
#070510
(7,5,16)
#000000
(0,0,0)

Tints of #4D2D56

#4D2D56
(77,45,86)
#5D4065
(93,64,101)
#6D5374
(109,83,116)
#7D6683
(125,102,131)
#8D7992
(141,121,146)
#9D8CA1
(157,140,161)
#AD9FB0
(173,159,176)
#BDB2BF
(189,178,191)
#CDC5CE
(205,197,206)
#DDD8DD
(221,216,221)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2D56; }

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

This text font color is #4D2D56.


Background Color

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

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

This div background color is #4D2D56.


Border color

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

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

This div border color is #4D2D56.


Opacity

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

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

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

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

This text has shadow with #4D2D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2D56 on black background.


Color preview on white background

This text has color #4D2D56 on white background.



Black color preview on #4D2D56 background

This text has black color on #4D2D56 background.


White color preview on #4D2D56 background

This text has white color on #4D2D56 background.