COLOR #4C3940

HEX: #4C3940 RGB: (76,57,64)

Color info

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

RGB color model

#4C3940 color RGB value is (76,57,64).

RGB: (76,57,64) (30%, 22%, 25%)

RGB channels and saturation

R 76 of 255 = 30%
G 57 of 255 = 22%
B 64 of 255 = 25%

76
57
64

R + G + B ~ 26%. #4C3940 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 57 + 64 = 197 (100%)
R 76 of 197 ~ 38.58%
G 57 of 197 ~ 28.93%
B 64 of 197 ~ 32.49'%

%38.58
%28.93
%32.49

CMYK color model

#4C3940 color CMYK value is (0,25,16,70).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 15.79%
  • key color value is 70.20%

CMYK: (0,25,16,70)
C0M25Y16K70 (0%, 25%, 16%, 70%)
(0.00 / 0.25 / 0.16 / 0.70)

CMYK percentages

%0
%25
%15.79
%70.2

Codes

Color #4C3940 in popluar color models

4C 39 40
RGB 76 57 64
HSL 338° 14.29% 26.08%
HSB/HSV 338° 25.00% 29.80%
CMYK 0.00% 25.00% 15.79%
70.20%

Color #4C3940 in popluar number systems.

HEX 4C 39 40
Decimal 76 57 64
Binary 1001100 111001 1000000
Octal 114 71 100

Shades and tints

Shades of #4C3940

#4C3940
(76,57,64)
#46343B
(70,52,59)
#402F36
(64,47,54)
#3A2A31
(58,42,49)
#34252C
(52,37,44)
#2E2027
(46,32,39)
#281B22
(40,27,34)
#22161D
(34,22,29)
#1C1118
(28,17,24)
#160C13
(22,12,19)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #4C3940

#4C3940
(76,57,64)
#5C4B51
(92,75,81)
#6C5D62
(108,93,98)
#7C6F73
(124,111,115)
#8C8184
(140,129,132)
#9C9395
(156,147,149)
#ACA5A6
(172,165,166)
#BCB7B7
(188,183,183)
#CCC9C8
(204,201,200)
#DCDBD9
(220,219,217)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3940 color. Also use rgb(76,57,64) instead hex code.

Text Font Color

.myTextColor { color: #4C3940; }

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

This text font color is #4C3940.

Background Color

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

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

This div background color is #4C3940.

Border color

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

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

This div border color is #4C3940.

Opacity

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

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

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

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

This text has shadow with #4C3940 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3940.

Preview

Color preview on black background

This text has color #4C3940 on black background.


Color preview on white background

This text has color #4C3940 on white background.


Black color preview on #4C3940 background

This text has black color on #4C3940 background.


White color preview on #4C3940 background

This text has white color on #4C3940 background.


Related colors

Complementary color

Complementary color for #hex is #B3C6BF.


I love getcolorcode.com

Triadic colors

1 #404C39 and #39404C with #4C3940 are triadic colors.

2 #40394C and #394C40 with #4C3940 are triadic colors.