COLOR #4C071F

HEX: #4C071F
RGB: (76,7,31)

Color info

#4C071F contains mainly red and blue colors. Web safe color of #4C071F is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

R 76 of 255 = 30%
G 7 of 255 = 3%
B 31 of 255 = 12%

76
7
31

R + G + B ~ 15%. #4C071F is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 7 + 31 = 114 (100%)
R 76 of 114 ~ 66.67%
G 7 of 114 ~ 6.14%
B 31 of 114 ~ 27.19%

%66.67
%27.19

CMYK color model

#4C071F color CMYK value is (0,91,59,70).

  • cyan value is 0.00%
  • magenta value is 90.79%
  • yellow value is 59.21%
  • key color value is 70.20%
CMYK:
(0,91,59,70)
C0M91Y59K70 
(0%,91%,59%,70%)
(0.00/0.91/0.59/0.70)	

CMYK percentages

%0
%90.79
%59.21
%70.2

Codes

Color #4C071F in popluar color models

4C071F
RGB76731
HSL339°83.13%16.27%
HSB/HSV339°90.79%29.80%
CMYK0.00%90.79%59.21%
70.20%

Color #4C071F in popluar number systems.

HEX4C071F
Decimal76731
Binary100110011111111
Octal114737

Shades and tints

Shades of #4C071F

#4C071F
(76,7,31)
#46071D
(70,7,29)
#40071B
(64,7,27)
#3A0719
(58,7,25)
#340717
(52,7,23)
#2E0715
(46,7,21)
#280713
(40,7,19)
#220711
(34,7,17)
#1C070F
(28,7,15)
#16070D
(22,7,13)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #4C071F

#4C071F
(76,7,31)
#5C1D33
(92,29,51)
#6C3347
(108,51,71)
#7C495B
(124,73,91)
#8C5F6F
(140,95,111)
#9C7583
(156,117,131)
#AC8B97
(172,139,151)
#BCA1AB
(188,161,171)
#CCB7BF
(204,183,191)
#DCCDD3
(220,205,211)
#ECE3E7
(236,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C071F; }

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

This text font color is #4C071F.


Background Color

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

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

This div background color is #4C071F.


Border color

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

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

This div border color is #4C071F.


Opacity

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

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

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

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

This text has shadow with #4C071F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C071F on black background.


Color preview on white background

This text has color #4C071F on white background.



Black color preview on #4C071F background

This text has black color on #4C071F background.


White color preview on #4C071F background

This text has white color on #4C071F background.