COLOR #4D314B

HEX: #4D314B RGB: (77,49,75)

Color info

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

RGB color model

#4D314B color RGB value is (77,49,75).

RGB: (77,49,75) (30%, 19%, 29%)

RGB channels and saturation

R 77 of 255 = 30%
G 49 of 255 = 19%
B 75 of 255 = 29%

77
49
75

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

Portions of RGB colors in percentages

R + G + B = 77 + 49 + 75 = 201 (100%)
R 77 of 201 ~ 38.31%
G 49 of 201 ~ 24.38%
B 75 of 201 ~ 37.31'%

%38.31
%24.38
%37.31

CMYK color model

#4D314B color CMYK value is (0,36,3,70).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 2.60%
  • key color value is 69.80%
CMYK: (0,36,3,70) C0M36Y3K70 (0%,36%,3%,70%) (0.00/0.36/0.03/0.70) 

CMYK percentages

%0
%36.36
%2.6
%69.8

Codes

Color #4D314B in popluar color models

4D 31 4B
RGB 77 49 75
HSL 304° 22.22% 24.71%
HSB/HSV 304° 36.36% 30.20%
CMYK 0.00% 36.36% 2.60%
69.80%

Color #4D314B in popluar number systems.

HEX 4D 31 4B
Decimal 77 49 75
Binary 1001101 110001 1001011
Octal 115 61 113

Shades and tints

Shades of #4D314B

#4D314B
(77,49,75)
#462D45
(70,45,69)
#3F293F
(63,41,63)
#382539
(56,37,57)
#312133
(49,33,51)
#2A1D2D
(42,29,45)
#231927
(35,25,39)
#1C1521
(28,21,33)
#15111B
(21,17,27)
#0E0D15
(14,13,21)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #4D314B

#4D314B
(77,49,75)
#5D435B
(93,67,91)
#6D556B
(109,85,107)
#7D677B
(125,103,123)
#8D798B
(141,121,139)
#9D8B9B
(157,139,155)
#AD9DAB
(173,157,171)
#BDAFBB
(189,175,187)
#CDC1CB
(205,193,203)
#DDD3DB
(221,211,219)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D314B; }

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

This text font color is #4D314B.

Background Color

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

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

This div background color is #4D314B.

Border color

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

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

This div border color is #4D314B.

Opacity

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

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

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

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

This text has shadow with #4D314B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D314B.

Preview

Color preview on black background

This text has color #4D314B on black background.


Color preview on white background

This text has color #4D314B on white background.


Black color preview on #4D314B background

This text has black color on #4D314B background.


White color preview on #4D314B background

This text has white color on #4D314B background.


Related colors

Complementary color

Complementary color for #hex is #B2CEB4.


I love getcolorcode.com

Triadic colors

1 #4B4D31 and #314B4D with #4D314B are triadic colors.

2 #4B314D and #314D4B with #4D314B are triadic colors.