COLOR #4D3950

HEX: #4D3950
RGB: (77,57,80)

Color info

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

RGB color model

#4D3950 color RGB value is (77,57,80).

  • red value is 77;
  • green value is 57;
  • blue value is 80.
RGB:
(77,57,80)
(30%,22%,31%)

RGB channels and saturation

R 77 of 255 = 30%
G 57 of 255 = 22%
B 80 of 255 = 31%

77
57
80

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

Portions of RGB colors in percentages

R + G + B =
77 + 57 + 80 = 214 (100%)
R 77 of 214 ~ 35.98%
G 57 of 214 ~ 26.64%
B 80 of 214 ~ 37.38%

%35.98
%26.64
%37.38

CMYK color model

#4D3950 color CMYK value is (4,29,0,69).

  • cyan value is 3.75%
  • magenta value is 28.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(4,29,0,69)
C4M29Y0K69 
(4%,29%,0%,69%)
(0.04/0.29/0.00/0.69)	

CMYK percentages

%3.75
%28.75
%0
%68.63

Codes

Color #4D3950 in popluar color models

4D3950
RGB775780
HSL292°16.79%26.86%
HSB/HSV292°28.75%31.37%
CMYK3.75%28.75%0.00%
68.63%

Color #4D3950 in popluar number systems.

HEX4D3950
Decimal775780
Binary10011011110011010000
Octal11571120

Shades and tints

Shades of #4D3950

#4D3950
(77,57,80)
#463449
(70,52,73)
#3F2F42
(63,47,66)
#382A3B
(56,42,59)
#312534
(49,37,52)
#2A202D
(42,32,45)
#231B26
(35,27,38)
#1C161F
(28,22,31)
#151118
(21,17,24)
#0E0C11
(14,12,17)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #4D3950

#4D3950
(77,57,80)
#5D4B5F
(93,75,95)
#6D5D6E
(109,93,110)
#7D6F7D
(125,111,125)
#8D818C
(141,129,140)
#9D939B
(157,147,155)
#ADA5AA
(173,165,170)
#BDB7B9
(189,183,185)
#CDC9C8
(205,201,200)
#DDDBD7
(221,219,215)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3950 color. Also use rgb(77,57,80) instead hex code.

Text Font Color

.myTextColor { color: #4D3950; }

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

This text font color is #4D3950.


Background Color

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

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

This div background color is #4D3950.


Border color

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

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

This div border color is #4D3950.


Opacity

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

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

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

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

This text has shadow with #4D3950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3950 on black background.


Color preview on white background

This text has color #4D3950 on white background.



Black color preview on #4D3950 background

This text has black color on #4D3950 background.


White color preview on #4D3950 background

This text has white color on #4D3950 background.