COLOR #3C600C

HEX: #3C600C
RGB: (60,96,12)

Color info

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

RGB color model

#3C600C color RGB value is (60,96,12).

  • red value is 60;
  • green value is 96;
  • blue value is 12.
RGB:
(60,96,12)
(24%,38%,5%)

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 12 of 255 = 5%

60
96
12

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

Portions of RGB colors in percentages

R + G + B =
60 + 96 + 12 = 168 (100%)
R 60 of 168 ~ 35.71%
G 96 of 168 ~ 57.14%
B 12 of 168 ~ 7.14%

%35.71
%57.14

CMYK color model

#3C600C color CMYK value is (38,0,88,62).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 62.35%
CMYK:
(38,0,88,62)
C38M0Y88K62 
(38%,0%,88%,62%)
(0.38/0.00/0.88/0.62)	

CMYK percentages

%37.5
%0
%87.5
%62.35

Codes

Color #3C600C in popluar color models

3C600C
RGB609612
HSL86°77.78%21.18%
HSB/HSV86°87.50%37.65%
CMYK37.50%0.00%87.50%
62.35%

Color #3C600C in popluar number systems.

HEX3C600C
Decimal609612
Binary11110011000001100
Octal7414014

Shades and tints

Shades of #3C600C

#3C600C
(60,96,12)
#37580B
(55,88,11)
#32500A
(50,80,10)
#2D4809
(45,72,9)
#284008
(40,64,8)
#233807
(35,56,7)
#1E3006
(30,48,6)
#192805
(25,40,5)
#142004
(20,32,4)
#0F1803
(15,24,3)
#0A1002
(10,16,2)
#000000
(0,0,0)

Tints of #3C600C

#3C600C
(60,96,12)
#4D6E22
(77,110,34)
#5E7C38
(94,124,56)
#6F8A4E
(111,138,78)
#809864
(128,152,100)
#91A67A
(145,166,122)
#A2B490
(162,180,144)
#B3C2A6
(179,194,166)
#C4D0BC
(196,208,188)
#D5DED2
(213,222,210)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C600C color. Also use rgb(60,96,12) instead hex code.

Text Font Color

.myTextColor { color: #3C600C; }

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

This text font color is #3C600C.


Background Color

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

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

This div background color is #3C600C.


Border color

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

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

This div border color is #3C600C.


Opacity

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

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

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

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

This text has shadow with #3C600C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C600C on black background.


Color preview on white background

This text has color #3C600C on white background.



Black color preview on #3C600C background

This text has black color on #3C600C background.


White color preview on #3C600C background

This text has white color on #3C600C background.