COLOR #4D3356

HEX: #4D3356
RGB: (77,51,86)

Color info

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

RGB color model

#4D3356 color RGB value is (77,51,86).

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

RGB channels and saturation

R 77 of 255 = 30%
G 51 of 255 = 20%
B 86 of 255 = 34%

77
51
86

R + G + B ~ 28%. #4D3356 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 51 + 86 = 214 (100%)
R 77 of 214 ~ 35.98%
G 51 of 214 ~ 23.83%
B 86 of 214 ~ 40.19%

%35.98
%23.83
%40.19

CMYK color model

#4D3356 color CMYK value is (10,41,0,66).

  • cyan value is 10.47%
  • magenta value is 40.70%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(10,41,0,66)
C10M41Y0K66 
(10%,41%,0%,66%)
(0.10/0.41/0.00/0.66)	

CMYK percentages

%10.47
%40.7
%0
%66.27

Codes

Color #4D3356 in popluar color models

4D3356
RGB775186
HSL285°25.55%26.86%
HSB/HSV285°40.70%33.73%
CMYK10.47%40.70%0.00%
66.27%

Color #4D3356 in popluar number systems.

HEX4D3356
Decimal775186
Binary10011011100111010110
Octal11563126

Shades and tints

Shades of #4D3356

#4D3356
(77,51,86)
#462F4F
(70,47,79)
#3F2B48
(63,43,72)
#382741
(56,39,65)
#31233A
(49,35,58)
#2A1F33
(42,31,51)
#231B2C
(35,27,44)
#1C1725
(28,23,37)
#15131E
(21,19,30)
#0E0F17
(14,15,23)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #4D3356

#4D3356
(77,51,86)
#5D4565
(93,69,101)
#6D5774
(109,87,116)
#7D6983
(125,105,131)
#8D7B92
(141,123,146)
#9D8DA1
(157,141,161)
#AD9FB0
(173,159,176)
#BDB1BF
(189,177,191)
#CDC3CE
(205,195,206)
#DDD5DD
(221,213,221)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3356; }

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

This text font color is #4D3356.


Background Color

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

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

This div background color is #4D3356.


Border color

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

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

This div border color is #4D3356.


Opacity

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

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

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

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

This text has shadow with #4D3356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3356 on black background.


Color preview on white background

This text has color #4D3356 on white background.



Black color preview on #4D3356 background

This text has black color on #4D3356 background.


White color preview on #4D3356 background

This text has white color on #4D3356 background.