COLOR #4C0B0F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

76
11
15

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

Portions of RGB colors in percentages

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

%74.51
%10.78
%14.71

CMYK color model

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

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

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

CMYK percentages

%0
%85.53
%80.26
%70.2

Codes

Color #4C0B0F in popluar color models

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

Color #4C0B0F in popluar number systems.

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

Shades and tints

Shades of #4C0B0F

#4C0B0F
(76,11,15)
#460A0E
(70,10,14)
#40090D
(64,9,13)
#3A080C
(58,8,12)
#34070B
(52,7,11)
#2E060A
(46,6,10)
#280509
(40,5,9)
#220408
(34,4,8)
#1C0307
(28,3,7)
#160206
(22,2,6)
#100105
(16,1,5)
#000000
(0,0,0)

Tints of #4C0B0F

#4C0B0F
(76,11,15)
#5C2124
(92,33,36)
#6C3739
(108,55,57)
#7C4D4E
(124,77,78)
#8C6363
(140,99,99)
#9C7978
(156,121,120)
#AC8F8D
(172,143,141)
#BCA5A2
(188,165,162)
#CCBBB7
(204,187,183)
#DCD1CC
(220,209,204)
#ECE7E1
(236,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0B0F; }

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

This text font color is #4C0B0F.

Background Color

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

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

This div background color is #4C0B0F.

Border color

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

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

This div border color is #4C0B0F.

Opacity

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

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

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

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

This text has shadow with #4C0B0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C0B0F.

Preview

Color preview on black background

This text has color #4C0B0F on black background.


Color preview on white background

This text has color #4C0B0F on white background.


Black color preview on #4C0B0F background

This text has black color on #4C0B0F background.


White color preview on #4C0B0F background

This text has white color on #4C0B0F background.


Related colors

Complementary color

Complementary color for #hex is #B3F4F0.


I love getcolorcode.com

Triadic colors

1 #0F4C0B and #0B0F4C with #4C0B0F are triadic colors.

2 #0F0B4C and #0B4C0F with #4C0B0F are triadic colors.