COLOR #4C1A0E

HEX: #4C1A0E
RGB: (76,26,14)

Color info

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

RGB color model

#4C1A0E color RGB value is (76,26,14).

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

RGB channels and saturation

R 76 of 255 = 30%
G 26 of 255 = 10%
B 14 of 255 = 5%

76
26
14

R + G + B ~ 15%. #4C1A0E is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 26 + 14 = 116 (100%)
R 76 of 116 ~ 65.52%
G 26 of 116 ~ 22.41%
B 14 of 116 ~ 12.07%

%65.52
%22.41
%12.07

CMYK color model

#4C1A0E color CMYK value is (0,66,82,70).

  • cyan value is 0.00%
  • magenta value is 65.79%
  • yellow value is 81.58%
  • key color value is 70.20%
CMYK:
(0,66,82,70)
C0M66Y82K70 
(0%,66%,82%,70%)
(0.00/0.66/0.82/0.70)	

CMYK percentages

%0
%65.79
%81.58
%70.2

Codes

Color #4C1A0E in popluar color models

4C1A0E
RGB762614
HSL12°68.89%17.65%
HSB/HSV12°81.58%29.80%
CMYK0.00%65.79%81.58%
70.20%

Color #4C1A0E in popluar number systems.

HEX4C1A0E
Decimal762614
Binary1001100110101110
Octal1143216

Shades and tints

Shades of #4C1A0E

#4C1A0E
(76,26,14)
#46180D
(70,24,13)
#40160C
(64,22,12)
#3A140B
(58,20,11)
#34120A
(52,18,10)
#2E1009
(46,16,9)
#280E08
(40,14,8)
#220C07
(34,12,7)
#1C0A06
(28,10,6)
#160805
(22,8,5)
#100604
(16,6,4)
#000000
(0,0,0)

Tints of #4C1A0E

#4C1A0E
(76,26,14)
#5C2E23
(92,46,35)
#6C4238
(108,66,56)
#7C564D
(124,86,77)
#8C6A62
(140,106,98)
#9C7E77
(156,126,119)
#AC928C
(172,146,140)
#BCA6A1
(188,166,161)
#CCBAB6
(204,186,182)
#DCCECB
(220,206,203)
#ECE2E0
(236,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1A0E; }

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

This text font color is #4C1A0E.


Background Color

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

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

This div background color is #4C1A0E.


Border color

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

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

This div border color is #4C1A0E.


Opacity

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

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

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

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

This text has shadow with #4C1A0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1A0E on black background.


Color preview on white background

This text has color #4C1A0E on white background.



Black color preview on #4C1A0E background

This text has black color on #4C1A0E background.


White color preview on #4C1A0E background

This text has white color on #4C1A0E background.