COLOR #4C2407

HEX: #4C2407 RGB: (76,36,7)

Color info

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

RGB color model

#4C2407 color RGB value is (76,36,7).

RGB: (76,36,7) (30%, 14%, 3%)

RGB channels and saturation

R 76 of 255 = 30%
G 36 of 255 = 14%
B 7 of 255 = 3%

76
36
7

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

Portions of RGB colors in percentages

R + G + B = 76 + 36 + 7 = 119 (100%)
R 76 of 119 ~ 63.87%
G 36 of 119 ~ 30.25%
B 7 of 119 ~ 5.88'%

%63.87
%30.25

CMYK color model

#4C2407 color CMYK value is (0,53,91,70).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 90.79%
  • key color value is 70.20%

CMYK: (0,53,91,70)
C0M53Y91K70 (0%, 53%, 91%, 70%)
(0.00 / 0.53 / 0.91 / 0.70)

CMYK percentages

%0
%52.63
%90.79
%70.2

Codes

Color #4C2407 in popluar color models

4C 24 07
RGB 76 36 7
HSL 25° 83.13% 16.27%
HSB/HSV 25° 90.79% 29.80%
CMYK 0.00% 52.63% 90.79%
70.20%

Color #4C2407 in popluar number systems.

HEX 4C 24 07
Decimal 76 36 7
Binary 1001100 100100 111
Octal 114 44 7

Shades and tints

Shades of #4C2407

#4C2407
(76,36,7)
#462107
(70,33,7)
#401E07
(64,30,7)
#3A1B07
(58,27,7)
#341807
(52,24,7)
#2E1507
(46,21,7)
#281207
(40,18,7)
#220F07
(34,15,7)
#1C0C07
(28,12,7)
#160907
(22,9,7)
#100607
(16,6,7)
#000000
(0,0,0)

Tints of #4C2407

#4C2407
(76,36,7)
#5C371D
(92,55,29)
#6C4A33
(108,74,51)
#7C5D49
(124,93,73)
#8C705F
(140,112,95)
#9C8375
(156,131,117)
#AC968B
(172,150,139)
#BCA9A1
(188,169,161)
#CCBCB7
(204,188,183)
#DCCFCD
(220,207,205)
#ECE2E3
(236,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2407; }

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

This text font color is #4C2407.

Background Color

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

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

This div background color is #4C2407.

Border color

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

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

This div border color is #4C2407.

Opacity

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

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

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

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

This text has shadow with #4C2407 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2407.

Preview

Color preview on black background

This text has color #4C2407 on black background.


Color preview on white background

This text has color #4C2407 on white background.


Black color preview on #4C2407 background

This text has black color on #4C2407 background.


White color preview on #4C2407 background

This text has white color on #4C2407 background.


Related colors

Complementary color

Complementary color for #hex is #B3DBF8.


I love getcolorcode.com

Triadic colors

1 #074C24 and #24074C with #4C2407 are triadic colors.

2 #07244C and #244C07 with #4C2407 are triadic colors.