COLOR #3C6A1F

HEX: #3C6A1F
RGB: (60,106,31)

Color info

#3C6A1F contains mainly red and green colors. Web safe color of #3C6A1F is #336633 (or #363).

RGB color model

#3C6A1F color RGB value is (60,106,31).

  • red value is 60;
  • green value is 106;
  • blue value is 31.
RGB:
(60,106,31)
(24%,42%,12%)

RGB channels and saturation

R 60 of 255 = 24%
G 106 of 255 = 42%
B 31 of 255 = 12%

60
106
31

R + G + B ~ 26%. #3C6A1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 106 + 31 = 197 (100%)
R 60 of 197 ~ 30.46%
G 106 of 197 ~ 53.81%
B 31 of 197 ~ 15.74%

%30.46
%53.81
%15.74

CMYK color model

#3C6A1F color CMYK value is (43,0,71,58).

  • cyan value is 43.40%
  • magenta value is 0.00%
  • yellow value is 70.75%
  • key color value is 58.43%
CMYK:
(43,0,71,58)
C43M0Y71K58 
(43%,0%,71%,58%)
(0.43/0.00/0.71/0.58)	

CMYK percentages

%43.4
%0
%70.75
%58.43

Codes

Color #3C6A1F in popluar color models

3C6A1F
RGB6010631
HSL97°54.74%26.86%
HSB/HSV97°70.75%41.57%
CMYK43.40%0.00%70.75%
58.43%

Color #3C6A1F in popluar number systems.

HEX3C6A1F
Decimal6010631
Binary111100110101011111
Octal7415237

Shades and tints

Shades of #3C6A1F

#3C6A1F
(60,106,31)
#37611D
(55,97,29)
#32581B
(50,88,27)
#2D4F19
(45,79,25)
#284617
(40,70,23)
#233D15
(35,61,21)
#1E3413
(30,52,19)
#192B11
(25,43,17)
#14220F
(20,34,15)
#0F190D
(15,25,13)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #3C6A1F

#3C6A1F
(60,106,31)
#4D7733
(77,119,51)
#5E8447
(94,132,71)
#6F915B
(111,145,91)
#809E6F
(128,158,111)
#91AB83
(145,171,131)
#A2B897
(162,184,151)
#B3C5AB
(179,197,171)
#C4D2BF
(196,210,191)
#D5DFD3
(213,223,211)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6A1F color. Also use rgb(60,106,31) instead hex code.

Text Font Color

.myTextColor { color: #3C6A1F; }

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

This text font color is #3C6A1F.


Background Color

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

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

This div background color is #3C6A1F.


Border color

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

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

This div border color is #3C6A1F.


Opacity

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

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

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

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

This text has shadow with #3C6A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6A1F on black background.


Color preview on white background

This text has color #3C6A1F on white background.



Black color preview on #3C6A1F background

This text has black color on #3C6A1F background.


White color preview on #3C6A1F background

This text has white color on #3C6A1F background.