COLOR #4C2F2E

HEX: #4C2F2E
RGB: (76,47,46)

Color info

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

RGB color model

#4C2F2E color RGB value is (76,47,46).

  • red value is 76;
  • green value is 47;
  • blue value is 46.
RGB:
(76,47,46)
(30%,18%,18%)

RGB channels and saturation

R 76 of 255 = 30%
G 47 of 255 = 18%
B 46 of 255 = 18%

76
47
46

R + G + B ~ 22%. #4C2F2E is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 47 + 46 = 169 (100%)
R 76 of 169 ~ 44.97%
G 47 of 169 ~ 27.81%
B 46 of 169 ~ 27.22%

%44.97
%27.81
%27.22

CMYK color model

#4C2F2E color CMYK value is (0,38,39,70).

  • cyan value is 0.00%
  • magenta value is 38.16%
  • yellow value is 39.47%
  • key color value is 70.20%
CMYK:
(0,38,39,70)
C0M38Y39K70 
(0%,38%,39%,70%)
(0.00/0.38/0.39/0.70)	

CMYK percentages

%0
%38.16
%39.47
%70.2

Codes

Color #4C2F2E in popluar color models

4C2F2E
RGB764746
HSL24.59%23.92%
HSB/HSV39.47%29.80%
CMYK0.00%38.16%39.47%
70.20%

Color #4C2F2E in popluar number systems.

HEX4C2F2E
Decimal764746
Binary1001100101111101110
Octal1145756

Shades and tints

Shades of #4C2F2E

#4C2F2E
(76,47,46)
#462B2A
(70,43,42)
#402726
(64,39,38)
#3A2322
(58,35,34)
#341F1E
(52,31,30)
#2E1B1A
(46,27,26)
#281716
(40,23,22)
#221312
(34,19,18)
#1C0F0E
(28,15,14)
#160B0A
(22,11,10)
#100706
(16,7,6)
#000000
(0,0,0)

Tints of #4C2F2E

#4C2F2E
(76,47,46)
#5C4141
(92,65,65)
#6C5354
(108,83,84)
#7C6567
(124,101,103)
#8C777A
(140,119,122)
#9C898D
(156,137,141)
#AC9BA0
(172,155,160)
#BCADB3
(188,173,179)
#CCBFC6
(204,191,198)
#DCD1D9
(220,209,217)
#ECE3EC
(236,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2F2E color. Also use rgb(76,47,46) instead hex code.

Text Font Color

.myTextColor { color: #4C2F2E; }

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

This text font color is #4C2F2E.


Background Color

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

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

This div background color is #4C2F2E.


Border color

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

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

This div border color is #4C2F2E.


Opacity

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

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

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

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

This text has shadow with #4C2F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2F2E on black background.


Color preview on white background

This text has color #4C2F2E on white background.



Black color preview on #4C2F2E background

This text has black color on #4C2F2E background.


White color preview on #4C2F2E background

This text has white color on #4C2F2E background.