COLOR #4D313E

HEX: #4D313E RGB: (77,49,62)

Color info

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

RGB color model

#4D313E color RGB value is (77,49,62).

RGB: (77,49,62) (30%, 19%, 24%)

RGB channels and saturation

R 77 of 255 = 30%
G 49 of 255 = 19%
B 62 of 255 = 24%

77
49
62

R + G + B ~ 24%. #4D313E is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 49 + 62 = 188 (100%)
R 77 of 188 ~ 40.96%
G 49 of 188 ~ 26.06%
B 62 of 188 ~ 32.98'%

%40.96
%26.06
%32.98

CMYK color model

#4D313E color CMYK value is (0,36,19,70).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 19.48%
  • key color value is 69.80%

CMYK: (0,36,19,70)
C0M36Y19K70 (0%, 36%, 19%, 70%)
(0.00 / 0.36 / 0.19 / 0.70)

CMYK percentages

%0
%36.36
%19.48
%69.8

Codes

Color #4D313E in popluar color models

4D 31 3E
RGB 77 49 62
HSL 332° 22.22% 24.71%
HSB/HSV 332° 36.36% 30.20%
CMYK 0.00% 36.36% 19.48%
69.80%

Color #4D313E in popluar number systems.

HEX 4D 31 3E
Decimal 77 49 62
Binary 1001101 110001 111110
Octal 115 61 76

Shades and tints

Shades of #4D313E

#4D313E
(77,49,62)
#462D39
(70,45,57)
#3F2934
(63,41,52)
#38252F
(56,37,47)
#31212A
(49,33,42)
#2A1D25
(42,29,37)
#231920
(35,25,32)
#1C151B
(28,21,27)
#151116
(21,17,22)
#0E0D11
(14,13,17)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #4D313E

#4D313E
(77,49,62)
#5D434F
(93,67,79)
#6D5560
(109,85,96)
#7D6771
(125,103,113)
#8D7982
(141,121,130)
#9D8B93
(157,139,147)
#AD9DA4
(173,157,164)
#BDAFB5
(189,175,181)
#CDC1C6
(205,193,198)
#DDD3D7
(221,211,215)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D313E color. Also use rgb(77,49,62) instead hex code.

Text Font Color

.myTextColor { color: #4D313E; }

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

This text font color is #4D313E.

Background Color

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

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

This div background color is #4D313E.

Border color

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

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

This div border color is #4D313E.

Opacity

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

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

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

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

This text has shadow with #4D313E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D313E.

Preview

Color preview on black background

This text has color #4D313E on black background.


Color preview on white background

This text has color #4D313E on white background.


Black color preview on #4D313E background

This text has black color on #4D313E background.


White color preview on #4D313E background

This text has white color on #4D313E background.


Related colors

Complementary color

Complementary color for #hex is #B2CEC1.


I love getcolorcode.com

Triadic colors

1 #3E4D31 and #313E4D with #4D313E are triadic colors.

2 #3E314D and #314D3E with #4D313E are triadic colors.