COLOR #4C0704

HEX: #4C0704
RGB: (76,7,4)

Color info

#4C0704 contains mainly red color. Web safe color of #4C0704 is #330000 (or #300).

RGB color model

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

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

RGB channels and saturation

R 76 of 255 = 30%
G 7 of 255 = 3%
B 4 of 255 = 2%

76
7
4

R + G + B ~ 12%. #4C0704 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 7 + 4 = 87 (100%)
R 76 of 87 ~ 87.36%
G 7 of 87 ~ 8.05%
B 4 of 87 ~ 4.6%

%87.36

CMYK color model

#4C0704 color CMYK value is (0,91,95,70).

  • cyan value is 0.00%
  • magenta value is 90.79%
  • yellow value is 94.74%
  • key color value is 70.20%
CMYK:
(0,91,95,70)
C0M91Y95K70 
(0%,91%,95%,70%)
(0.00/0.91/0.95/0.70)	

CMYK percentages

%0
%90.79
%94.74
%70.2

Codes

Color #4C0704 in popluar color models

4C0704
RGB7674
HSL90.00%15.69%
HSB/HSV94.74%29.80%
CMYK0.00%90.79%94.74%
70.20%

Color #4C0704 in popluar number systems.

HEX4C0704
Decimal7674
Binary1001100111100
Octal11474

Shades and tints

Shades of #4C0704

#4C0704
(76,7,4)
#460704
(70,7,4)
#400704
(64,7,4)
#3A0704
(58,7,4)
#340704
(52,7,4)
#2E0704
(46,7,4)
#280704
(40,7,4)
#220704
(34,7,4)
#1C0704
(28,7,4)
#160704
(22,7,4)
#100704
(16,7,4)
#000000
(0,0,0)

Tints of #4C0704

#4C0704
(76,7,4)
#5C1D1A
(92,29,26)
#6C3330
(108,51,48)
#7C4946
(124,73,70)
#8C5F5C
(140,95,92)
#9C7572
(156,117,114)
#AC8B88
(172,139,136)
#BCA19E
(188,161,158)
#CCB7B4
(204,183,180)
#DCCDCA
(220,205,202)
#ECE3E0
(236,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0704; }

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

This text font color is #4C0704.


Background Color

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

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

This div background color is #4C0704.


Border color

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

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

This div border color is #4C0704.


Opacity

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

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

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

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

This text has shadow with #4C0704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0704 on black background.


Color preview on white background

This text has color #4C0704 on white background.



Black color preview on #4C0704 background

This text has black color on #4C0704 background.


White color preview on #4C0704 background

This text has white color on #4C0704 background.