COLOR #3C6605

HEX: #3C6605
RGB: (60,102,5)

Color info

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

RGB color model

#3C6605 color RGB value is (60,102,5).

  • red value is 60;
  • green value is 102;
  • blue value is 5.
RGB:
(60,102,5)
(24%,40%,2%)

RGB channels and saturation

R 60 of 255 = 24%
G 102 of 255 = 40%
B 5 of 255 = 2%

60
102
5

R + G + B ~ 22%. #3C6605 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 102 + 5 = 167 (100%)
R 60 of 167 ~ 35.93%
G 102 of 167 ~ 61.08%
B 5 of 167 ~ 2.99%

%35.93
%61.08

CMYK color model

#3C6605 color CMYK value is (41,0,95,60).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 95.10%
  • key color value is 60.00%
CMYK:
(41,0,95,60)
C41M0Y95K60 
(41%,0%,95%,60%)
(0.41/0.00/0.95/0.60)	

CMYK percentages

%41.18
%0
%95.1
%60

Codes

Color #3C6605 in popluar color models

3C6605
RGB601025
HSL86°90.65%20.98%
HSB/HSV86°95.10%40.00%
CMYK41.18%0.00%95.10%
60.00%

Color #3C6605 in popluar number systems.

HEX3C6605
Decimal601025
Binary1111001100110101
Octal741465

Shades and tints

Shades of #3C6605

#3C6605
(60,102,5)
#375D05
(55,93,5)
#325405
(50,84,5)
#2D4B05
(45,75,5)
#284205
(40,66,5)
#233905
(35,57,5)
#1E3005
(30,48,5)
#192705
(25,39,5)
#141E05
(20,30,5)
#0F1505
(15,21,5)
#0A0C05
(10,12,5)
#000000
(0,0,0)

Tints of #3C6605

#3C6605
(60,102,5)
#4D731B
(77,115,27)
#5E8031
(94,128,49)
#6F8D47
(111,141,71)
#809A5D
(128,154,93)
#91A773
(145,167,115)
#A2B489
(162,180,137)
#B3C19F
(179,193,159)
#C4CEB5
(196,206,181)
#D5DBCB
(213,219,203)
#E6E8E1
(230,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6605 color. Also use rgb(60,102,5) instead hex code.

Text Font Color

.myTextColor { color: #3C6605; }

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

This text font color is #3C6605.


Background Color

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

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

This div background color is #3C6605.


Border color

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

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

This div border color is #3C6605.


Opacity

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

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

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

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

This text has shadow with #3C6605 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6605 on black background.


Color preview on white background

This text has color #3C6605 on white background.



Black color preview on #3C6605 background

This text has black color on #3C6605 background.


White color preview on #3C6605 background

This text has white color on #3C6605 background.