COLOR #4C4347

HEX: #4C4347 RGB: (76,67,71)

Color info

#4C4347 contains red, green and blue colors in about the same proportion. Web safe color of #4C4347 is #333333 (or #333).

RGB color model

#4C4347 color RGB value is (76,67,71).

RGB: (76,67,71) (30%, 26%, 28%)

RGB channels and saturation

R 76 of 255 = 30%
G 67 of 255 = 26%
B 71 of 255 = 28%

76
67
71

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

Portions of RGB colors in percentages

R + G + B = 76 + 67 + 71 = 214 (100%)
R 76 of 214 ~ 35.51%
G 67 of 214 ~ 31.31%
B 71 of 214 ~ 33.18'%

%35.51
%31.31
%33.18

CMYK color model

#4C4347 color CMYK value is (0,12,7,70).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 6.58%
  • key color value is 70.20%
CMYK: (0,12,7,70) C0M12Y7K70 (0%,12%,7%,70%) (0.00/0.12/0.07/0.70) 

CMYK percentages

%0
%11.84
%6.58
%70.2

Codes

Color #4C4347 in popluar color models

4C 43 47
RGB 76 67 71
HSL 333° 6.29% 28.04%
HSB/HSV 333° 11.84% 29.80%
CMYK 0.00% 11.84% 6.58%
70.20%

Color #4C4347 in popluar number systems.

HEX 4C 43 47
Decimal 76 67 71
Binary 1001100 1000011 1000111
Octal 114 103 107

Shades and tints

Shades of #4C4347

#4C4347
(76,67,71)
#463D41
(70,61,65)
#40373B
(64,55,59)
#3A3135
(58,49,53)
#342B2F
(52,43,47)
#2E2529
(46,37,41)
#281F23
(40,31,35)
#22191D
(34,25,29)
#1C1317
(28,19,23)
#160D11
(22,13,17)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #4C4347

#4C4347
(76,67,71)
#5C5457
(92,84,87)
#6C6567
(108,101,103)
#7C7677
(124,118,119)
#8C8787
(140,135,135)
#9C9897
(156,152,151)
#ACA9A7
(172,169,167)
#BCBAB7
(188,186,183)
#CCCBC7
(204,203,199)
#DCDCD7
(220,220,215)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4347 color. Also use rgb(76,67,71) instead hex code.

Text Font Color

.myTextColor { color: #4C4347; }

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

This text font color is #4C4347.

Background Color

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

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

This div background color is #4C4347.

Border color

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

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

This div border color is #4C4347.

Opacity

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

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

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

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

This text has shadow with #4C4347 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4347.

Preview

Color preview on black background

This text has color #4C4347 on black background.


Color preview on white background

This text has color #4C4347 on white background.


Black color preview on #4C4347 background

This text has black color on #4C4347 background.


White color preview on #4C4347 background

This text has white color on #4C4347 background.


Related colors

Complementary color

Complementary color for #hex is #B3BCB8.


I love getcolorcode.com

Triadic colors

1 #474C43 and #43474C with #4C4347 are triadic colors.

2 #47434C and #434C47 with #4C4347 are triadic colors.