COLOR #4C3328

HEX: #4C3328
RGB: (76,51,40)

Color info

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

RGB color model

#4C3328 color RGB value is (76,51,40).

  • red value is 76;
  • green value is 51;
  • blue value is 40.
RGB:
(76,51,40)
(30%,20%,16%)

RGB channels and saturation

R 76 of 255 = 30%
G 51 of 255 = 20%
B 40 of 255 = 16%

76
51
40

R + G + B ~ 22%. #4C3328 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 51 + 40 = 167 (100%)
R 76 of 167 ~ 45.51%
G 51 of 167 ~ 30.54%
B 40 of 167 ~ 23.95%

%45.51
%30.54
%23.95

CMYK color model

#4C3328 color CMYK value is (0,33,47,70).

  • cyan value is 0.00%
  • magenta value is 32.89%
  • yellow value is 47.37%
  • key color value is 70.20%
CMYK:
(0,33,47,70)
C0M33Y47K70 
(0%,33%,47%,70%)
(0.00/0.33/0.47/0.70)	

CMYK percentages

%0
%32.89
%47.37
%70.2

Codes

Color #4C3328 in popluar color models

4C3328
RGB765140
HSL18°31.03%22.75%
HSB/HSV18°47.37%29.80%
CMYK0.00%32.89%47.37%
70.20%

Color #4C3328 in popluar number systems.

HEX4C3328
Decimal765140
Binary1001100110011101000
Octal1146350

Shades and tints

Shades of #4C3328

#4C3328
(76,51,40)
#462F25
(70,47,37)
#402B22
(64,43,34)
#3A271F
(58,39,31)
#34231C
(52,35,28)
#2E1F19
(46,31,25)
#281B16
(40,27,22)
#221713
(34,23,19)
#1C1310
(28,19,16)
#160F0D
(22,15,13)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #4C3328

#4C3328
(76,51,40)
#5C453B
(92,69,59)
#6C574E
(108,87,78)
#7C6961
(124,105,97)
#8C7B74
(140,123,116)
#9C8D87
(156,141,135)
#AC9F9A
(172,159,154)
#BCB1AD
(188,177,173)
#CCC3C0
(204,195,192)
#DCD5D3
(220,213,211)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3328 color. Also use rgb(76,51,40) instead hex code.

Text Font Color

.myTextColor { color: #4C3328; }

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

This text font color is #4C3328.


Background Color

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

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

This div background color is #4C3328.


Border color

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

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

This div border color is #4C3328.


Opacity

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

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

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

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

This text has shadow with #4C3328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3328 on black background.


Color preview on white background

This text has color #4C3328 on white background.



Black color preview on #4C3328 background

This text has black color on #4C3328 background.


White color preview on #4C3328 background

This text has white color on #4C3328 background.