COLOR #4C3C2F

HEX: #4C3C2F
RGB: (76,60,47)

Color info

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

RGB color model

#4C3C2F color RGB value is (76,60,47).

  • red value is 76;
  • green value is 60;
  • blue value is 47.
RGB:
(76,60,47)
(30%,24%,18%)

RGB channels and saturation

R 76 of 255 = 30%
G 60 of 255 = 24%
B 47 of 255 = 18%

76
60
47

R + G + B ~ 24%. #4C3C2F is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 60 + 47 = 183 (100%)
R 76 of 183 ~ 41.53%
G 60 of 183 ~ 32.79%
B 47 of 183 ~ 25.68%

%41.53
%32.79
%25.68

CMYK color model

#4C3C2F color CMYK value is (0,21,38,70).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 38.16%
  • key color value is 70.20%
CMYK:
(0,21,38,70)
C0M21Y38K70 
(0%,21%,38%,70%)
(0.00/0.21/0.38/0.70)	

CMYK percentages

%0
%21.05
%38.16
%70.2

Codes

Color #4C3C2F in popluar color models

4C3C2F
RGB766047
HSL27°23.58%24.12%
HSB/HSV27°38.16%29.80%
CMYK0.00%21.05%38.16%
70.20%

Color #4C3C2F in popluar number systems.

HEX4C3C2F
Decimal766047
Binary1001100111100101111
Octal1147457

Shades and tints

Shades of #4C3C2F

#4C3C2F
(76,60,47)
#46372B
(70,55,43)
#403227
(64,50,39)
#3A2D23
(58,45,35)
#34281F
(52,40,31)
#2E231B
(46,35,27)
#281E17
(40,30,23)
#221913
(34,25,19)
#1C140F
(28,20,15)
#160F0B
(22,15,11)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #4C3C2F

#4C3C2F
(76,60,47)
#5C4D41
(92,77,65)
#6C5E53
(108,94,83)
#7C6F65
(124,111,101)
#8C8077
(140,128,119)
#9C9189
(156,145,137)
#ACA29B
(172,162,155)
#BCB3AD
(188,179,173)
#CCC4BF
(204,196,191)
#DCD5D1
(220,213,209)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3C2F color. Also use rgb(76,60,47) instead hex code.

Text Font Color

.myTextColor { color: #4C3C2F; }

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

This text font color is #4C3C2F.


Background Color

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

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

This div background color is #4C3C2F.


Border color

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

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

This div border color is #4C3C2F.


Opacity

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

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

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

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

This text has shadow with #4C3C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3C2F on black background.


Color preview on white background

This text has color #4C3C2F on white background.



Black color preview on #4C3C2F background

This text has black color on #4C3C2F background.


White color preview on #4C3C2F background

This text has white color on #4C3C2F background.