COLOR #4C2C1B

HEX: #4C2C1B
RGB: (76,44,27)

Color info

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

RGB color model

#4C2C1B color RGB value is (76,44,27).

  • red value is 76;
  • green value is 44;
  • blue value is 27.
RGB:
(76,44,27)
(30%,17%,11%)

RGB channels and saturation

R 76 of 255 = 30%
G 44 of 255 = 17%
B 27 of 255 = 11%

76
44
27

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

Portions of RGB colors in percentages

R + G + B =
76 + 44 + 27 = 147 (100%)
R 76 of 147 ~ 51.7%
G 44 of 147 ~ 29.93%
B 27 of 147 ~ 18.37%

%51.7
%29.93
%18.37

CMYK color model

#4C2C1B color CMYK value is (0,42,64,70).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 64.47%
  • key color value is 70.20%
CMYK:
(0,42,64,70)
C0M42Y64K70 
(0%,42%,64%,70%)
(0.00/0.42/0.64/0.70)	

CMYK percentages

%0
%42.11
%64.47
%70.2

Codes

Color #4C2C1B in popluar color models

4C2C1B
RGB764427
HSL21°47.57%20.20%
HSB/HSV21°64.47%29.80%
CMYK0.00%42.11%64.47%
70.20%

Color #4C2C1B in popluar number systems.

HEX4C2C1B
Decimal764427
Binary100110010110011011
Octal1145433

Shades and tints

Shades of #4C2C1B

#4C2C1B
(76,44,27)
#462819
(70,40,25)
#402417
(64,36,23)
#3A2015
(58,32,21)
#341C13
(52,28,19)
#2E1811
(46,24,17)
#28140F
(40,20,15)
#22100D
(34,16,13)
#1C0C0B
(28,12,11)
#160809
(22,8,9)
#100407
(16,4,7)
#000000
(0,0,0)

Tints of #4C2C1B

#4C2C1B
(76,44,27)
#5C3F2F
(92,63,47)
#6C5243
(108,82,67)
#7C6557
(124,101,87)
#8C786B
(140,120,107)
#9C8B7F
(156,139,127)
#AC9E93
(172,158,147)
#BCB1A7
(188,177,167)
#CCC4BB
(204,196,187)
#DCD7CF
(220,215,207)
#ECEAE3
(236,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2C1B color. Also use rgb(76,44,27) instead hex code.

Text Font Color

.myTextColor { color: #4C2C1B; }

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

This text font color is #4C2C1B.


Background Color

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

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

This div background color is #4C2C1B.


Border color

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

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

This div border color is #4C2C1B.


Opacity

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

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

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

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

This text has shadow with #4C2C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2C1B on black background.


Color preview on white background

This text has color #4C2C1B on white background.



Black color preview on #4C2C1B background

This text has black color on #4C2C1B background.


White color preview on #4C2C1B background

This text has white color on #4C2C1B background.