COLOR #4C3731

HEX: #4C3731
RGB: (76,55,49)

Color info

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

RGB color model

#4C3731 color RGB value is (76,55,49).

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

RGB channels and saturation

R 76 of 255 = 30%
G 55 of 255 = 22%
B 49 of 255 = 19%

76
55
49

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

Portions of RGB colors in percentages

R + G + B =
76 + 55 + 49 = 180 (100%)
R 76 of 180 ~ 42.22%
G 55 of 180 ~ 30.56%
B 49 of 180 ~ 27.22%

%42.22
%30.56
%27.22

CMYK color model

#4C3731 color CMYK value is (0,28,36,70).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 35.53%
  • key color value is 70.20%
CMYK:
(0,28,36,70)
C0M28Y36K70 
(0%,28%,36%,70%)
(0.00/0.28/0.36/0.70)	

CMYK percentages

%0
%27.63
%35.53
%70.2

Codes

Color #4C3731 in popluar color models

4C3731
RGB765549
HSL13°21.60%24.51%
HSB/HSV13°35.53%29.80%
CMYK0.00%27.63%35.53%
70.20%

Color #4C3731 in popluar number systems.

HEX4C3731
Decimal765549
Binary1001100110111110001
Octal1146761

Shades and tints

Shades of #4C3731

#4C3731
(76,55,49)
#46322D
(70,50,45)
#402D29
(64,45,41)
#3A2825
(58,40,37)
#342321
(52,35,33)
#2E1E1D
(46,30,29)
#281919
(40,25,25)
#221415
(34,20,21)
#1C0F11
(28,15,17)
#160A0D
(22,10,13)
#100509
(16,5,9)
#000000
(0,0,0)

Tints of #4C3731

#4C3731
(76,55,49)
#5C4943
(92,73,67)
#6C5B55
(108,91,85)
#7C6D67
(124,109,103)
#8C7F79
(140,127,121)
#9C918B
(156,145,139)
#ACA39D
(172,163,157)
#BCB5AF
(188,181,175)
#CCC7C1
(204,199,193)
#DCD9D3
(220,217,211)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3731; }

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

This text font color is #4C3731.


Background Color

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

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

This div background color is #4C3731.


Border color

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

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

This div border color is #4C3731.


Opacity

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

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

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

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

This text has shadow with #4C3731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3731 on black background.


Color preview on white background

This text has color #4C3731 on white background.



Black color preview on #4C3731 background

This text has black color on #4C3731 background.


White color preview on #4C3731 background

This text has white color on #4C3731 background.