COLOR #4C0F0B

HEX: #4C0F0B RGB: (76,15,11)

Color info

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

RGB color model

#4C0F0B color RGB value is (76,15,11).

RGB: (76,15,11) (30%, 6%, 4%)

RGB channels and saturation

R 76 of 255 = 30%
G 15 of 255 = 6%
B 11 of 255 = 4%

76
15
11

R + G + B ~ 13%. #4C0F0B is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 15 + 11 = 102 (100%)
R 76 of 102 ~ 74.51%
G 15 of 102 ~ 14.71%
B 11 of 102 ~ 10.78'%

%74.51
%14.71
%10.78

CMYK color model

#4C0F0B color CMYK value is (0,80,86,70).

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

CMYK: (0,80,86,70)
C0M80Y86K70 (0%, 80%, 86%, 70%)
(0.00 / 0.80 / 0.86 / 0.70)

CMYK percentages

%0
%80.26
%85.53
%70.2

Codes

Color #4C0F0B in popluar color models

4C 0F 0B
RGB 76 15 11
HSL 74.71% 17.06%
HSB/HSV 85.53% 29.80%
CMYK 0.00% 80.26% 85.53%
70.20%

Color #4C0F0B in popluar number systems.

HEX 4C 0F 0B
Decimal 76 15 11
Binary 1001100 1111 1011
Octal 114 17 13

Shades and tints

Shades of #4C0F0B

#4C0F0B
(76,15,11)
#460E0A
(70,14,10)
#400D09
(64,13,9)
#3A0C08
(58,12,8)
#340B07
(52,11,7)
#2E0A06
(46,10,6)
#280905
(40,9,5)
#220804
(34,8,4)
#1C0703
(28,7,3)
#160602
(22,6,2)
#100501
(16,5,1)
#000000
(0,0,0)

Tints of #4C0F0B

#4C0F0B
(76,15,11)
#5C2421
(92,36,33)
#6C3937
(108,57,55)
#7C4E4D
(124,78,77)
#8C6363
(140,99,99)
#9C7879
(156,120,121)
#AC8D8F
(172,141,143)
#BCA2A5
(188,162,165)
#CCB7BB
(204,183,187)
#DCCCD1
(220,204,209)
#ECE1E7
(236,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0F0B; }

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

This text font color is #4C0F0B.

Background Color

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

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

This div background color is #4C0F0B.

Border color

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

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

This div border color is #4C0F0B.

Opacity

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

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

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

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

This text has shadow with #4C0F0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C0F0B.

Preview

Color preview on black background

This text has color #4C0F0B on black background.


Color preview on white background

This text has color #4C0F0B on white background.


Black color preview on #4C0F0B background

This text has black color on #4C0F0B background.


White color preview on #4C0F0B background

This text has white color on #4C0F0B background.


Related colors

Complementary color

Complementary color for #hex is #B3F0F4.


I love getcolorcode.com

Triadic colors

1 #0B4C0F and #0F0B4C with #4C0F0B are triadic colors.

2 #0B0F4C and #0F4C0B with #4C0F0B are triadic colors.