COLOR #4D5848

HEX: #4D5848
RGB: (77,88,72)

Color info

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

RGB color model

#4D5848 color RGB value is (77,88,72).

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

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 72 of 255 = 28%

77
88
72

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

Portions of RGB colors in percentages

R + G + B =
77 + 88 + 72 = 237 (100%)
R 77 of 237 ~ 32.49%
G 88 of 237 ~ 37.13%
B 72 of 237 ~ 30.38%

%32.49
%37.13
%30.38

CMYK color model

#4D5848 color CMYK value is (13,0,18,65).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 65.49%
CMYK:
(13,0,18,65)
C13M0Y18K65 
(13%,0%,18%,65%)
(0.13/0.00/0.18/0.65)	

CMYK percentages

%12.5
%0
%18.18
%65.49

Codes

Color #4D5848 in popluar color models

4D5848
RGB778872
HSL101°10.00%31.37%
HSB/HSV101°18.18%34.51%
CMYK12.50%0.00%18.18%
65.49%

Color #4D5848 in popluar number systems.

HEX4D5848
Decimal778872
Binary100110110110001001000
Octal115130110

Shades and tints

Shades of #4D5848

#4D5848
(77,88,72)
#465042
(70,80,66)
#3F483C
(63,72,60)
#384036
(56,64,54)
#313830
(49,56,48)
#2A302A
(42,48,42)
#232824
(35,40,36)
#1C201E
(28,32,30)
#151818
(21,24,24)
#0E1012
(14,16,18)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D5848

#4D5848
(77,88,72)
#5D6758
(93,103,88)
#6D7668
(109,118,104)
#7D8578
(125,133,120)
#8D9488
(141,148,136)
#9DA398
(157,163,152)
#ADB2A8
(173,178,168)
#BDC1B8
(189,193,184)
#CDD0C8
(205,208,200)
#DDDFD8
(221,223,216)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5848; }

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

This text font color is #4D5848.


Background Color

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

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

This div background color is #4D5848.


Border color

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

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

This div border color is #4D5848.


Opacity

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

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

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

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

This text has shadow with #4D5848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5848 on black background.


Color preview on white background

This text has color #4D5848 on white background.



Black color preview on #4D5848 background

This text has black color on #4D5848 background.


White color preview on #4D5848 background

This text has white color on #4D5848 background.