COLOR #4C6C2A

HEX: #4C6C2A RGB: (76,108,42)

Color info

#4C6C2A contains mainly red and green colors. Web safe color of #4C6C2A is #336633 (or #363).

RGB color model

#4C6C2A color RGB value is (76,108,42).

RGB: (76,108,42) (30%, 42%, 16%)

RGB channels and saturation

R 76 of 255 = 30%
G 108 of 255 = 42%
B 42 of 255 = 16%

76
108
42

R + G + B ~ 29%. #4C6C2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 108 + 42 = 226 (100%)
R 76 of 226 ~ 33.63%
G 108 of 226 ~ 47.79%
B 42 of 226 ~ 18.58'%

%33.63
%47.79
%18.58

CMYK color model

#4C6C2A color CMYK value is (30,0,61,58).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 57.65%
CMYK: (30,0,61,58) C30M0Y61K58 (30%,0%,61%,58%) (0.30/0.00/0.61/0.58) 

CMYK percentages

%29.63
%0
%61.11
%57.65

Codes

Color #4C6C2A in popluar color models

4C 6C 2A
RGB 76 108 42
HSL 89° 44.00% 29.41%
HSB/HSV 89° 61.11% 42.35%
CMYK 29.63% 0.00% 61.11%
57.65%

Color #4C6C2A in popluar number systems.

HEX 4C 6C 2A
Decimal 76 108 42
Binary 1001100 1101100 101010
Octal 114 154 52

Shades and tints

Shades of #4C6C2A

#4C6C2A
(76,108,42)
#466327
(70,99,39)
#405A24
(64,90,36)
#3A5121
(58,81,33)
#34481E
(52,72,30)
#2E3F1B
(46,63,27)
#283618
(40,54,24)
#222D15
(34,45,21)
#1C2412
(28,36,18)
#161B0F
(22,27,15)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #4C6C2A

#4C6C2A
(76,108,42)
#5C793D
(92,121,61)
#6C8650
(108,134,80)
#7C9363
(124,147,99)
#8CA076
(140,160,118)
#9CAD89
(156,173,137)
#ACBA9C
(172,186,156)
#BCC7AF
(188,199,175)
#CCD4C2
(204,212,194)
#DCE1D5
(220,225,213)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6C2A; }

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

This text font color is #4C6C2A.

Background Color

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

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

This div background color is #4C6C2A.

Border color

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

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

This div border color is #4C6C2A.

Opacity

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

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

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

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

This text has shadow with #4C6C2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6C2A.

Preview

Color preview on black background

This text has color #4C6C2A on black background.


Color preview on white background

This text has color #4C6C2A on white background.


Black color preview on #4C6C2A background

This text has black color on #4C6C2A background.


White color preview on #4C6C2A background

This text has white color on #4C6C2A background.


Related colors

Complementary color

Complementary color for #hex is #B393D5.


I love getcolorcode.com

Triadic colors

1 #2A4C6C and #6C2A4C with #4C6C2A are triadic colors.

2 #2A6C4C and #6C4C2A with #4C6C2A are triadic colors.