COLOR #4C5406

HEX: #4C5406
RGB: (76,84,6)

Color info

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

RGB color model

#4C5406 color RGB value is (76,84,6).

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

RGB channels and saturation

R 76 of 255 = 30%
G 84 of 255 = 33%
B 6 of 255 = 2%

76
84
6

R + G + B ~ 22%. #4C5406 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 84 + 6 = 166 (100%)
R 76 of 166 ~ 45.78%
G 84 of 166 ~ 50.6%
B 6 of 166 ~ 3.61%

%45.78
%50.6

CMYK color model

#4C5406 color CMYK value is (10,0,93,67).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 92.86%
  • key color value is 67.06%
CMYK:
(10,0,93,67)
C10M0Y93K67 
(10%,0%,93%,67%)
(0.10/0.00/0.93/0.67)	

CMYK percentages

%9.52
%0
%92.86
%67.06

Codes

Color #4C5406 in popluar color models

4C5406
RGB76846
HSL66°86.67%17.65%
HSB/HSV66°92.86%32.94%
CMYK9.52%0.00%92.86%
67.06%

Color #4C5406 in popluar number systems.

HEX4C5406
Decimal76846
Binary10011001010100110
Octal1141246

Shades and tints

Shades of #4C5406

#4C5406
(76,84,6)
#464D06
(70,77,6)
#404606
(64,70,6)
#3A3F06
(58,63,6)
#343806
(52,56,6)
#2E3106
(46,49,6)
#282A06
(40,42,6)
#222306
(34,35,6)
#1C1C06
(28,28,6)
#161506
(22,21,6)
#100E06
(16,14,6)
#000000
(0,0,0)

Tints of #4C5406

#4C5406
(76,84,6)
#5C631C
(92,99,28)
#6C7232
(108,114,50)
#7C8148
(124,129,72)
#8C905E
(140,144,94)
#9C9F74
(156,159,116)
#ACAE8A
(172,174,138)
#BCBDA0
(188,189,160)
#CCCCB6
(204,204,182)
#DCDBCC
(220,219,204)
#ECEAE2
(236,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5406; }

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

This text font color is #4C5406.


Background Color

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

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

This div background color is #4C5406.


Border color

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

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

This div border color is #4C5406.


Opacity

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

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

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

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

This text has shadow with #4C5406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5406 on black background.


Color preview on white background

This text has color #4C5406 on white background.



Black color preview on #4C5406 background

This text has black color on #4C5406 background.


White color preview on #4C5406 background

This text has white color on #4C5406 background.