COLOR #3C6C0A

HEX: #3C6C0A
RGB: (60,108,10)

Color info

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

RGB color model

#3C6C0A color RGB value is (60,108,10).

  • red value is 60;
  • green value is 108;
  • blue value is 10.
RGB:
(60,108,10)
(24%,42%,4%)

RGB channels and saturation

R 60 of 255 = 24%
G 108 of 255 = 42%
B 10 of 255 = 4%

60
108
10

R + G + B ~ 23%. #3C6C0A is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 108 + 10 = 178 (100%)
R 60 of 178 ~ 33.71%
G 108 of 178 ~ 60.67%
B 10 of 178 ~ 5.62%

%33.71
%60.67

CMYK color model

#3C6C0A color CMYK value is (44,0,91,58).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 90.74%
  • key color value is 57.65%
CMYK:
(44,0,91,58)
C44M0Y91K58 
(44%,0%,91%,58%)
(0.44/0.00/0.91/0.58)	

CMYK percentages

%44.44
%0
%90.74
%57.65

Codes

Color #3C6C0A in popluar color models

3C6C0A
RGB6010810
HSL89°83.05%23.14%
HSB/HSV89°90.74%42.35%
CMYK44.44%0.00%90.74%
57.65%

Color #3C6C0A in popluar number systems.

HEX3C6C0A
Decimal6010810
Binary11110011011001010
Octal7415412

Shades and tints

Shades of #3C6C0A

#3C6C0A
(60,108,10)
#37630A
(55,99,10)
#325A0A
(50,90,10)
#2D510A
(45,81,10)
#28480A
(40,72,10)
#233F0A
(35,63,10)
#1E360A
(30,54,10)
#192D0A
(25,45,10)
#14240A
(20,36,10)
#0F1B0A
(15,27,10)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #3C6C0A

#3C6C0A
(60,108,10)
#4D7920
(77,121,32)
#5E8636
(94,134,54)
#6F934C
(111,147,76)
#80A062
(128,160,98)
#91AD78
(145,173,120)
#A2BA8E
(162,186,142)
#B3C7A4
(179,199,164)
#C4D4BA
(196,212,186)
#D5E1D0
(213,225,208)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6C0A color. Also use rgb(60,108,10) instead hex code.

Text Font Color

.myTextColor { color: #3C6C0A; }

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

This text font color is #3C6C0A.


Background Color

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

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

This div background color is #3C6C0A.


Border color

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

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

This div border color is #3C6C0A.


Opacity

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

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

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

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

This text has shadow with #3C6C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6C0A on black background.


Color preview on white background

This text has color #3C6C0A on white background.



Black color preview on #3C6C0A background

This text has black color on #3C6C0A background.


White color preview on #3C6C0A background

This text has white color on #3C6C0A background.