COLOR #4C4147

HEX: #4C4147 RGB: (76,65,71)

Color info

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

RGB color model

#4C4147 color RGB value is (76,65,71).

RGB: (76,65,71) (30%, 25%, 28%)

RGB channels and saturation

R 76 of 255 = 30%
G 65 of 255 = 25%
B 71 of 255 = 28%

76
65
71

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

Portions of RGB colors in percentages

R + G + B = 76 + 65 + 71 = 212 (100%)
R 76 of 212 ~ 35.85%
G 65 of 212 ~ 30.66%
B 71 of 212 ~ 33.49'%

%35.85
%30.66
%33.49

CMYK color model

#4C4147 color CMYK value is (0,14,7,70).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 6.58%
  • key color value is 70.20%

CMYK: (0,14,7,70)
C0M14Y7K70 (0%, 14%, 7%, 70%)
(0.00 / 0.14 / 0.07 / 0.70)

CMYK percentages

%0
%14.47
%6.58
%70.2

Codes

Color #4C4147 in popluar color models

4C 41 47
RGB 76 65 71
HSL 327° 7.80% 27.65%
HSB/HSV 327° 14.47% 29.80%
CMYK 0.00% 14.47% 6.58%
70.20%

Color #4C4147 in popluar number systems.

HEX 4C 41 47
Decimal 76 65 71
Binary 1001100 1000001 1000111
Octal 114 101 107

Shades and tints

Shades of #4C4147

#4C4147
(76,65,71)
#463C41
(70,60,65)
#40373B
(64,55,59)
#3A3235
(58,50,53)
#342D2F
(52,45,47)
#2E2829
(46,40,41)
#282323
(40,35,35)
#221E1D
(34,30,29)
#1C1917
(28,25,23)
#161411
(22,20,17)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #4C4147

#4C4147
(76,65,71)
#5C5257
(92,82,87)
#6C6367
(108,99,103)
#7C7477
(124,116,119)
#8C8587
(140,133,135)
#9C9697
(156,150,151)
#ACA7A7
(172,167,167)
#BCB8B7
(188,184,183)
#CCC9C7
(204,201,199)
#DCDAD7
(220,218,215)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4147; }

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

This text font color is #4C4147.

Background Color

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

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

This div background color is #4C4147.

Border color

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

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

This div border color is #4C4147.

Opacity

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

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

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

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

This text has shadow with #4C4147 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4147.

Preview

Color preview on black background

This text has color #4C4147 on black background.


Color preview on white background

This text has color #4C4147 on white background.


Black color preview on #4C4147 background

This text has black color on #4C4147 background.


White color preview on #4C4147 background

This text has white color on #4C4147 background.


Related colors

Complementary color

Complementary color for #hex is #B3BEB8.


I love getcolorcode.com

Triadic colors

1 #474C41 and #41474C with #4C4147 are triadic colors.

2 #47414C and #414C47 with #4C4147 are triadic colors.