COLOR #4C5D4F

HEX: #4C5D4F
RGB: (76,93,79)

Color info

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

RGB color model

#4C5D4F color RGB value is (76,93,79).

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

RGB channels and saturation

R 76 of 255 = 30%
G 93 of 255 = 36%
B 79 of 255 = 31%

76
93
79

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

Portions of RGB colors in percentages

R + G + B =
76 + 93 + 79 = 248 (100%)
R 76 of 248 ~ 30.65%
G 93 of 248 ~ 37.5%
B 79 of 248 ~ 31.85%

%30.65
%37.5
%31.85

CMYK color model

#4C5D4F color CMYK value is (18,0,15,64).

  • cyan value is 18.28%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 63.53%
CMYK:
(18,0,15,64)
C18M0Y15K64 
(18%,0%,15%,64%)
(0.18/0.00/0.15/0.64)	

CMYK percentages

%18.28
%0
%15.05
%63.53

Codes

Color #4C5D4F in popluar color models

4C5D4F
RGB769379
HSL131°10.06%33.14%
HSB/HSV131°18.28%36.47%
CMYK18.28%0.00%15.05%
63.53%

Color #4C5D4F in popluar number systems.

HEX4C5D4F
Decimal769379
Binary100110010111011001111
Octal114135117

Shades and tints

Shades of #4C5D4F

#4C5D4F
(76,93,79)
#465548
(70,85,72)
#404D41
(64,77,65)
#3A453A
(58,69,58)
#343D33
(52,61,51)
#2E352C
(46,53,44)
#282D25
(40,45,37)
#22251E
(34,37,30)
#1C1D17
(28,29,23)
#161510
(22,21,16)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #4C5D4F

#4C5D4F
(76,93,79)
#5C6B5F
(92,107,95)
#6C796F
(108,121,111)
#7C877F
(124,135,127)
#8C958F
(140,149,143)
#9CA39F
(156,163,159)
#ACB1AF
(172,177,175)
#BCBFBF
(188,191,191)
#CCCDCF
(204,205,207)
#DCDBDF
(220,219,223)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5D4F; }

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

This text font color is #4C5D4F.


Background Color

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

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

This div background color is #4C5D4F.


Border color

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

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

This div border color is #4C5D4F.


Opacity

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

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

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

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

This text has shadow with #4C5D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5D4F on black background.


Color preview on white background

This text has color #4C5D4F on white background.



Black color preview on #4C5D4F background

This text has black color on #4C5D4F background.


White color preview on #4C5D4F background

This text has white color on #4C5D4F background.