COLOR #4C1507

HEX: #4C1507
RGB: (76,21,7)

Color info

#4C1507 contains mainly red and green colors. Web safe color of #4C1507 is #330000 (or #300).

RGB color model

#4C1507 color RGB value is (76,21,7).

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

RGB channels and saturation

R 76 of 255 = 30%
G 21 of 255 = 8%
B 7 of 255 = 3%

76
21
7

R + G + B ~ 14%. #4C1507 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 21 + 7 = 104 (100%)
R 76 of 104 ~ 73.08%
G 21 of 104 ~ 20.19%
B 7 of 104 ~ 6.73%

%73.08
%20.19

CMYK color model

#4C1507 color CMYK value is (0,72,91,70).

  • cyan value is 0.00%
  • magenta value is 72.37%
  • yellow value is 90.79%
  • key color value is 70.20%
CMYK:
(0,72,91,70)
C0M72Y91K70 
(0%,72%,91%,70%)
(0.00/0.72/0.91/0.70)	

CMYK percentages

%0
%72.37
%90.79
%70.2

Codes

Color #4C1507 in popluar color models

4C1507
RGB76217
HSL12°83.13%16.27%
HSB/HSV12°90.79%29.80%
CMYK0.00%72.37%90.79%
70.20%

Color #4C1507 in popluar number systems.

HEX4C1507
Decimal76217
Binary100110010101111
Octal114257

Shades and tints

Shades of #4C1507

#4C1507
(76,21,7)
#461407
(70,20,7)
#401307
(64,19,7)
#3A1207
(58,18,7)
#341107
(52,17,7)
#2E1007
(46,16,7)
#280F07
(40,15,7)
#220E07
(34,14,7)
#1C0D07
(28,13,7)
#160C07
(22,12,7)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #4C1507

#4C1507
(76,21,7)
#5C2A1D
(92,42,29)
#6C3F33
(108,63,51)
#7C5449
(124,84,73)
#8C695F
(140,105,95)
#9C7E75
(156,126,117)
#AC938B
(172,147,139)
#BCA8A1
(188,168,161)
#CCBDB7
(204,189,183)
#DCD2CD
(220,210,205)
#ECE7E3
(236,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1507; }

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

This text font color is #4C1507.


Background Color

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

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

This div background color is #4C1507.


Border color

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

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

This div border color is #4C1507.


Opacity

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

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

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

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

This text has shadow with #4C1507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1507 on black background.


Color preview on white background

This text has color #4C1507 on white background.



Black color preview on #4C1507 background

This text has black color on #4C1507 background.


White color preview on #4C1507 background

This text has white color on #4C1507 background.