COLOR #4C3A22

HEX: #4C3A22
RGB: (76,58,34)

Color info

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

RGB color model

#4C3A22 color RGB value is (76,58,34).

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

RGB channels and saturation

R 76 of 255 = 30%
G 58 of 255 = 23%
B 34 of 255 = 13%

76
58
34

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

Portions of RGB colors in percentages

R + G + B =
76 + 58 + 34 = 168 (100%)
R 76 of 168 ~ 45.24%
G 58 of 168 ~ 34.52%
B 34 of 168 ~ 20.24%

%45.24
%34.52
%20.24

CMYK color model

#4C3A22 color CMYK value is (0,24,55,70).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 55.26%
  • key color value is 70.20%
CMYK:
(0,24,55,70)
C0M24Y55K70 
(0%,24%,55%,70%)
(0.00/0.24/0.55/0.70)	

CMYK percentages

%0
%23.68
%55.26
%70.2

Codes

Color #4C3A22 in popluar color models

4C3A22
RGB765834
HSL34°38.18%21.57%
HSB/HSV34°55.26%29.80%
CMYK0.00%23.68%55.26%
70.20%

Color #4C3A22 in popluar number systems.

HEX4C3A22
Decimal765834
Binary1001100111010100010
Octal1147242

Shades and tints

Shades of #4C3A22

#4C3A22
(76,58,34)
#46351F
(70,53,31)
#40301C
(64,48,28)
#3A2B19
(58,43,25)
#342616
(52,38,22)
#2E2113
(46,33,19)
#281C10
(40,28,16)
#22170D
(34,23,13)
#1C120A
(28,18,10)
#160D07
(22,13,7)
#100804
(16,8,4)
#000000
(0,0,0)

Tints of #4C3A22

#4C3A22
(76,58,34)
#5C4B36
(92,75,54)
#6C5C4A
(108,92,74)
#7C6D5E
(124,109,94)
#8C7E72
(140,126,114)
#9C8F86
(156,143,134)
#ACA09A
(172,160,154)
#BCB1AE
(188,177,174)
#CCC2C2
(204,194,194)
#DCD3D6
(220,211,214)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3A22; }

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

This text font color is #4C3A22.


Background Color

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

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

This div background color is #4C3A22.


Border color

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

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

This div border color is #4C3A22.


Opacity

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

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

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

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

This text has shadow with #4C3A22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3A22 on black background.


Color preview on white background

This text has color #4C3A22 on white background.



Black color preview on #4C3A22 background

This text has black color on #4C3A22 background.


White color preview on #4C3A22 background

This text has white color on #4C3A22 background.