COLOR #4C120E

HEX: #4C120E
RGB: (76,18,14)

Color info

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

RGB color model

#4C120E color RGB value is (76,18,14).

  • red value is 76;
  • green value is 18;
  • blue value is 14.
RGB:
(76,18,14)
(30%,7%,5%)

RGB channels and saturation

R 76 of 255 = 30%
G 18 of 255 = 7%
B 14 of 255 = 5%

76
18
14

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

Portions of RGB colors in percentages

R + G + B =
76 + 18 + 14 = 108 (100%)
R 76 of 108 ~ 70.37%
G 18 of 108 ~ 16.67%
B 14 of 108 ~ 12.96%

%70.37
%16.67
%12.96

CMYK color model

#4C120E color CMYK value is (0,76,82,70).

  • cyan value is 0.00%
  • magenta value is 76.32%
  • yellow value is 81.58%
  • key color value is 70.20%
CMYK:
(0,76,82,70)
C0M76Y82K70 
(0%,76%,82%,70%)
(0.00/0.76/0.82/0.70)	

CMYK percentages

%0
%76.32
%81.58
%70.2

Codes

Color #4C120E in popluar color models

4C120E
RGB761814
HSL68.89%17.65%
HSB/HSV81.58%29.80%
CMYK0.00%76.32%81.58%
70.20%

Color #4C120E in popluar number systems.

HEX4C120E
Decimal761814
Binary1001100100101110
Octal1142216

Shades and tints

Shades of #4C120E

#4C120E
(76,18,14)
#46110D
(70,17,13)
#40100C
(64,16,12)
#3A0F0B
(58,15,11)
#340E0A
(52,14,10)
#2E0D09
(46,13,9)
#280C08
(40,12,8)
#220B07
(34,11,7)
#1C0A06
(28,10,6)
#160905
(22,9,5)
#100804
(16,8,4)
#000000
(0,0,0)

Tints of #4C120E

#4C120E
(76,18,14)
#5C2723
(92,39,35)
#6C3C38
(108,60,56)
#7C514D
(124,81,77)
#8C6662
(140,102,98)
#9C7B77
(156,123,119)
#AC908C
(172,144,140)
#BCA5A1
(188,165,161)
#CCBAB6
(204,186,182)
#DCCFCB
(220,207,203)
#ECE4E0
(236,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C120E; }

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

This text font color is #4C120E.


Background Color

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

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

This div background color is #4C120E.


Border color

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

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

This div border color is #4C120E.


Opacity

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

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

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

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

This text has shadow with #4C120E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C120E on black background.


Color preview on white background

This text has color #4C120E on white background.



Black color preview on #4C120E background

This text has black color on #4C120E background.


White color preview on #4C120E background

This text has white color on #4C120E background.