COLOR #4C4241

HEX: #4C4241 RGB: (76,66,65)

Color info

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

RGB color model

#4C4241 color RGB value is (76,66,65).

RGB: (76,66,65) (30%, 26%, 25%)

RGB channels and saturation

R 76 of 255 = 30%
G 66 of 255 = 26%
B 65 of 255 = 25%

76
66
65

R + G + B ~ 27%. #4C4241 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 66 + 65 = 207 (100%)
R 76 of 207 ~ 36.71%
G 66 of 207 ~ 31.88%
B 65 of 207 ~ 31.4'%

%36.71
%31.88
%31.4

CMYK color model

#4C4241 color CMYK value is (0,13,14,70).

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

CMYK: (0,13,14,70)
C0M13Y14K70 (0%, 13%, 14%, 70%)
(0.00 / 0.13 / 0.14 / 0.70)

CMYK percentages

%0
%13.16
%14.47
%70.2

Codes

Color #4C4241 in popluar color models

4C 42 41
RGB 76 66 65
HSL 7.80% 27.65%
HSB/HSV 14.47% 29.80%
CMYK 0.00% 13.16% 14.47%
70.20%

Color #4C4241 in popluar number systems.

HEX 4C 42 41
Decimal 76 66 65
Binary 1001100 1000010 1000001
Octal 114 102 101

Shades and tints

Shades of #4C4241

#4C4241
(76,66,65)
#463C3C
(70,60,60)
#403637
(64,54,55)
#3A3032
(58,48,50)
#342A2D
(52,42,45)
#2E2428
(46,36,40)
#281E23
(40,30,35)
#22181E
(34,24,30)
#1C1219
(28,18,25)
#160C14
(22,12,20)
#10060F
(16,6,15)
#000000
(0,0,0)

Tints of #4C4241

#4C4241
(76,66,65)
#5C5352
(92,83,82)
#6C6463
(108,100,99)
#7C7574
(124,117,116)
#8C8685
(140,134,133)
#9C9796
(156,151,150)
#ACA8A7
(172,168,167)
#BCB9B8
(188,185,184)
#CCCAC9
(204,202,201)
#DCDBDA
(220,219,218)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4241; }

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

This text font color is #4C4241.

Background Color

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

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

This div background color is #4C4241.

Border color

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

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

This div border color is #4C4241.

Opacity

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

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

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

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

This text has shadow with #4C4241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4241.

Preview

Color preview on black background

This text has color #4C4241 on black background.


Color preview on white background

This text has color #4C4241 on white background.


Black color preview on #4C4241 background

This text has black color on #4C4241 background.


White color preview on #4C4241 background

This text has white color on #4C4241 background.


Related colors

Complementary color

Complementary color for #hex is #B3BDBE.


I love getcolorcode.com

Triadic colors

1 #414C42 and #42414C with #4C4241 are triadic colors.

2 #41424C and #424C41 with #4C4241 are triadic colors.