COLOR #4C2721

HEX: #4C2721
RGB: (76,39,33)

Color info

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

RGB color model

#4C2721 color RGB value is (76,39,33).

  • red value is 76;
  • green value is 39;
  • blue value is 33.
RGB:
(76,39,33)
(30%,15%,13%)

RGB channels and saturation

R 76 of 255 = 30%
G 39 of 255 = 15%
B 33 of 255 = 13%

76
39
33

R + G + B ~ 19%. #4C2721 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 39 + 33 = 148 (100%)
R 76 of 148 ~ 51.35%
G 39 of 148 ~ 26.35%
B 33 of 148 ~ 22.3%

%51.35
%26.35
%22.3

CMYK color model

#4C2721 color CMYK value is (0,49,57,70).

  • cyan value is 0.00%
  • magenta value is 48.68%
  • yellow value is 56.58%
  • key color value is 70.20%
CMYK:
(0,49,57,70)
C0M49Y57K70 
(0%,49%,57%,70%)
(0.00/0.49/0.57/0.70)	

CMYK percentages

%0
%48.68
%56.58
%70.2

Codes

Color #4C2721 in popluar color models

4C2721
RGB763933
HSL39.45%21.37%
HSB/HSV56.58%29.80%
CMYK0.00%48.68%56.58%
70.20%

Color #4C2721 in popluar number systems.

HEX4C2721
Decimal763933
Binary1001100100111100001
Octal1144741

Shades and tints

Shades of #4C2721

#4C2721
(76,39,33)
#46241E
(70,36,30)
#40211B
(64,33,27)
#3A1E18
(58,30,24)
#341B15
(52,27,21)
#2E1812
(46,24,18)
#28150F
(40,21,15)
#22120C
(34,18,12)
#1C0F09
(28,15,9)
#160C06
(22,12,6)
#100903
(16,9,3)
#000000
(0,0,0)

Tints of #4C2721

#4C2721
(76,39,33)
#5C3A35
(92,58,53)
#6C4D49
(108,77,73)
#7C605D
(124,96,93)
#8C7371
(140,115,113)
#9C8685
(156,134,133)
#AC9999
(172,153,153)
#BCACAD
(188,172,173)
#CCBFC1
(204,191,193)
#DCD2D5
(220,210,213)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2721 color. Also use rgb(76,39,33) instead hex code.

Text Font Color

.myTextColor { color: #4C2721; }

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

This text font color is #4C2721.


Background Color

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

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

This div background color is #4C2721.


Border color

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

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

This div border color is #4C2721.


Opacity

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

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

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

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

This text has shadow with #4C2721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2721 on black background.


Color preview on white background

This text has color #4C2721 on white background.



Black color preview on #4C2721 background

This text has black color on #4C2721 background.


White color preview on #4C2721 background

This text has white color on #4C2721 background.