COLOR #4C6C12

HEX: #4C6C12 RGB: (76,108,18)

Color info

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

RGB color model

#4C6C12 color RGB value is (76,108,18).

RGB: (76,108,18) (30%, 42%, 7%)

RGB channels and saturation

R 76 of 255 = 30%
G 108 of 255 = 42%
B 18 of 255 = 7%

76
108
18

R + G + B ~ 26%. #4C6C12 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 108 + 18 = 202 (100%)
R 76 of 202 ~ 37.62%
G 108 of 202 ~ 53.47%
B 18 of 202 ~ 8.91'%

%37.62
%53.47

CMYK color model

#4C6C12 color CMYK value is (30,0,83,58).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 57.65%

CMYK: (30,0,83,58)
C30M0Y83K58 (30%, 0%, 83%, 58%)
(0.30 / 0.00 / 0.83 / 0.58)

CMYK percentages

%29.63
%0
%83.33
%57.65

Codes

Color #4C6C12 in popluar color models

4C 6C 12
RGB 76 108 18
HSL 81° 71.43% 24.71%
HSB/HSV 81° 83.33% 42.35%
CMYK 29.63% 0.00% 83.33%
57.65%

Color #4C6C12 in popluar number systems.

HEX 4C 6C 12
Decimal 76 108 18
Binary 1001100 1101100 10010
Octal 114 154 22

Shades and tints

Shades of #4C6C12

#4C6C12
(76,108,18)
#466311
(70,99,17)
#405A10
(64,90,16)
#3A510F
(58,81,15)
#34480E
(52,72,14)
#2E3F0D
(46,63,13)
#28360C
(40,54,12)
#222D0B
(34,45,11)
#1C240A
(28,36,10)
#161B09
(22,27,9)
#101208
(16,18,8)
#000000
(0,0,0)

Tints of #4C6C12

#4C6C12
(76,108,18)
#5C7927
(92,121,39)
#6C863C
(108,134,60)
#7C9351
(124,147,81)
#8CA066
(140,160,102)
#9CAD7B
(156,173,123)
#ACBA90
(172,186,144)
#BCC7A5
(188,199,165)
#CCD4BA
(204,212,186)
#DCE1CF
(220,225,207)
#ECEEE4
(236,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6C12; }

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

This text font color is #4C6C12.

Background Color

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

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

This div background color is #4C6C12.

Border color

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

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

This div border color is #4C6C12.

Opacity

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

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

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

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

This text has shadow with #4C6C12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6C12.

Preview

Color preview on black background

This text has color #4C6C12 on black background.


Color preview on white background

This text has color #4C6C12 on white background.


Black color preview on #4C6C12 background

This text has black color on #4C6C12 background.


White color preview on #4C6C12 background

This text has white color on #4C6C12 background.


Related colors

Complementary color

Complementary color for #hex is #B393ED.


I love getcolorcode.com

Triadic colors

1 #124C6C and #6C124C with #4C6C12 are triadic colors.

2 #126C4C and #6C4C12 with #4C6C12 are triadic colors.