COLOR #4D584D

HEX: #4D584D
RGB: (77,88,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
88
77

R + G + B ~ 32%. #4D584D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 88 + 77 = 242 (100%)
R 77 of 242 ~ 31.82%
G 88 of 242 ~ 36.36%
B 77 of 242 ~ 31.82%

%31.82
%36.36
%31.82

CMYK color model

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

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

CMYK percentages

%12.5
%0
%12.5
%65.49

Codes

Color #4D584D in popluar color models

4D584D
RGB778877
HSL120°6.67%32.35%
HSB/HSV120°12.50%34.51%
CMYK12.50%0.00%12.50%
65.49%

Color #4D584D in popluar number systems.

HEX4D584D
Decimal778877
Binary100110110110001001101
Octal115130115

Shades and tints

Shades of #4D584D

#4D584D
(77,88,77)
#465046
(70,80,70)
#3F483F
(63,72,63)
#384038
(56,64,56)
#313831
(49,56,49)
#2A302A
(42,48,42)
#232823
(35,40,35)
#1C201C
(28,32,28)
#151815
(21,24,21)
#0E100E
(14,16,14)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #4D584D

#4D584D
(77,88,77)
#5D675D
(93,103,93)
#6D766D
(109,118,109)
#7D857D
(125,133,125)
#8D948D
(141,148,141)
#9DA39D
(157,163,157)
#ADB2AD
(173,178,173)
#BDC1BD
(189,193,189)
#CDD0CD
(205,208,205)
#DDDFDD
(221,223,221)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D584D; }

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

This text font color is #4D584D.


Background Color

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

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

This div background color is #4D584D.


Border color

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

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

This div border color is #4D584D.


Opacity

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

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

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

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

This text has shadow with #4D584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D584D on black background.


Color preview on white background

This text has color #4D584D on white background.



Black color preview on #4D584D background

This text has black color on #4D584D background.


White color preview on #4D584D background

This text has white color on #4D584D background.