COLOR #4D5849

HEX: #4D5849
RGB: (77,88,73)

Color info

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

RGB color model

#4D5849 color RGB value is (77,88,73).

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

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 73 of 255 = 29%

77
88
73

R + G + B ~ 31%. #4D5849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 88 + 73 = 238 (100%)
R 77 of 238 ~ 32.35%
G 88 of 238 ~ 36.97%
B 73 of 238 ~ 30.67%

%32.35
%36.97
%30.67

CMYK color model

#4D5849 color CMYK value is (13,0,17,65).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 65.49%
CMYK:
(13,0,17,65)
C13M0Y17K65 
(13%,0%,17%,65%)
(0.13/0.00/0.17/0.65)	

CMYK percentages

%12.5
%0
%17.05
%65.49

Codes

Color #4D5849 in popluar color models

4D5849
RGB778873
HSL104°9.32%31.57%
HSB/HSV104°17.05%34.51%
CMYK12.50%0.00%17.05%
65.49%

Color #4D5849 in popluar number systems.

HEX4D5849
Decimal778873
Binary100110110110001001001
Octal115130111

Shades and tints

Shades of #4D5849

#4D5849
(77,88,73)
#465043
(70,80,67)
#3F483D
(63,72,61)
#384037
(56,64,55)
#313831
(49,56,49)
#2A302B
(42,48,43)
#232825
(35,40,37)
#1C201F
(28,32,31)
#151819
(21,24,25)
#0E1013
(14,16,19)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #4D5849

#4D5849
(77,88,73)
#5D6759
(93,103,89)
#6D7669
(109,118,105)
#7D8579
(125,133,121)
#8D9489
(141,148,137)
#9DA399
(157,163,153)
#ADB2A9
(173,178,169)
#BDC1B9
(189,193,185)
#CDD0C9
(205,208,201)
#DDDFD9
(221,223,217)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5849; }

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

This text font color is #4D5849.


Background Color

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

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

This div background color is #4D5849.


Border color

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

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

This div border color is #4D5849.


Opacity

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

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

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

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

This text has shadow with #4D5849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5849 on black background.


Color preview on white background

This text has color #4D5849 on white background.



Black color preview on #4D5849 background

This text has black color on #4D5849 background.


White color preview on #4D5849 background

This text has white color on #4D5849 background.