COLOR #4C322F

HEX: #4C322F
RGB: (76,50,47)

Color info

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

RGB color model

#4C322F color RGB value is (76,50,47).

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

RGB channels and saturation

R 76 of 255 = 30%
G 50 of 255 = 20%
B 47 of 255 = 18%

76
50
47

R + G + B ~ 23%. #4C322F is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 50 + 47 = 173 (100%)
R 76 of 173 ~ 43.93%
G 50 of 173 ~ 28.9%
B 47 of 173 ~ 27.17%

%43.93
%28.9
%27.17

CMYK color model

#4C322F color CMYK value is (0,34,38,70).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 38.16%
  • key color value is 70.20%
CMYK:
(0,34,38,70)
C0M34Y38K70 
(0%,34%,38%,70%)
(0.00/0.34/0.38/0.70)	

CMYK percentages

%0
%34.21
%38.16
%70.2

Codes

Color #4C322F in popluar color models

4C322F
RGB765047
HSL23.58%24.12%
HSB/HSV38.16%29.80%
CMYK0.00%34.21%38.16%
70.20%

Color #4C322F in popluar number systems.

HEX4C322F
Decimal765047
Binary1001100110010101111
Octal1146257

Shades and tints

Shades of #4C322F

#4C322F
(76,50,47)
#462E2B
(70,46,43)
#402A27
(64,42,39)
#3A2623
(58,38,35)
#34221F
(52,34,31)
#2E1E1B
(46,30,27)
#281A17
(40,26,23)
#221613
(34,22,19)
#1C120F
(28,18,15)
#160E0B
(22,14,11)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #4C322F

#4C322F
(76,50,47)
#5C4441
(92,68,65)
#6C5653
(108,86,83)
#7C6865
(124,104,101)
#8C7A77
(140,122,119)
#9C8C89
(156,140,137)
#AC9E9B
(172,158,155)
#BCB0AD
(188,176,173)
#CCC2BF
(204,194,191)
#DCD4D1
(220,212,209)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C322F; }

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

This text font color is #4C322F.


Background Color

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

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

This div background color is #4C322F.


Border color

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

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

This div border color is #4C322F.


Opacity

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

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

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

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

This text has shadow with #4C322F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C322F on black background.


Color preview on white background

This text has color #4C322F on white background.



Black color preview on #4C322F background

This text has black color on #4C322F background.


White color preview on #4C322F background

This text has white color on #4C322F background.