COLOR #4C322D

HEX: #4C322D
RGB: (76,50,45)

Color info

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

RGB color model

#4C322D color RGB value is (76,50,45).

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

RGB channels and saturation

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

76
50
45

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

Portions of RGB colors in percentages

R + G + B =
76 + 50 + 45 = 171 (100%)
R 76 of 171 ~ 44.44%
G 50 of 171 ~ 29.24%
B 45 of 171 ~ 26.32%

%44.44
%29.24
%26.32

CMYK color model

#4C322D color CMYK value is (0,34,41,70).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 40.79%
  • key color value is 70.20%
CMYK:
(0,34,41,70)
C0M34Y41K70 
(0%,34%,41%,70%)
(0.00/0.34/0.41/0.70)	

CMYK percentages

%0
%34.21
%40.79
%70.2

Codes

Color #4C322D in popluar color models

4C322D
RGB765045
HSL10°25.62%23.73%
HSB/HSV10°40.79%29.80%
CMYK0.00%34.21%40.79%
70.20%

Color #4C322D in popluar number systems.

HEX4C322D
Decimal765045
Binary1001100110010101101
Octal1146255

Shades and tints

Shades of #4C322D

#4C322D
(76,50,45)
#462E29
(70,46,41)
#402A25
(64,42,37)
#3A2621
(58,38,33)
#34221D
(52,34,29)
#2E1E19
(46,30,25)
#281A15
(40,26,21)
#221611
(34,22,17)
#1C120D
(28,18,13)
#160E09
(22,14,9)
#100A05
(16,10,5)
#000000
(0,0,0)

Tints of #4C322D

#4C322D
(76,50,45)
#5C4440
(92,68,64)
#6C5653
(108,86,83)
#7C6866
(124,104,102)
#8C7A79
(140,122,121)
#9C8C8C
(156,140,140)
#AC9E9F
(172,158,159)
#BCB0B2
(188,176,178)
#CCC2C5
(204,194,197)
#DCD4D8
(220,212,216)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C322D; }

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

This text font color is #4C322D.


Background Color

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

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

This div background color is #4C322D.


Border color

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

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

This div border color is #4C322D.


Opacity

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

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

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

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

This text has shadow with #4C322D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C322D on black background.


Color preview on white background

This text has color #4C322D on white background.



Black color preview on #4C322D background

This text has black color on #4C322D background.


White color preview on #4C322D background

This text has white color on #4C322D background.