COLOR #4C6A2C

HEX: #4C6A2C RGB: (76,106,44)

Color info

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

RGB color model

#4C6A2C color RGB value is (76,106,44).

RGB: (76,106,44) (30%, 42%, 17%)

RGB channels and saturation

R 76 of 255 = 30%
G 106 of 255 = 42%
B 44 of 255 = 17%

76
106
44

R + G + B ~ 30%. #4C6A2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 106 + 44 = 226 (100%)
R 76 of 226 ~ 33.63%
G 106 of 226 ~ 46.9%
B 44 of 226 ~ 19.47'%

%33.63
%46.9
%19.47

CMYK color model

#4C6A2C color CMYK value is (28,0,58,58).

  • cyan value is 28.30%
  • magenta value is 0.00%
  • yellow value is 58.49%
  • key color value is 58.43%

CMYK: (28,0,58,58)
C28M0Y58K58 (28%, 0%, 58%, 58%)
(0.28 / 0.00 / 0.58 / 0.58)

CMYK percentages

%28.3
%0
%58.49
%58.43

Codes

Color #4C6A2C in popluar color models

4C 6A 2C
RGB 76 106 44
HSL 89° 41.33% 29.41%
HSB/HSV 89° 58.49% 41.57%
CMYK 28.30% 0.00% 58.49%
58.43%

Color #4C6A2C in popluar number systems.

HEX 4C 6A 2C
Decimal 76 106 44
Binary 1001100 1101010 101100
Octal 114 152 54

Shades and tints

Shades of #4C6A2C

#4C6A2C
(76,106,44)
#466128
(70,97,40)
#405824
(64,88,36)
#3A4F20
(58,79,32)
#34461C
(52,70,28)
#2E3D18
(46,61,24)
#283414
(40,52,20)
#222B10
(34,43,16)
#1C220C
(28,34,12)
#161908
(22,25,8)
#101004
(16,16,4)
#000000
(0,0,0)

Tints of #4C6A2C

#4C6A2C
(76,106,44)
#5C773F
(92,119,63)
#6C8452
(108,132,82)
#7C9165
(124,145,101)
#8C9E78
(140,158,120)
#9CAB8B
(156,171,139)
#ACB89E
(172,184,158)
#BCC5B1
(188,197,177)
#CCD2C4
(204,210,196)
#DCDFD7
(220,223,215)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6A2C; }

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

This text font color is #4C6A2C.

Background Color

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

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

This div background color is #4C6A2C.

Border color

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

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

This div border color is #4C6A2C.

Opacity

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

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

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

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

This text has shadow with #4C6A2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6A2C.

Preview

Color preview on black background

This text has color #4C6A2C on black background.


Color preview on white background

This text has color #4C6A2C on white background.


Black color preview on #4C6A2C background

This text has black color on #4C6A2C background.


White color preview on #4C6A2C background

This text has white color on #4C6A2C background.


Related colors

Complementary color

Complementary color for #hex is #B395D3.


I love getcolorcode.com

Triadic colors

1 #2C4C6A and #6A2C4C with #4C6A2C are triadic colors.

2 #2C6A4C and #6A4C2C with #4C6A2C are triadic colors.