COLOR #4C2604

HEX: #4C2604 RGB: (76,38,4)

Color info

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

RGB color model

#4C2604 color RGB value is (76,38,4).

RGB: (76,38,4) (30%, 15%, 2%)

RGB channels and saturation

R 76 of 255 = 30%
G 38 of 255 = 15%
B 4 of 255 = 2%

76
38
4

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

Portions of RGB colors in percentages

R + G + B = 76 + 38 + 4 = 118 (100%)
R 76 of 118 ~ 64.41%
G 38 of 118 ~ 32.2%
B 4 of 118 ~ 3.39'%

%64.41
%32.2

CMYK color model

#4C2604 color CMYK value is (0,50,95,70).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 94.74%
  • key color value is 70.20%

CMYK: (0,50,95,70)
C0M50Y95K70 (0%, 50%, 95%, 70%)
(0.00 / 0.50 / 0.95 / 0.70)

CMYK percentages

%0
%50
%94.74
%70.2

Codes

Color #4C2604 in popluar color models

4C 26 04
RGB 76 38 4
HSL 28° 90.00% 15.69%
HSB/HSV 28° 94.74% 29.80%
CMYK 0.00% 50.00% 94.74%
70.20%

Color #4C2604 in popluar number systems.

HEX 4C 26 04
Decimal 76 38 4
Binary 1001100 100110 100
Octal 114 46 4

Shades and tints

Shades of #4C2604

#4C2604
(76,38,4)
#462304
(70,35,4)
#402004
(64,32,4)
#3A1D04
(58,29,4)
#341A04
(52,26,4)
#2E1704
(46,23,4)
#281404
(40,20,4)
#221104
(34,17,4)
#1C0E04
(28,14,4)
#160B04
(22,11,4)
#100804
(16,8,4)
#000000
(0,0,0)

Tints of #4C2604

#4C2604
(76,38,4)
#5C391A
(92,57,26)
#6C4C30
(108,76,48)
#7C5F46
(124,95,70)
#8C725C
(140,114,92)
#9C8572
(156,133,114)
#AC9888
(172,152,136)
#BCAB9E
(188,171,158)
#CCBEB4
(204,190,180)
#DCD1CA
(220,209,202)
#ECE4E0
(236,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2604; }

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

This text font color is #4C2604.

Background Color

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

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

This div background color is #4C2604.

Border color

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

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

This div border color is #4C2604.

Opacity

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

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

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

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

This text has shadow with #4C2604 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2604.

Preview

Color preview on black background

This text has color #4C2604 on black background.


Color preview on white background

This text has color #4C2604 on white background.


Black color preview on #4C2604 background

This text has black color on #4C2604 background.


White color preview on #4C2604 background

This text has white color on #4C2604 background.


Related colors

Complementary color

Complementary color for #hex is #B3D9FB.


I love getcolorcode.com

Triadic colors

1 #044C26 and #26044C with #4C2604 are triadic colors.

2 #04264C and #264C04 with #4C2604 are triadic colors.