COLOR #3C7913

HEX: #3C7913 RGB: (60,121,19)

Color info

#3C7913 contains mainly green color. Web safe color of #3C7913 is #336600 (or #360).

RGB color model

#3C7913 color RGB value is (60,121,19).

RGB: (60,121,19) (24%, 47%, 7%)

RGB channels and saturation

R 60 of 255 = 24%
G 121 of 255 = 47%
B 19 of 255 = 7%

60
121
19

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

Portions of RGB colors in percentages

R + G + B = 60 + 121 + 19 = 200 (100%)
R 60 of 200 ~ 30%
G 121 of 200 ~ 60.5%
B 19 of 200 ~ 9.5'%

%30
%60.5

CMYK color model

#3C7913 color CMYK value is (50,0,84,53).

  • cyan value is 50.41%
  • magenta value is 0.00%
  • yellow value is 84.30%
  • key color value is 52.55%

CMYK: (50,0,84,53)
C50M0Y84K53 (50%, 0%, 84%, 53%)
(0.50 / 0.00 / 0.84 / 0.53)

CMYK percentages

%50.41
%0
%84.3
%52.55

Codes

Color #3C7913 in popluar color models

3C 79 13
RGB 60 121 19
HSL 96° 72.86% 27.45%
HSB/HSV 96° 84.30% 47.45%
CMYK 50.41% 0.00% 84.30%
52.55%

Color #3C7913 in popluar number systems.

HEX 3C 79 13
Decimal 60 121 19
Binary 111100 1111001 10011
Octal 74 171 23

Shades and tints

Shades of #3C7913

#3C7913
(60,121,19)
#376E12
(55,110,18)
#326311
(50,99,17)
#2D5810
(45,88,16)
#284D0F
(40,77,15)
#23420E
(35,66,14)
#1E370D
(30,55,13)
#192C0C
(25,44,12)
#14210B
(20,33,11)
#0F160A
(15,22,10)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #3C7913

#3C7913
(60,121,19)
#4D8528
(77,133,40)
#5E913D
(94,145,61)
#6F9D52
(111,157,82)
#80A967
(128,169,103)
#91B57C
(145,181,124)
#A2C191
(162,193,145)
#B3CDA6
(179,205,166)
#C4D9BB
(196,217,187)
#D5E5D0
(213,229,208)
#E6F1E5
(230,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7913; }

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

This text font color is #3C7913.

Background Color

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

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

This div background color is #3C7913.

Border color

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

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

This div border color is #3C7913.

Opacity

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

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

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

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

This text has shadow with #3C7913 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C7913.

Preview

Color preview on black background

This text has color #3C7913 on black background.


Color preview on white background

This text has color #3C7913 on white background.


Black color preview on #3C7913 background

This text has black color on #3C7913 background.


White color preview on #3C7913 background

This text has white color on #3C7913 background.


Related colors

Complementary color

Complementary color for #hex is #C386EC.


I love getcolorcode.com

Triadic colors

1 #133C79 and #79133C with #3C7913 are triadic colors.

2 #13793C and #793C13 with #3C7913 are triadic colors.