COLOR #4C1E0D

HEX: #4C1E0D
RGB: (76,30,13)

Color info

#4C1E0D contains mainly red and green colors. Web safe color of #4C1E0D is #333300 (or #330).

RGB color model

#4C1E0D color RGB value is (76,30,13).

  • red value is 76;
  • green value is 30;
  • blue value is 13.
RGB:
(76,30,13)
(30%,12%,5%)

RGB channels and saturation

R 76 of 255 = 30%
G 30 of 255 = 12%
B 13 of 255 = 5%

76
30
13

R + G + B ~ 16%. #4C1E0D is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 30 + 13 = 119 (100%)
R 76 of 119 ~ 63.87%
G 30 of 119 ~ 25.21%
B 13 of 119 ~ 10.92%

%63.87
%25.21
%10.92

CMYK color model

#4C1E0D color CMYK value is (0,61,83,70).

  • cyan value is 0.00%
  • magenta value is 60.53%
  • yellow value is 82.89%
  • key color value is 70.20%
CMYK:
(0,61,83,70)
C0M61Y83K70 
(0%,61%,83%,70%)
(0.00/0.61/0.83/0.70)	

CMYK percentages

%0
%60.53
%82.89
%70.2

Codes

Color #4C1E0D in popluar color models

4C1E0D
RGB763013
HSL16°70.79%17.45%
HSB/HSV16°82.89%29.80%
CMYK0.00%60.53%82.89%
70.20%

Color #4C1E0D in popluar number systems.

HEX4C1E0D
Decimal763013
Binary1001100111101101
Octal1143615

Shades and tints

Shades of #4C1E0D

#4C1E0D
(76,30,13)
#461C0C
(70,28,12)
#401A0B
(64,26,11)
#3A180A
(58,24,10)
#341609
(52,22,9)
#2E1408
(46,20,8)
#281207
(40,18,7)
#221006
(34,16,6)
#1C0E05
(28,14,5)
#160C04
(22,12,4)
#100A03
(16,10,3)
#000000
(0,0,0)

Tints of #4C1E0D

#4C1E0D
(76,30,13)
#5C3223
(92,50,35)
#6C4639
(108,70,57)
#7C5A4F
(124,90,79)
#8C6E65
(140,110,101)
#9C827B
(156,130,123)
#AC9691
(172,150,145)
#BCAAA7
(188,170,167)
#CCBEBD
(204,190,189)
#DCD2D3
(220,210,211)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1E0D color. Also use rgb(76,30,13) instead hex code.

Text Font Color

.myTextColor { color: #4C1E0D; }

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

This text font color is #4C1E0D.


Background Color

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

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

This div background color is #4C1E0D.


Border color

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

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

This div border color is #4C1E0D.


Opacity

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

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

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

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

This text has shadow with #4C1E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1E0D on black background.


Color preview on white background

This text has color #4C1E0D on white background.



Black color preview on #4C1E0D background

This text has black color on #4C1E0D background.


White color preview on #4C1E0D background

This text has white color on #4C1E0D background.