COLOR #4C3621

HEX: #4C3621
RGB: (76,54,33)

Color info

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

RGB color model

#4C3621 color RGB value is (76,54,33).

  • red value is 76;
  • green value is 54;
  • blue value is 33.
RGB:
(76,54,33)
(30%,21%,13%)

RGB channels and saturation

R 76 of 255 = 30%
G 54 of 255 = 21%
B 33 of 255 = 13%

76
54
33

R + G + B ~ 21%. #4C3621 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 54 + 33 = 163 (100%)
R 76 of 163 ~ 46.63%
G 54 of 163 ~ 33.13%
B 33 of 163 ~ 20.25%

%46.63
%33.13
%20.25

CMYK color model

#4C3621 color CMYK value is (0,29,57,70).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 56.58%
  • key color value is 70.20%
CMYK:
(0,29,57,70)
C0M29Y57K70 
(0%,29%,57%,70%)
(0.00/0.29/0.57/0.70)	

CMYK percentages

%0
%28.95
%56.58
%70.2

Codes

Color #4C3621 in popluar color models

4C3621
RGB765433
HSL29°39.45%21.37%
HSB/HSV29°56.58%29.80%
CMYK0.00%28.95%56.58%
70.20%

Color #4C3621 in popluar number systems.

HEX4C3621
Decimal765433
Binary1001100110110100001
Octal1146641

Shades and tints

Shades of #4C3621

#4C3621
(76,54,33)
#46321E
(70,50,30)
#402E1B
(64,46,27)
#3A2A18
(58,42,24)
#342615
(52,38,21)
#2E2212
(46,34,18)
#281E0F
(40,30,15)
#221A0C
(34,26,12)
#1C1609
(28,22,9)
#161206
(22,18,6)
#100E03
(16,14,3)
#000000
(0,0,0)

Tints of #4C3621

#4C3621
(76,54,33)
#5C4835
(92,72,53)
#6C5A49
(108,90,73)
#7C6C5D
(124,108,93)
#8C7E71
(140,126,113)
#9C9085
(156,144,133)
#ACA299
(172,162,153)
#BCB4AD
(188,180,173)
#CCC6C1
(204,198,193)
#DCD8D5
(220,216,213)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3621 color. Also use rgb(76,54,33) instead hex code.

Text Font Color

.myTextColor { color: #4C3621; }

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

This text font color is #4C3621.


Background Color

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

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

This div background color is #4C3621.


Border color

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

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

This div border color is #4C3621.


Opacity

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

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

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

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

This text has shadow with #4C3621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3621 on black background.


Color preview on white background

This text has color #4C3621 on white background.



Black color preview on #4C3621 background

This text has black color on #4C3621 background.


White color preview on #4C3621 background

This text has white color on #4C3621 background.