COLOR #4C4743

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

76
71
67

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

Portions of RGB colors in percentages

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

%35.51
%33.18
%31.31

CMYK color model

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

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

CMYK: (0,7,12,70)
C0M7Y12K70 (0%, 7%, 12%, 70%)
(0.00 / 0.07 / 0.12 / 0.70)

CMYK percentages

%0
%6.58
%11.84
%70.2

Codes

Color #4C4743 in popluar color models

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

Color #4C4743 in popluar number systems.

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

Shades and tints

Shades of #4C4743

#4C4743
(76,71,67)
#46413D
(70,65,61)
#403B37
(64,59,55)
#3A3531
(58,53,49)
#342F2B
(52,47,43)
#2E2925
(46,41,37)
#28231F
(40,35,31)
#221D19
(34,29,25)
#1C1713
(28,23,19)
#16110D
(22,17,13)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #4C4743

#4C4743
(76,71,67)
#5C5754
(92,87,84)
#6C6765
(108,103,101)
#7C7776
(124,119,118)
#8C8787
(140,135,135)
#9C9798
(156,151,152)
#ACA7A9
(172,167,169)
#BCB7BA
(188,183,186)
#CCC7CB
(204,199,203)
#DCD7DC
(220,215,220)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4743; }

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

This text font color is #4C4743.

Background Color

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

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

This div background color is #4C4743.

Border color

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

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

This div border color is #4C4743.

Opacity

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

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

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

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

This text has shadow with #4C4743 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4743.

Preview

Color preview on black background

This text has color #4C4743 on black background.


Color preview on white background

This text has color #4C4743 on white background.


Black color preview on #4C4743 background

This text has black color on #4C4743 background.


White color preview on #4C4743 background

This text has white color on #4C4743 background.


Related colors

Complementary color

Complementary color for #hex is #B3B8BC.


I love getcolorcode.com

Triadic colors

1 #434C47 and #47434C with #4C4743 are triadic colors.

2 #43474C and #474C43 with #4C4743 are triadic colors.