COLOR #4C5602

HEX: #4C5602 RGB: (76,86,2)

Color info

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

RGB color model

#4C5602 color RGB value is (76,86,2).

RGB: (76,86,2) (30%, 34%, 1%)

RGB channels and saturation

R 76 of 255 = 30%
G 86 of 255 = 34%
B 2 of 255 = 1%

76
86
2

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

Portions of RGB colors in percentages

R + G + B = 76 + 86 + 2 = 164 (100%)
R 76 of 164 ~ 46.34%
G 86 of 164 ~ 52.44%
B 2 of 164 ~ 1.22'%

%46.34
%52.44

CMYK color model

#4C5602 color CMYK value is (12,0,98,66).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 97.67%
  • key color value is 66.27%

CMYK: (12,0,98,66)
C12M0Y98K66 (12%, 0%, 98%, 66%)
(0.12 / 0.00 / 0.98 / 0.66)

CMYK percentages

%11.63
%0
%97.67
%66.27

Codes

Color #4C5602 in popluar color models

4C 56 02
RGB 76 86 2
HSL 67° 95.45% 17.25%
HSB/HSV 67° 97.67% 33.73%
CMYK 11.63% 0.00% 97.67%
66.27%

Color #4C5602 in popluar number systems.

HEX 4C 56 02
Decimal 76 86 2
Binary 1001100 1010110 10
Octal 114 126 2

Shades and tints

Shades of #4C5602

#4C5602
(76,86,2)
#464F02
(70,79,2)
#404802
(64,72,2)
#3A4102
(58,65,2)
#343A02
(52,58,2)
#2E3302
(46,51,2)
#282C02
(40,44,2)
#222502
(34,37,2)
#1C1E02
(28,30,2)
#161702
(22,23,2)
#101002
(16,16,2)
#000000
(0,0,0)

Tints of #4C5602

#4C5602
(76,86,2)
#5C6519
(92,101,25)
#6C7430
(108,116,48)
#7C8347
(124,131,71)
#8C925E
(140,146,94)
#9CA175
(156,161,117)
#ACB08C
(172,176,140)
#BCBFA3
(188,191,163)
#CCCEBA
(204,206,186)
#DCDDD1
(220,221,209)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5602; }

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

This text font color is #4C5602.

Background Color

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

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

This div background color is #4C5602.

Border color

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

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

This div border color is #4C5602.

Opacity

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

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

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

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

This text has shadow with #4C5602 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5602.

Preview

Color preview on black background

This text has color #4C5602 on black background.


Color preview on white background

This text has color #4C5602 on white background.


Black color preview on #4C5602 background

This text has black color on #4C5602 background.


White color preview on #4C5602 background

This text has white color on #4C5602 background.


Related colors

Complementary color

Complementary color for #hex is #B3A9FD.


I love getcolorcode.com

Triadic colors

1 #024C56 and #56024C with #4C5602 are triadic colors.

2 #02564C and #564C02 with #4C5602 are triadic colors.