COLOR #4C3D31

HEX: #4C3D31
RGB: (76,61,49)

Color info

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

RGB color model

#4C3D31 color RGB value is (76,61,49).

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

RGB channels and saturation

R 76 of 255 = 30%
G 61 of 255 = 24%
B 49 of 255 = 19%

76
61
49

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

Portions of RGB colors in percentages

R + G + B =
76 + 61 + 49 = 186 (100%)
R 76 of 186 ~ 40.86%
G 61 of 186 ~ 32.8%
B 49 of 186 ~ 26.34%

%40.86
%32.8
%26.34

CMYK color model

#4C3D31 color CMYK value is (0,20,36,70).

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 35.53%
  • key color value is 70.20%
CMYK:
(0,20,36,70)
C0M20Y36K70 
(0%,20%,36%,70%)
(0.00/0.20/0.36/0.70)	

CMYK percentages

%0
%19.74
%35.53
%70.2

Codes

Color #4C3D31 in popluar color models

4C3D31
RGB766149
HSL27°21.60%24.51%
HSB/HSV27°35.53%29.80%
CMYK0.00%19.74%35.53%
70.20%

Color #4C3D31 in popluar number systems.

HEX4C3D31
Decimal766149
Binary1001100111101110001
Octal1147561

Shades and tints

Shades of #4C3D31

#4C3D31
(76,61,49)
#46382D
(70,56,45)
#403329
(64,51,41)
#3A2E25
(58,46,37)
#342921
(52,41,33)
#2E241D
(46,36,29)
#281F19
(40,31,25)
#221A15
(34,26,21)
#1C1511
(28,21,17)
#16100D
(22,16,13)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #4C3D31

#4C3D31
(76,61,49)
#5C4E43
(92,78,67)
#6C5F55
(108,95,85)
#7C7067
(124,112,103)
#8C8179
(140,129,121)
#9C928B
(156,146,139)
#ACA39D
(172,163,157)
#BCB4AF
(188,180,175)
#CCC5C1
(204,197,193)
#DCD6D3
(220,214,211)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3D31; }

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

This text font color is #4C3D31.


Background Color

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

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

This div background color is #4C3D31.


Border color

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

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

This div border color is #4C3D31.


Opacity

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

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

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

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

This text has shadow with #4C3D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3D31 on black background.


Color preview on white background

This text has color #4C3D31 on white background.



Black color preview on #4C3D31 background

This text has black color on #4C3D31 background.


White color preview on #4C3D31 background

This text has white color on #4C3D31 background.