COLOR #3C681E

HEX: #3C681E
RGB: (60,104,30)

Color info

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

RGB color model

#3C681E color RGB value is (60,104,30).

  • red value is 60;
  • green value is 104;
  • blue value is 30.
RGB:
(60,104,30)
(24%,41%,12%)

RGB channels and saturation

R 60 of 255 = 24%
G 104 of 255 = 41%
B 30 of 255 = 12%

60
104
30

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

Portions of RGB colors in percentages

R + G + B =
60 + 104 + 30 = 194 (100%)
R 60 of 194 ~ 30.93%
G 104 of 194 ~ 53.61%
B 30 of 194 ~ 15.46%

%30.93
%53.61
%15.46

CMYK color model

#3C681E color CMYK value is (42,0,71,59).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 71.15%
  • key color value is 59.22%
CMYK:
(42,0,71,59)
C42M0Y71K59 
(42%,0%,71%,59%)
(0.42/0.00/0.71/0.59)	

CMYK percentages

%42.31
%0
%71.15
%59.22

Codes

Color #3C681E in popluar color models

3C681E
RGB6010430
HSL96°55.22%26.27%
HSB/HSV96°71.15%40.78%
CMYK42.31%0.00%71.15%
59.22%

Color #3C681E in popluar number systems.

HEX3C681E
Decimal6010430
Binary111100110100011110
Octal7415036

Shades and tints

Shades of #3C681E

#3C681E
(60,104,30)
#375F1C
(55,95,28)
#32561A
(50,86,26)
#2D4D18
(45,77,24)
#284416
(40,68,22)
#233B14
(35,59,20)
#1E3212
(30,50,18)
#192910
(25,41,16)
#14200E
(20,32,14)
#0F170C
(15,23,12)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #3C681E

#3C681E
(60,104,30)
#4D7532
(77,117,50)
#5E8246
(94,130,70)
#6F8F5A
(111,143,90)
#809C6E
(128,156,110)
#91A982
(145,169,130)
#A2B696
(162,182,150)
#B3C3AA
(179,195,170)
#C4D0BE
(196,208,190)
#D5DDD2
(213,221,210)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C681E color. Also use rgb(60,104,30) instead hex code.

Text Font Color

.myTextColor { color: #3C681E; }

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

This text font color is #3C681E.


Background Color

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

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

This div background color is #3C681E.


Border color

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

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

This div border color is #3C681E.


Opacity

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

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

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

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

This text has shadow with #3C681E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C681E on black background.


Color preview on white background

This text has color #3C681E on white background.



Black color preview on #3C681E background

This text has black color on #3C681E background.


White color preview on #3C681E background

This text has white color on #3C681E background.