COLOR #4C584D

HEX: #4C584D RGB: (76,88,77)

Color info

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

RGB color model

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

RGB: (76,88,77) (30%, 35%, 30%)

RGB channels and saturation

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

76
88
77

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

Portions of RGB colors in percentages

R + G + B = 76 + 88 + 77 = 241 (100%)
R 76 of 241 ~ 31.54%
G 88 of 241 ~ 36.51%
B 77 of 241 ~ 31.95'%

%31.54
%36.51
%31.95

CMYK color model

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

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 65.49%

CMYK: (14,0,13,65)
C14M0Y13K65 (14%, 0%, 13%, 65%)
(0.14 / 0.00 / 0.13 / 0.65)

CMYK percentages

%13.64
%0
%12.5
%65.49

Codes

Color #4C584D in popluar color models

4C 58 4D
RGB 76 88 77
HSL 125° 7.32% 32.16%
HSB/HSV 125° 13.64% 34.51%
CMYK 13.64% 0.00% 12.50%
65.49%

Color #4C584D in popluar number systems.

HEX 4C 58 4D
Decimal 76 88 77
Binary 1001100 1011000 1001101
Octal 114 130 115

Shades and tints

Shades of #4C584D

#4C584D
(76,88,77)
#465046
(70,80,70)
#40483F
(64,72,63)
#3A4038
(58,64,56)
#343831
(52,56,49)
#2E302A
(46,48,42)
#282823
(40,40,35)
#22201C
(34,32,28)
#1C1815
(28,24,21)
#16100E
(22,16,14)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #4C584D

#4C584D
(76,88,77)
#5C675D
(92,103,93)
#6C766D
(108,118,109)
#7C857D
(124,133,125)
#8C948D
(140,148,141)
#9CA39D
(156,163,157)
#ACB2AD
(172,178,173)
#BCC1BD
(188,193,189)
#CCD0CD
(204,208,205)
#DCDFDD
(220,223,221)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C584D; }

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

This text font color is #4C584D.

Background Color

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

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

This div background color is #4C584D.

Border color

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

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

This div border color is #4C584D.

Opacity

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

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

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

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

This text has shadow with #4C584D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C584D.

Preview

Color preview on black background

This text has color #4C584D on black background.


Color preview on white background

This text has color #4C584D on white background.


Black color preview on #4C584D background

This text has black color on #4C584D background.


White color preview on #4C584D background

This text has white color on #4C584D background.


Related colors

Complementary color

Complementary color for #hex is #B3A7B2.


I love getcolorcode.com

Triadic colors

1 #4D4C58 and #584D4C with #4C584D are triadic colors.

2 #4D584C and #584C4D with #4C584D are triadic colors.