COLOR #4C4543

HEX: #4C4543 RGB: (76,69,67)

Color info

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

RGB color model

#4C4543 color RGB value is (76,69,67).

RGB: (76,69,67) (30%, 27%, 26%)

RGB channels and saturation

R 76 of 255 = 30%
G 69 of 255 = 27%
B 67 of 255 = 26%

76
69
67

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

Portions of RGB colors in percentages

R + G + B = 76 + 69 + 67 = 212 (100%)
R 76 of 212 ~ 35.85%
G 69 of 212 ~ 32.55%
B 67 of 212 ~ 31.6'%

%35.85
%32.55
%31.6

CMYK color model

#4C4543 color CMYK value is (0,9,12,70).

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

CMYK: (0,9,12,70)
C0M9Y12K70 (0%, 9%, 12%, 70%)
(0.00 / 0.09 / 0.12 / 0.70)

CMYK percentages

%0
%9.21
%11.84
%70.2

Codes

Color #4C4543 in popluar color models

4C 45 43
RGB 76 69 67
HSL 13° 6.29% 28.04%
HSB/HSV 13° 11.84% 29.80%
CMYK 0.00% 9.21% 11.84%
70.20%

Color #4C4543 in popluar number systems.

HEX 4C 45 43
Decimal 76 69 67
Binary 1001100 1000101 1000011
Octal 114 105 103

Shades and tints

Shades of #4C4543

#4C4543
(76,69,67)
#463F3D
(70,63,61)
#403937
(64,57,55)
#3A3331
(58,51,49)
#342D2B
(52,45,43)
#2E2725
(46,39,37)
#28211F
(40,33,31)
#221B19
(34,27,25)
#1C1513
(28,21,19)
#160F0D
(22,15,13)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #4C4543

#4C4543
(76,69,67)
#5C5554
(92,85,84)
#6C6565
(108,101,101)
#7C7576
(124,117,118)
#8C8587
(140,133,135)
#9C9598
(156,149,152)
#ACA5A9
(172,165,169)
#BCB5BA
(188,181,186)
#CCC5CB
(204,197,203)
#DCD5DC
(220,213,220)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4543; }

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

This text font color is #4C4543.

Background Color

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

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

This div background color is #4C4543.

Border color

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

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

This div border color is #4C4543.

Opacity

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

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

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

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

This text has shadow with #4C4543 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4543.

Preview

Color preview on black background

This text has color #4C4543 on black background.


Color preview on white background

This text has color #4C4543 on white background.


Black color preview on #4C4543 background

This text has black color on #4C4543 background.


White color preview on #4C4543 background

This text has white color on #4C4543 background.


Related colors

Complementary color

Complementary color for #hex is #B3BABC.


I love getcolorcode.com

Triadic colors

1 #434C45 and #45434C with #4C4543 are triadic colors.

2 #43454C and #454C43 with #4C4543 are triadic colors.