COLOR #4C322C

HEX: #4C322C
RGB: (76,50,44)

Color info

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

RGB color model

#4C322C color RGB value is (76,50,44).

  • red value is 76;
  • green value is 50;
  • blue value is 44.
RGB:
(76,50,44)
(30%,20%,17%)

RGB channels and saturation

R 76 of 255 = 30%
G 50 of 255 = 20%
B 44 of 255 = 17%

76
50
44

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

Portions of RGB colors in percentages

R + G + B =
76 + 50 + 44 = 170 (100%)
R 76 of 170 ~ 44.71%
G 50 of 170 ~ 29.41%
B 44 of 170 ~ 25.88%

%44.71
%29.41
%25.88

CMYK color model

#4C322C color CMYK value is (0,34,42,70).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 42.11%
  • key color value is 70.20%
CMYK:
(0,34,42,70)
C0M34Y42K70 
(0%,34%,42%,70%)
(0.00/0.34/0.42/0.70)	

CMYK percentages

%0
%34.21
%42.11
%70.2

Codes

Color #4C322C in popluar color models

4C322C
RGB765044
HSL11°26.67%23.53%
HSB/HSV11°42.11%29.80%
CMYK0.00%34.21%42.11%
70.20%

Color #4C322C in popluar number systems.

HEX4C322C
Decimal765044
Binary1001100110010101100
Octal1146254

Shades and tints

Shades of #4C322C

#4C322C
(76,50,44)
#462E28
(70,46,40)
#402A24
(64,42,36)
#3A2620
(58,38,32)
#34221C
(52,34,28)
#2E1E18
(46,30,24)
#281A14
(40,26,20)
#221610
(34,22,16)
#1C120C
(28,18,12)
#160E08
(22,14,8)
#100A04
(16,10,4)
#000000
(0,0,0)

Tints of #4C322C

#4C322C
(76,50,44)
#5C443F
(92,68,63)
#6C5652
(108,86,82)
#7C6865
(124,104,101)
#8C7A78
(140,122,120)
#9C8C8B
(156,140,139)
#AC9E9E
(172,158,158)
#BCB0B1
(188,176,177)
#CCC2C4
(204,194,196)
#DCD4D7
(220,212,215)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C322C color. Also use rgb(76,50,44) instead hex code.

Text Font Color

.myTextColor { color: #4C322C; }

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

This text font color is #4C322C.


Background Color

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

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

This div background color is #4C322C.


Border color

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

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

This div border color is #4C322C.


Opacity

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

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

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

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

This text has shadow with #4C322C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C322C on black background.


Color preview on white background

This text has color #4C322C on white background.



Black color preview on #4C322C background

This text has black color on #4C322C background.


White color preview on #4C322C background

This text has white color on #4C322C background.