COLOR #4C0F19

HEX: #4C0F19
RGB: (76,15,25)

Color info

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

RGB color model

#4C0F19 color RGB value is (76,15,25).

  • red value is 76;
  • green value is 15;
  • blue value is 25.
RGB:
(76,15,25)
(30%,6%,10%)

RGB channels and saturation

R 76 of 255 = 30%
G 15 of 255 = 6%
B 25 of 255 = 10%

76
15
25

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

Portions of RGB colors in percentages

R + G + B =
76 + 15 + 25 = 116 (100%)
R 76 of 116 ~ 65.52%
G 15 of 116 ~ 12.93%
B 25 of 116 ~ 21.55%

%65.52
%12.93
%21.55

CMYK color model

#4C0F19 color CMYK value is (0,80,67,70).

  • cyan value is 0.00%
  • magenta value is 80.26%
  • yellow value is 67.11%
  • key color value is 70.20%
CMYK:
(0,80,67,70)
C0M80Y67K70 
(0%,80%,67%,70%)
(0.00/0.80/0.67/0.70)	

CMYK percentages

%0
%80.26
%67.11
%70.2

Codes

Color #4C0F19 in popluar color models

4C0F19
RGB761525
HSL350°67.03%17.84%
HSB/HSV350°80.26%29.80%
CMYK0.00%80.26%67.11%
70.20%

Color #4C0F19 in popluar number systems.

HEX4C0F19
Decimal761525
Binary1001100111111001
Octal1141731

Shades and tints

Shades of #4C0F19

#4C0F19
(76,15,25)
#460E17
(70,14,23)
#400D15
(64,13,21)
#3A0C13
(58,12,19)
#340B11
(52,11,17)
#2E0A0F
(46,10,15)
#28090D
(40,9,13)
#22080B
(34,8,11)
#1C0709
(28,7,9)
#160607
(22,6,7)
#100505
(16,5,5)
#000000
(0,0,0)

Tints of #4C0F19

#4C0F19
(76,15,25)
#5C242D
(92,36,45)
#6C3941
(108,57,65)
#7C4E55
(124,78,85)
#8C6369
(140,99,105)
#9C787D
(156,120,125)
#AC8D91
(172,141,145)
#BCA2A5
(188,162,165)
#CCB7B9
(204,183,185)
#DCCCCD
(220,204,205)
#ECE1E1
(236,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0F19; }

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

This text font color is #4C0F19.


Background Color

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

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

This div background color is #4C0F19.


Border color

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

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

This div border color is #4C0F19.


Opacity

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

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

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

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

This text has shadow with #4C0F19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0F19 on black background.


Color preview on white background

This text has color #4C0F19 on white background.



Black color preview on #4C0F19 background

This text has black color on #4C0F19 background.


White color preview on #4C0F19 background

This text has white color on #4C0F19 background.