COLOR #4C374F

HEX: #4C374F RGB: (76,55,79)

Color info

#4C374F contains red, green and blue colors in about the same proportion. Web safe color of #4C374F is #333366 (or #336).

RGB color model

#4C374F color RGB value is (76,55,79).

RGB: (76,55,79) (30%, 22%, 31%)

RGB channels and saturation

R 76 of 255 = 30%
G 55 of 255 = 22%
B 79 of 255 = 31%

76
55
79

R + G + B ~ 28%. #4C374F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 55 + 79 = 210 (100%)
R 76 of 210 ~ 36.19%
G 55 of 210 ~ 26.19%
B 79 of 210 ~ 37.62'%

%36.19
%26.19
%37.62

CMYK color model

#4C374F color CMYK value is (4,30,0,69).

  • cyan value is 3.80%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (4,30,0,69) C4M30Y0K69 (4%,30%,0%,69%) (0.04/0.30/0.00/0.69) 

CMYK percentages

%3.8
%30.38
%0
%69.02

Codes

Color #4C374F in popluar color models

4C 37 4F
RGB 76 55 79
HSL 293° 17.91% 26.27%
HSB/HSV 293° 30.38% 30.98%
CMYK 3.80% 30.38% 0.00%
69.02%

Color #4C374F in popluar number systems.

HEX 4C 37 4F
Decimal 76 55 79
Binary 1001100 110111 1001111
Octal 114 67 117

Shades and tints

Shades of #4C374F

#4C374F
(76,55,79)
#463248
(70,50,72)
#402D41
(64,45,65)
#3A283A
(58,40,58)
#342333
(52,35,51)
#2E1E2C
(46,30,44)
#281925
(40,25,37)
#22141E
(34,20,30)
#1C0F17
(28,15,23)
#160A10
(22,10,16)
#100509
(16,5,9)
#000000
(0,0,0)

Tints of #4C374F

#4C374F
(76,55,79)
#5C495F
(92,73,95)
#6C5B6F
(108,91,111)
#7C6D7F
(124,109,127)
#8C7F8F
(140,127,143)
#9C919F
(156,145,159)
#ACA3AF
(172,163,175)
#BCB5BF
(188,181,191)
#CCC7CF
(204,199,207)
#DCD9DF
(220,217,223)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C374F; }

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

This text font color is #4C374F.

Background Color

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

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

This div background color is #4C374F.

Border color

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

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

This div border color is #4C374F.

Opacity

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

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

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

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

This text has shadow with #4C374F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C374F.

Preview

Color preview on black background

This text has color #4C374F on black background.


Color preview on white background

This text has color #4C374F on white background.


Black color preview on #4C374F background

This text has black color on #4C374F background.


White color preview on #4C374F background

This text has white color on #4C374F background.


Related colors

Complementary color

Complementary color for #hex is #B3C8B0.


I love getcolorcode.com

Triadic colors

1 #4F4C37 and #374F4C with #4C374F are triadic colors.

2 #4F374C and #374C4F with #4C374F are triadic colors.