COLOR #4C2A22

HEX: #4C2A22
RGB: (76,42,34)

Color info

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

RGB color model

#4C2A22 color RGB value is (76,42,34).

  • red value is 76;
  • green value is 42;
  • blue value is 34.
RGB:
(76,42,34)
(30%,16%,13%)

RGB channels and saturation

R 76 of 255 = 30%
G 42 of 255 = 16%
B 34 of 255 = 13%

76
42
34

R + G + B ~ 20%. #4C2A22 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 42 + 34 = 152 (100%)
R 76 of 152 ~ 50%
G 42 of 152 ~ 27.63%
B 34 of 152 ~ 22.37%

%50
%27.63
%22.37

CMYK color model

#4C2A22 color CMYK value is (0,45,55,70).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 55.26%
  • key color value is 70.20%
CMYK:
(0,45,55,70)
C0M45Y55K70 
(0%,45%,55%,70%)
(0.00/0.45/0.55/0.70)	

CMYK percentages

%0
%44.74
%55.26
%70.2

Codes

Color #4C2A22 in popluar color models

4C2A22
RGB764234
HSL11°38.18%21.57%
HSB/HSV11°55.26%29.80%
CMYK0.00%44.74%55.26%
70.20%

Color #4C2A22 in popluar number systems.

HEX4C2A22
Decimal764234
Binary1001100101010100010
Octal1145242

Shades and tints

Shades of #4C2A22

#4C2A22
(76,42,34)
#46271F
(70,39,31)
#40241C
(64,36,28)
#3A2119
(58,33,25)
#341E16
(52,30,22)
#2E1B13
(46,27,19)
#281810
(40,24,16)
#22150D
(34,21,13)
#1C120A
(28,18,10)
#160F07
(22,15,7)
#100C04
(16,12,4)
#000000
(0,0,0)

Tints of #4C2A22

#4C2A22
(76,42,34)
#5C3D36
(92,61,54)
#6C504A
(108,80,74)
#7C635E
(124,99,94)
#8C7672
(140,118,114)
#9C8986
(156,137,134)
#AC9C9A
(172,156,154)
#BCAFAE
(188,175,174)
#CCC2C2
(204,194,194)
#DCD5D6
(220,213,214)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2A22 color. Also use rgb(76,42,34) instead hex code.

Text Font Color

.myTextColor { color: #4C2A22; }

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

This text font color is #4C2A22.


Background Color

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

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

This div background color is #4C2A22.


Border color

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

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

This div border color is #4C2A22.


Opacity

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

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

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

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

This text has shadow with #4C2A22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2A22 on black background.


Color preview on white background

This text has color #4C2A22 on white background.



Black color preview on #4C2A22 background

This text has black color on #4C2A22 background.


White color preview on #4C2A22 background

This text has white color on #4C2A22 background.