COLOR #3C5006

HEX: #3C5006 RGB: (60,80,6)

Color info

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

RGB color model

#3C5006 color RGB value is (60,80,6).

RGB: (60,80,6) (24%, 31%, 2%)

RGB channels and saturation

R 60 of 255 = 24%
G 80 of 255 = 31%
B 6 of 255 = 2%

60
80
6

R + G + B ~ 19%. #3C5006 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 80 + 6 = 146 (100%)
R 60 of 146 ~ 41.1%
G 80 of 146 ~ 54.79%
B 6 of 146 ~ 4.11'%

%41.1
%54.79

CMYK color model

#3C5006 color CMYK value is (25,0,93,69).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 92.50%
  • key color value is 68.63%

CMYK: (25,0,93,69)
C25M0Y93K69 (25%, 0%, 93%, 69%)
(0.25 / 0.00 / 0.93 / 0.69)

CMYK percentages

%25
%0
%92.5
%68.63

Codes

Color #3C5006 in popluar color models

3C 50 06
RGB 60 80 6
HSL 76° 86.05% 16.86%
HSB/HSV 76° 92.50% 31.37%
CMYK 25.00% 0.00% 92.50%
68.63%

Color #3C5006 in popluar number systems.

HEX 3C 50 06
Decimal 60 80 6
Binary 111100 1010000 110
Octal 74 120 6

Shades and tints

Shades of #3C5006

#3C5006
(60,80,6)
#374906
(55,73,6)
#324206
(50,66,6)
#2D3B06
(45,59,6)
#283406
(40,52,6)
#232D06
(35,45,6)
#1E2606
(30,38,6)
#191F06
(25,31,6)
#141806
(20,24,6)
#0F1106
(15,17,6)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #3C5006

#3C5006
(60,80,6)
#4D5F1C
(77,95,28)
#5E6E32
(94,110,50)
#6F7D48
(111,125,72)
#808C5E
(128,140,94)
#919B74
(145,155,116)
#A2AA8A
(162,170,138)
#B3B9A0
(179,185,160)
#C4C8B6
(196,200,182)
#D5D7CC
(213,215,204)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5006 color. Also use rgb(60,80,6) instead hex code.

Text Font Color

.myTextColor { color: #3C5006; }

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

This text font color is #3C5006.

Background Color

.myBgColor { background-color: #3C5006; }

<div style="background-color:#3C5006">Inner text</div>

This div background color is #3C5006.

Border color

.myBorderColor { border: 1px solid #3C5006; }

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

This div border color is #3C5006.

Opacity

.myOpacity80 { color: #3C5006; opacity: 0.8; }

<p style="color:#3C5006;opacity:0.8;">80%</p>

Text with #3C5006 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 #3C5006;}

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

This text has shadow with #3C5006 color.


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

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

This text has shadow with #3C5006 primary color and red secondary color.


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

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

This text has shadow with #3C5006 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3C5006.

Preview

Color preview on black background

This text has color #3C5006 on black background.


Color preview on white background

This text has color #3C5006 on white background.


Black color preview on #3C5006 background

This text has black color on #3C5006 background.


White color preview on #3C5006 background

This text has white color on #3C5006 background.


Related colors

Complementary color

Complementary color for #hex is #C3AFF9.


I love getcolorcode.com

Triadic colors

1 #063C50 and #50063C with #3C5006 are triadic colors.

2 #06503C and #503C06 with #3C5006 are triadic colors.