COLOR #4D3347

HEX: #4D3347
RGB: (77,51,71)

Color info

#4D3347 contains red, green and blue colors in about the same proportion. Web safe color of #4D3347 is #333333 (or #333).

RGB color model

#4D3347 color RGB value is (77,51,71).

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

RGB channels and saturation

R 77 of 255 = 30%
G 51 of 255 = 20%
B 71 of 255 = 28%

77
51
71

R + G + B ~ 26%. #4D3347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 51 + 71 = 199 (100%)
R 77 of 199 ~ 38.69%
G 51 of 199 ~ 25.63%
B 71 of 199 ~ 35.68%

%38.69
%25.63
%35.68

CMYK color model

#4D3347 color CMYK value is (0,34,8,70).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 7.79%
  • key color value is 69.80%
CMYK:
(0,34,8,70)
C0M34Y8K70 
(0%,34%,8%,70%)
(0.00/0.34/0.08/0.70)	

CMYK percentages

%0
%33.77
%7.79
%69.8

Codes

Color #4D3347 in popluar color models

4D3347
RGB775171
HSL314°20.31%25.10%
HSB/HSV314°33.77%30.20%
CMYK0.00%33.77%7.79%
69.80%

Color #4D3347 in popluar number systems.

HEX4D3347
Decimal775171
Binary10011011100111000111
Octal11563107

Shades and tints

Shades of #4D3347

#4D3347
(77,51,71)
#462F41
(70,47,65)
#3F2B3B
(63,43,59)
#382735
(56,39,53)
#31232F
(49,35,47)
#2A1F29
(42,31,41)
#231B23
(35,27,35)
#1C171D
(28,23,29)
#151317
(21,19,23)
#0E0F11
(14,15,17)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D3347

#4D3347
(77,51,71)
#5D4557
(93,69,87)
#6D5767
(109,87,103)
#7D6977
(125,105,119)
#8D7B87
(141,123,135)
#9D8D97
(157,141,151)
#AD9FA7
(173,159,167)
#BDB1B7
(189,177,183)
#CDC3C7
(205,195,199)
#DDD5D7
(221,213,215)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3347; }

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

This text font color is #4D3347.


Background Color

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

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

This div background color is #4D3347.


Border color

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

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

This div border color is #4D3347.


Opacity

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

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

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

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

This text has shadow with #4D3347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3347 on black background.


Color preview on white background

This text has color #4D3347 on white background.



Black color preview on #4D3347 background

This text has black color on #4D3347 background.


White color preview on #4D3347 background

This text has white color on #4D3347 background.