COLOR #4C5413

HEX: #4C5413
RGB: (76,84,19)

Color info

#4C5413 contains mainly red and green colors. Web safe color of #4C5413 is #336600 (or #360).

RGB color model

#4C5413 color RGB value is (76,84,19).

  • red value is 76;
  • green value is 84;
  • blue value is 19.
RGB:
(76,84,19)
(30%,33%,7%)

RGB channels and saturation

R 76 of 255 = 30%
G 84 of 255 = 33%
B 19 of 255 = 7%

76
84
19

R + G + B ~ 23%. #4C5413 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 84 + 19 = 179 (100%)
R 76 of 179 ~ 42.46%
G 84 of 179 ~ 46.93%
B 19 of 179 ~ 10.61%

%42.46
%46.93
%10.61

CMYK color model

#4C5413 color CMYK value is (10,0,77,67).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 77.38%
  • key color value is 67.06%
CMYK:
(10,0,77,67)
C10M0Y77K67 
(10%,0%,77%,67%)
(0.10/0.00/0.77/0.67)	

CMYK percentages

%9.52
%0
%77.38
%67.06

Codes

Color #4C5413 in popluar color models

4C5413
RGB768419
HSL67°63.11%20.20%
HSB/HSV67°77.38%32.94%
CMYK9.52%0.00%77.38%
67.06%

Color #4C5413 in popluar number systems.

HEX4C5413
Decimal768419
Binary1001100101010010011
Octal11412423

Shades and tints

Shades of #4C5413

#4C5413
(76,84,19)
#464D12
(70,77,18)
#404611
(64,70,17)
#3A3F10
(58,63,16)
#34380F
(52,56,15)
#2E310E
(46,49,14)
#282A0D
(40,42,13)
#22230C
(34,35,12)
#1C1C0B
(28,28,11)
#16150A
(22,21,10)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #4C5413

#4C5413
(76,84,19)
#5C6328
(92,99,40)
#6C723D
(108,114,61)
#7C8152
(124,129,82)
#8C9067
(140,144,103)
#9C9F7C
(156,159,124)
#ACAE91
(172,174,145)
#BCBDA6
(188,189,166)
#CCCCBB
(204,204,187)
#DCDBD0
(220,219,208)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5413; }

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

This text font color is #4C5413.


Background Color

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

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

This div background color is #4C5413.


Border color

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

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

This div border color is #4C5413.


Opacity

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

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

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

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

This text has shadow with #4C5413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5413 on black background.


Color preview on white background

This text has color #4C5413 on white background.



Black color preview on #4C5413 background

This text has black color on #4C5413 background.


White color preview on #4C5413 background

This text has white color on #4C5413 background.