COLOR #4C041F

HEX: #4C041F
RGB: (76,4,31)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 76 of 255 = 30%
G 4 of 255 = 2%
B 31 of 255 = 12%

76
4
31

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

Portions of RGB colors in percentages

R + G + B =
76 + 4 + 31 = 111 (100%)
R 76 of 111 ~ 68.47%
G 4 of 111 ~ 3.6%
B 31 of 111 ~ 27.93%

%68.47
%27.93

CMYK color model

#4C041F color CMYK value is (0,95,59,70).

  • cyan value is 0.00%
  • magenta value is 94.74%
  • yellow value is 59.21%
  • key color value is 70.20%
CMYK:
(0,95,59,70)
C0M95Y59K70 
(0%,95%,59%,70%)
(0.00/0.95/0.59/0.70)	

CMYK percentages

%0
%94.74
%59.21
%70.2

Codes

Color #4C041F in popluar color models

4C041F
RGB76431
HSL338°90.00%15.69%
HSB/HSV338°94.74%29.80%
CMYK0.00%94.74%59.21%
70.20%

Color #4C041F in popluar number systems.

HEX4C041F
Decimal76431
Binary100110010011111
Octal114437

Shades and tints

Shades of #4C041F

#4C041F
(76,4,31)
#46041D
(70,4,29)
#40041B
(64,4,27)
#3A0419
(58,4,25)
#340417
(52,4,23)
#2E0415
(46,4,21)
#280413
(40,4,19)
#220411
(34,4,17)
#1C040F
(28,4,15)
#16040D
(22,4,13)
#10040B
(16,4,11)
#000000
(0,0,0)

Tints of #4C041F

#4C041F
(76,4,31)
#5C1A33
(92,26,51)
#6C3047
(108,48,71)
#7C465B
(124,70,91)
#8C5C6F
(140,92,111)
#9C7283
(156,114,131)
#AC8897
(172,136,151)
#BC9EAB
(188,158,171)
#CCB4BF
(204,180,191)
#DCCAD3
(220,202,211)
#ECE0E7
(236,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C041F; }

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

This text font color is #4C041F.


Background Color

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

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

This div background color is #4C041F.


Border color

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

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

This div border color is #4C041F.


Opacity

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

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

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

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

This text has shadow with #4C041F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C041F on black background.


Color preview on white background

This text has color #4C041F on white background.



Black color preview on #4C041F background

This text has black color on #4C041F background.


White color preview on #4C041F background

This text has white color on #4C041F background.