COLOR #4C3904

HEX: #4C3904
RGB: (76,57,4)

Color info

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

RGB color model

#4C3904 color RGB value is (76,57,4).

  • red value is 76;
  • green value is 57;
  • blue value is 4.
RGB:
(76,57,4)
(30%,22%,2%)

RGB channels and saturation

R 76 of 255 = 30%
G 57 of 255 = 22%
B 4 of 255 = 2%

76
57
4

R + G + B ~ 18%. #4C3904 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 57 + 4 = 137 (100%)
R 76 of 137 ~ 55.47%
G 57 of 137 ~ 41.61%
B 4 of 137 ~ 2.92%

%55.47
%41.61

CMYK color model

#4C3904 color CMYK value is (0,25,95,70).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 94.74%
  • key color value is 70.20%
CMYK:
(0,25,95,70)
C0M25Y95K70 
(0%,25%,95%,70%)
(0.00/0.25/0.95/0.70)	

CMYK percentages

%0
%25
%94.74
%70.2

Codes

Color #4C3904 in popluar color models

4C3904
RGB76574
HSL44°90.00%15.69%
HSB/HSV44°94.74%29.80%
CMYK0.00%25.00%94.74%
70.20%

Color #4C3904 in popluar number systems.

HEX4C3904
Decimal76574
Binary1001100111001100
Octal114714

Shades and tints

Shades of #4C3904

#4C3904
(76,57,4)
#463404
(70,52,4)
#402F04
(64,47,4)
#3A2A04
(58,42,4)
#342504
(52,37,4)
#2E2004
(46,32,4)
#281B04
(40,27,4)
#221604
(34,22,4)
#1C1104
(28,17,4)
#160C04
(22,12,4)
#100704
(16,7,4)
#000000
(0,0,0)

Tints of #4C3904

#4C3904
(76,57,4)
#5C4B1A
(92,75,26)
#6C5D30
(108,93,48)
#7C6F46
(124,111,70)
#8C815C
(140,129,92)
#9C9372
(156,147,114)
#ACA588
(172,165,136)
#BCB79E
(188,183,158)
#CCC9B4
(204,201,180)
#DCDBCA
(220,219,202)
#ECEDE0
(236,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3904; }

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

This text font color is #4C3904.


Background Color

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

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

This div background color is #4C3904.


Border color

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

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

This div border color is #4C3904.


Opacity

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

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

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

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

This text has shadow with #4C3904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3904 on black background.


Color preview on white background

This text has color #4C3904 on white background.



Black color preview on #4C3904 background

This text has black color on #4C3904 background.


White color preview on #4C3904 background

This text has white color on #4C3904 background.