COLOR #4C584F

HEX: #4C584F
RGB: (76,88,79)

Color info

#4C584F contains red, green and blue colors in about the same proportion. Web safe color of #4C584F is #336666 (or #366).

RGB color model

#4C584F color RGB value is (76,88,79).

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

RGB channels and saturation

R 76 of 255 = 30%
G 88 of 255 = 35%
B 79 of 255 = 31%

76
88
79

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

Portions of RGB colors in percentages

R + G + B =
76 + 88 + 79 = 243 (100%)
R 76 of 243 ~ 31.28%
G 88 of 243 ~ 36.21%
B 79 of 243 ~ 32.51%

%31.28
%36.21
%32.51

CMYK color model

#4C584F color CMYK value is (14,0,10,65).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 65.49%
CMYK:
(14,0,10,65)
C14M0Y10K65 
(14%,0%,10%,65%)
(0.14/0.00/0.10/0.65)	

CMYK percentages

%13.64
%0
%10.23
%65.49

Codes

Color #4C584F in popluar color models

4C584F
RGB768879
HSL135°7.32%32.16%
HSB/HSV135°13.64%34.51%
CMYK13.64%0.00%10.23%
65.49%

Color #4C584F in popluar number systems.

HEX4C584F
Decimal768879
Binary100110010110001001111
Octal114130117

Shades and tints

Shades of #4C584F

#4C584F
(76,88,79)
#465048
(70,80,72)
#404841
(64,72,65)
#3A403A
(58,64,58)
#343833
(52,56,51)
#2E302C
(46,48,44)
#282825
(40,40,37)
#22201E
(34,32,30)
#1C1817
(28,24,23)
#161010
(22,16,16)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #4C584F

#4C584F
(76,88,79)
#5C675F
(92,103,95)
#6C766F
(108,118,111)
#7C857F
(124,133,127)
#8C948F
(140,148,143)
#9CA39F
(156,163,159)
#ACB2AF
(172,178,175)
#BCC1BF
(188,193,191)
#CCD0CF
(204,208,207)
#DCDFDF
(220,223,223)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C584F; }

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

This text font color is #4C584F.


Background Color

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

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

This div background color is #4C584F.


Border color

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

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

This div border color is #4C584F.


Opacity

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

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

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

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

This text has shadow with #4C584F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C584F on black background.


Color preview on white background

This text has color #4C584F on white background.



Black color preview on #4C584F background

This text has black color on #4C584F background.


White color preview on #4C584F background

This text has white color on #4C584F background.