COLOR #4C0F0C

HEX: #4C0F0C RGB: (76,15,12)

Color info

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

RGB color model

#4C0F0C color RGB value is (76,15,12).

RGB: (76,15,12) (30%, 6%, 5%)

RGB channels and saturation

R 76 of 255 = 30%
G 15 of 255 = 6%
B 12 of 255 = 5%

76
15
12

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

Portions of RGB colors in percentages

R + G + B = 76 + 15 + 12 = 103 (100%)
R 76 of 103 ~ 73.79%
G 15 of 103 ~ 14.56%
B 12 of 103 ~ 11.65'%

%73.79
%14.56
%11.65

CMYK color model

#4C0F0C color CMYK value is (0,80,84,70).

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

CMYK: (0,80,84,70)
C0M80Y84K70 (0%, 80%, 84%, 70%)
(0.00 / 0.80 / 0.84 / 0.70)

CMYK percentages

%0
%80.26
%84.21
%70.2

Codes

Color #4C0F0C in popluar color models

4C 0F 0C
RGB 76 15 12
HSL 72.73% 17.25%
HSB/HSV 84.21% 29.80%
CMYK 0.00% 80.26% 84.21%
70.20%

Color #4C0F0C in popluar number systems.

HEX 4C 0F 0C
Decimal 76 15 12
Binary 1001100 1111 1100
Octal 114 17 14

Shades and tints

Shades of #4C0F0C

#4C0F0C
(76,15,12)
#460E0B
(70,14,11)
#400D0A
(64,13,10)
#3A0C09
(58,12,9)
#340B08
(52,11,8)
#2E0A07
(46,10,7)
#280906
(40,9,6)
#220805
(34,8,5)
#1C0704
(28,7,4)
#160603
(22,6,3)
#100502
(16,5,2)
#000000
(0,0,0)

Tints of #4C0F0C

#4C0F0C
(76,15,12)
#5C2422
(92,36,34)
#6C3938
(108,57,56)
#7C4E4E
(124,78,78)
#8C6364
(140,99,100)
#9C787A
(156,120,122)
#AC8D90
(172,141,144)
#BCA2A6
(188,162,166)
#CCB7BC
(204,183,188)
#DCCCD2
(220,204,210)
#ECE1E8
(236,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0F0C; }

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

This text font color is #4C0F0C.

Background Color

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

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

This div background color is #4C0F0C.

Border color

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

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

This div border color is #4C0F0C.

Opacity

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

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

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

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

This text has shadow with #4C0F0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C0F0C.

Preview

Color preview on black background

This text has color #4C0F0C on black background.


Color preview on white background

This text has color #4C0F0C on white background.


Black color preview on #4C0F0C background

This text has black color on #4C0F0C background.


White color preview on #4C0F0C background

This text has white color on #4C0F0C background.


Related colors

Complementary color

Complementary color for #hex is #B3F0F3.


I love getcolorcode.com

Triadic colors

1 #0C4C0F and #0F0C4C with #4C0F0C are triadic colors.

2 #0C0F4C and #0F4C0C with #4C0F0C are triadic colors.