COLOR #4C2815

HEX: #4C2815
RGB: (76,40,21)

Color info

#4C2815 contains red, green and blue colors in about the same proportion. Web safe color of #4C2815 is #333300 (or #330).

RGB color model

#4C2815 color RGB value is (76,40,21).

  • red value is 76;
  • green value is 40;
  • blue value is 21.
RGB:
(76,40,21)
(30%,16%,8%)

RGB channels and saturation

R 76 of 255 = 30%
G 40 of 255 = 16%
B 21 of 255 = 8%

76
40
21

R + G + B ~ 18%. #4C2815 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 40 + 21 = 137 (100%)
R 76 of 137 ~ 55.47%
G 40 of 137 ~ 29.2%
B 21 of 137 ~ 15.33%

%55.47
%29.2
%15.33

CMYK color model

#4C2815 color CMYK value is (0,47,72,70).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 72.37%
  • key color value is 70.20%
CMYK:
(0,47,72,70)
C0M47Y72K70 
(0%,47%,72%,70%)
(0.00/0.47/0.72/0.70)	

CMYK percentages

%0
%47.37
%72.37
%70.2

Codes

Color #4C2815 in popluar color models

4C2815
RGB764021
HSL21°56.70%19.02%
HSB/HSV21°72.37%29.80%
CMYK0.00%47.37%72.37%
70.20%

Color #4C2815 in popluar number systems.

HEX4C2815
Decimal764021
Binary100110010100010101
Octal1145025

Shades and tints

Shades of #4C2815

#4C2815
(76,40,21)
#462514
(70,37,20)
#402213
(64,34,19)
#3A1F12
(58,31,18)
#341C11
(52,28,17)
#2E1910
(46,25,16)
#28160F
(40,22,15)
#22130E
(34,19,14)
#1C100D
(28,16,13)
#160D0C
(22,13,12)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #4C2815

#4C2815
(76,40,21)
#5C3B2A
(92,59,42)
#6C4E3F
(108,78,63)
#7C6154
(124,97,84)
#8C7469
(140,116,105)
#9C877E
(156,135,126)
#AC9A93
(172,154,147)
#BCADA8
(188,173,168)
#CCC0BD
(204,192,189)
#DCD3D2
(220,211,210)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2815 color. Also use rgb(76,40,21) instead hex code.

Text Font Color

.myTextColor { color: #4C2815; }

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

This text font color is #4C2815.


Background Color

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

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

This div background color is #4C2815.


Border color

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

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

This div border color is #4C2815.


Opacity

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

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

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

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

This text has shadow with #4C2815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2815 on black background.


Color preview on white background

This text has color #4C2815 on white background.



Black color preview on #4C2815 background

This text has black color on #4C2815 background.


White color preview on #4C2815 background

This text has white color on #4C2815 background.