COLOR #4C0F12

HEX: #4C0F12 RGB: (76,15,18)

Color info

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

RGB color model

#4C0F12 color RGB value is (76,15,18).

RGB: (76,15,18) (30%, 6%, 7%)

RGB channels and saturation

R 76 of 255 = 30%
G 15 of 255 = 6%
B 18 of 255 = 7%

76
15
18

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

Portions of RGB colors in percentages

R + G + B = 76 + 15 + 18 = 109 (100%)
R 76 of 109 ~ 69.72%
G 15 of 109 ~ 13.76%
B 18 of 109 ~ 16.51'%

%69.72
%13.76
%16.51

CMYK color model

#4C0F12 color CMYK value is (0,80,76,70).

  • cyan value is 0.00%
  • magenta value is 80.26%
  • yellow value is 76.32%
  • key color value is 70.20%

CMYK: (0,80,76,70)
C0M80Y76K70 (0%, 80%, 76%, 70%)
(0.00 / 0.80 / 0.76 / 0.70)

CMYK percentages

%0
%80.26
%76.32
%70.2

Codes

Color #4C0F12 in popluar color models

4C 0F 12
RGB 76 15 18
HSL 357° 67.03% 17.84%
HSB/HSV 357° 80.26% 29.80%
CMYK 0.00% 80.26% 76.32%
70.20%

Color #4C0F12 in popluar number systems.

HEX 4C 0F 12
Decimal 76 15 18
Binary 1001100 1111 10010
Octal 114 17 22

Shades and tints

Shades of #4C0F12

#4C0F12
(76,15,18)
#460E11
(70,14,17)
#400D10
(64,13,16)
#3A0C0F
(58,12,15)
#340B0E
(52,11,14)
#2E0A0D
(46,10,13)
#28090C
(40,9,12)
#22080B
(34,8,11)
#1C070A
(28,7,10)
#160609
(22,6,9)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #4C0F12

#4C0F12
(76,15,18)
#5C2427
(92,36,39)
#6C393C
(108,57,60)
#7C4E51
(124,78,81)
#8C6366
(140,99,102)
#9C787B
(156,120,123)
#AC8D90
(172,141,144)
#BCA2A5
(188,162,165)
#CCB7BA
(204,183,186)
#DCCCCF
(220,204,207)
#ECE1E4
(236,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0F12; }

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

This text font color is #4C0F12.

Background Color

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

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

This div background color is #4C0F12.

Border color

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

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

This div border color is #4C0F12.

Opacity

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

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

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

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

This text has shadow with #4C0F12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C0F12.

Preview

Color preview on black background

This text has color #4C0F12 on black background.


Color preview on white background

This text has color #4C0F12 on white background.


Black color preview on #4C0F12 background

This text has black color on #4C0F12 background.


White color preview on #4C0F12 background

This text has white color on #4C0F12 background.


Related colors

Complementary color

Complementary color for #hex is #B3F0ED.


I love getcolorcode.com

Triadic colors

1 #124C0F and #0F124C with #4C0F12 are triadic colors.

2 #120F4C and #0F4C12 with #4C0F12 are triadic colors.