COLOR #4C3F2E

HEX: #4C3F2E
RGB: (76,63,46)

Color info

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

RGB color model

#4C3F2E color RGB value is (76,63,46).

  • red value is 76;
  • green value is 63;
  • blue value is 46.
RGB:
(76,63,46)
(30%,25%,18%)

RGB channels and saturation

R 76 of 255 = 30%
G 63 of 255 = 25%
B 46 of 255 = 18%

76
63
46

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

Portions of RGB colors in percentages

R + G + B =
76 + 63 + 46 = 185 (100%)
R 76 of 185 ~ 41.08%
G 63 of 185 ~ 34.05%
B 46 of 185 ~ 24.86%

%41.08
%34.05
%24.86

CMYK color model

#4C3F2E color CMYK value is (0,17,39,70).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 39.47%
  • key color value is 70.20%
CMYK:
(0,17,39,70)
C0M17Y39K70 
(0%,17%,39%,70%)
(0.00/0.17/0.39/0.70)	

CMYK percentages

%0
%17.11
%39.47
%70.2

Codes

Color #4C3F2E in popluar color models

4C3F2E
RGB766346
HSL34°24.59%23.92%
HSB/HSV34°39.47%29.80%
CMYK0.00%17.11%39.47%
70.20%

Color #4C3F2E in popluar number systems.

HEX4C3F2E
Decimal766346
Binary1001100111111101110
Octal1147756

Shades and tints

Shades of #4C3F2E

#4C3F2E
(76,63,46)
#463A2A
(70,58,42)
#403526
(64,53,38)
#3A3022
(58,48,34)
#342B1E
(52,43,30)
#2E261A
(46,38,26)
#282116
(40,33,22)
#221C12
(34,28,18)
#1C170E
(28,23,14)
#16120A
(22,18,10)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #4C3F2E

#4C3F2E
(76,63,46)
#5C5041
(92,80,65)
#6C6154
(108,97,84)
#7C7267
(124,114,103)
#8C837A
(140,131,122)
#9C948D
(156,148,141)
#ACA5A0
(172,165,160)
#BCB6B3
(188,182,179)
#CCC7C6
(204,199,198)
#DCD8D9
(220,216,217)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3F2E color. Also use rgb(76,63,46) instead hex code.

Text Font Color

.myTextColor { color: #4C3F2E; }

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

This text font color is #4C3F2E.


Background Color

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

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

This div background color is #4C3F2E.


Border color

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

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

This div border color is #4C3F2E.


Opacity

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

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

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

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

This text has shadow with #4C3F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3F2E on black background.


Color preview on white background

This text has color #4C3F2E on white background.



Black color preview on #4C3F2E background

This text has black color on #4C3F2E background.


White color preview on #4C3F2E background

This text has white color on #4C3F2E background.