COLOR #4D5149

HEX: #4D5149
RGB: (77,81,73)

Color info

#4D5149 contains red, green and blue colors in about the same proportion. Web safe color of #4D5149 is #336633 (or #363).

RGB color model

#4D5149 color RGB value is (77,81,73).

  • red value is 77;
  • green value is 81;
  • blue value is 73.
RGB:
(77,81,73)
(30%,32%,29%)

RGB channels and saturation

R 77 of 255 = 30%
G 81 of 255 = 32%
B 73 of 255 = 29%

77
81
73

R + G + B ~ 30%. #4D5149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 81 + 73 = 231 (100%)
R 77 of 231 ~ 33.33%
G 81 of 231 ~ 35.06%
B 73 of 231 ~ 31.6%

%33.33
%35.06
%31.6

CMYK color model

#4D5149 color CMYK value is (5,0,10,68).

  • cyan value is 4.94%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 68.24%
CMYK:
(5,0,10,68)
C5M0Y10K68 
(5%,0%,10%,68%)
(0.05/0.00/0.10/0.68)	

CMYK percentages

%4.94
%0
%9.88
%68.24

Codes

Color #4D5149 in popluar color models

4D5149
RGB778173
HSL90°5.19%30.20%
HSB/HSV90°9.88%31.76%
CMYK4.94%0.00%9.88%
68.24%

Color #4D5149 in popluar number systems.

HEX4D5149
Decimal778173
Binary100110110100011001001
Octal115121111

Shades and tints

Shades of #4D5149

#4D5149
(77,81,73)
#464A43
(70,74,67)
#3F433D
(63,67,61)
#383C37
(56,60,55)
#313531
(49,53,49)
#2A2E2B
(42,46,43)
#232725
(35,39,37)
#1C201F
(28,32,31)
#151919
(21,25,25)
#0E1213
(14,18,19)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #4D5149

#4D5149
(77,81,73)
#5D6059
(93,96,89)
#6D6F69
(109,111,105)
#7D7E79
(125,126,121)
#8D8D89
(141,141,137)
#9D9C99
(157,156,153)
#ADABA9
(173,171,169)
#BDBAB9
(189,186,185)
#CDC9C9
(205,201,201)
#DDD8D9
(221,216,217)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5149 color. Also use rgb(77,81,73) instead hex code.

Text Font Color

.myTextColor { color: #4D5149; }

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

This text font color is #4D5149.


Background Color

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

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

This div background color is #4D5149.


Border color

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

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

This div border color is #4D5149.


Opacity

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

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

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

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

This text has shadow with #4D5149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5149 on black background.


Color preview on white background

This text has color #4D5149 on white background.



Black color preview on #4D5149 background

This text has black color on #4D5149 background.


White color preview on #4D5149 background

This text has white color on #4D5149 background.