COLOR #3C6713

HEX: #3C6713
RGB: (60,103,19)

Color info

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

RGB color model

#3C6713 color RGB value is (60,103,19).

  • red value is 60;
  • green value is 103;
  • blue value is 19.
RGB:
(60,103,19)
(24%,40%,7%)

RGB channels and saturation

R 60 of 255 = 24%
G 103 of 255 = 40%
B 19 of 255 = 7%

60
103
19

R + G + B ~ 24%. #3C6713 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 103 + 19 = 182 (100%)
R 60 of 182 ~ 32.97%
G 103 of 182 ~ 56.59%
B 19 of 182 ~ 10.44%

%32.97
%56.59
%10.44

CMYK color model

#3C6713 color CMYK value is (42,0,82,60).

  • cyan value is 41.75%
  • magenta value is 0.00%
  • yellow value is 81.55%
  • key color value is 59.61%
CMYK:
(42,0,82,60)
C42M0Y82K60 
(42%,0%,82%,60%)
(0.42/0.00/0.82/0.60)	

CMYK percentages

%41.75
%0
%81.55
%59.61

Codes

Color #3C6713 in popluar color models

3C6713
RGB6010319
HSL91°68.85%23.92%
HSB/HSV91°81.55%40.39%
CMYK41.75%0.00%81.55%
59.61%

Color #3C6713 in popluar number systems.

HEX3C6713
Decimal6010319
Binary111100110011110011
Octal7414723

Shades and tints

Shades of #3C6713

#3C6713
(60,103,19)
#375E12
(55,94,18)
#325511
(50,85,17)
#2D4C10
(45,76,16)
#28430F
(40,67,15)
#233A0E
(35,58,14)
#1E310D
(30,49,13)
#19280C
(25,40,12)
#141F0B
(20,31,11)
#0F160A
(15,22,10)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #3C6713

#3C6713
(60,103,19)
#4D7428
(77,116,40)
#5E813D
(94,129,61)
#6F8E52
(111,142,82)
#809B67
(128,155,103)
#91A87C
(145,168,124)
#A2B591
(162,181,145)
#B3C2A6
(179,194,166)
#C4CFBB
(196,207,187)
#D5DCD0
(213,220,208)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6713 color. Also use rgb(60,103,19) instead hex code.

Text Font Color

.myTextColor { color: #3C6713; }

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

This text font color is #3C6713.


Background Color

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

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

This div background color is #3C6713.


Border color

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

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

This div border color is #3C6713.


Opacity

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

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

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

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

This text has shadow with #3C6713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6713 on black background.


Color preview on white background

This text has color #3C6713 on white background.



Black color preview on #3C6713 background

This text has black color on #3C6713 background.


White color preview on #3C6713 background

This text has white color on #3C6713 background.