COLOR #4C240C

HEX: #4C240C
RGB: (76,36,12)

Color info

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

RGB color model

#4C240C color RGB value is (76,36,12).

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

RGB channels and saturation

R 76 of 255 = 30%
G 36 of 255 = 14%
B 12 of 255 = 5%

76
36
12

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

Portions of RGB colors in percentages

R + G + B =
76 + 36 + 12 = 124 (100%)
R 76 of 124 ~ 61.29%
G 36 of 124 ~ 29.03%
B 12 of 124 ~ 9.68%

%61.29
%29.03
%9.68

CMYK color model

#4C240C color CMYK value is (0,53,84,70).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 84.21%
  • key color value is 70.20%
CMYK:
(0,53,84,70)
C0M53Y84K70 
(0%,53%,84%,70%)
(0.00/0.53/0.84/0.70)	

CMYK percentages

%0
%52.63
%84.21
%70.2

Codes

Color #4C240C in popluar color models

4C240C
RGB763612
HSL23°72.73%17.25%
HSB/HSV23°84.21%29.80%
CMYK0.00%52.63%84.21%
70.20%

Color #4C240C in popluar number systems.

HEX4C240C
Decimal763612
Binary10011001001001100
Octal1144414

Shades and tints

Shades of #4C240C

#4C240C
(76,36,12)
#46210B
(70,33,11)
#401E0A
(64,30,10)
#3A1B09
(58,27,9)
#341808
(52,24,8)
#2E1507
(46,21,7)
#281206
(40,18,6)
#220F05
(34,15,5)
#1C0C04
(28,12,4)
#160903
(22,9,3)
#100602
(16,6,2)
#000000
(0,0,0)

Tints of #4C240C

#4C240C
(76,36,12)
#5C3722
(92,55,34)
#6C4A38
(108,74,56)
#7C5D4E
(124,93,78)
#8C7064
(140,112,100)
#9C837A
(156,131,122)
#AC9690
(172,150,144)
#BCA9A6
(188,169,166)
#CCBCBC
(204,188,188)
#DCCFD2
(220,207,210)
#ECE2E8
(236,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C240C color. Also use rgb(76,36,12) instead hex code.

Text Font Color

.myTextColor { color: #4C240C; }

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

This text font color is #4C240C.


Background Color

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

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

This div background color is #4C240C.


Border color

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

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

This div border color is #4C240C.


Opacity

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

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

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

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

This text has shadow with #4C240C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C240C on black background.


Color preview on white background

This text has color #4C240C on white background.



Black color preview on #4C240C background

This text has black color on #4C240C background.


White color preview on #4C240C background

This text has white color on #4C240C background.