COLOR #3C7014

HEX: #3C7014
RGB: (60,112,20)

Color info

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

RGB color model

#3C7014 color RGB value is (60,112,20).

  • red value is 60;
  • green value is 112;
  • blue value is 20.
RGB:
(60,112,20)
(24%,44%,8%)

RGB channels and saturation

R 60 of 255 = 24%
G 112 of 255 = 44%
B 20 of 255 = 8%

60
112
20

R + G + B ~ 25%. #3C7014 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 112 + 20 = 192 (100%)
R 60 of 192 ~ 31.25%
G 112 of 192 ~ 58.33%
B 20 of 192 ~ 10.42%

%31.25
%58.33
%10.42

CMYK color model

#3C7014 color CMYK value is (46,0,82,56).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 82.14%
  • key color value is 56.08%
CMYK:
(46,0,82,56)
C46M0Y82K56 
(46%,0%,82%,56%)
(0.46/0.00/0.82/0.56)	

CMYK percentages

%46.43
%0
%82.14
%56.08

Codes

Color #3C7014 in popluar color models

3C7014
RGB6011220
HSL94°69.70%25.88%
HSB/HSV94°82.14%43.92%
CMYK46.43%0.00%82.14%
56.08%

Color #3C7014 in popluar number systems.

HEX3C7014
Decimal6011220
Binary111100111000010100
Octal7416024

Shades and tints

Shades of #3C7014

#3C7014
(60,112,20)
#376613
(55,102,19)
#325C12
(50,92,18)
#2D5211
(45,82,17)
#284810
(40,72,16)
#233E0F
(35,62,15)
#1E340E
(30,52,14)
#192A0D
(25,42,13)
#14200C
(20,32,12)
#0F160B
(15,22,11)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #3C7014

#3C7014
(60,112,20)
#4D7D29
(77,125,41)
#5E8A3E
(94,138,62)
#6F9753
(111,151,83)
#80A468
(128,164,104)
#91B17D
(145,177,125)
#A2BE92
(162,190,146)
#B3CBA7
(179,203,167)
#C4D8BC
(196,216,188)
#D5E5D1
(213,229,209)
#E6F2E6
(230,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7014 color. Also use rgb(60,112,20) instead hex code.

Text Font Color

.myTextColor { color: #3C7014; }

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

This text font color is #3C7014.


Background Color

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

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

This div background color is #3C7014.


Border color

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

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

This div border color is #3C7014.


Opacity

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

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

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

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

This text has shadow with #3C7014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7014 on black background.


Color preview on white background

This text has color #3C7014 on white background.



Black color preview on #3C7014 background

This text has black color on #3C7014 background.


White color preview on #3C7014 background

This text has white color on #3C7014 background.