COLOR #4C3B31

HEX: #4C3B31
RGB: (76,59,49)

Color info

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

RGB color model

#4C3B31 color RGB value is (76,59,49).

  • red value is 76;
  • green value is 59;
  • blue value is 49.
RGB:
(76,59,49)
(30%,23%,19%)

RGB channels and saturation

R 76 of 255 = 30%
G 59 of 255 = 23%
B 49 of 255 = 19%

76
59
49

R + G + B ~ 24%. #4C3B31 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 59 + 49 = 184 (100%)
R 76 of 184 ~ 41.3%
G 59 of 184 ~ 32.07%
B 49 of 184 ~ 26.63%

%41.3
%32.07
%26.63

CMYK color model

#4C3B31 color CMYK value is (0,22,36,70).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 35.53%
  • key color value is 70.20%
CMYK:
(0,22,36,70)
C0M22Y36K70 
(0%,22%,36%,70%)
(0.00/0.22/0.36/0.70)	

CMYK percentages

%0
%22.37
%35.53
%70.2

Codes

Color #4C3B31 in popluar color models

4C3B31
RGB765949
HSL22°21.60%24.51%
HSB/HSV22°35.53%29.80%
CMYK0.00%22.37%35.53%
70.20%

Color #4C3B31 in popluar number systems.

HEX4C3B31
Decimal765949
Binary1001100111011110001
Octal1147361

Shades and tints

Shades of #4C3B31

#4C3B31
(76,59,49)
#46362D
(70,54,45)
#403129
(64,49,41)
#3A2C25
(58,44,37)
#342721
(52,39,33)
#2E221D
(46,34,29)
#281D19
(40,29,25)
#221815
(34,24,21)
#1C1311
(28,19,17)
#160E0D
(22,14,13)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #4C3B31

#4C3B31
(76,59,49)
#5C4C43
(92,76,67)
#6C5D55
(108,93,85)
#7C6E67
(124,110,103)
#8C7F79
(140,127,121)
#9C908B
(156,144,139)
#ACA19D
(172,161,157)
#BCB2AF
(188,178,175)
#CCC3C1
(204,195,193)
#DCD4D3
(220,212,211)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3B31 color. Also use rgb(76,59,49) instead hex code.

Text Font Color

.myTextColor { color: #4C3B31; }

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

This text font color is #4C3B31.


Background Color

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

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

This div background color is #4C3B31.


Border color

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

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

This div border color is #4C3B31.


Opacity

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

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

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

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

This text has shadow with #4C3B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3B31 on black background.


Color preview on white background

This text has color #4C3B31 on white background.



Black color preview on #4C3B31 background

This text has black color on #4C3B31 background.


White color preview on #4C3B31 background

This text has white color on #4C3B31 background.