COLOR #3C9313

HEX: #3C9313 RGB: (60,147,19)

Color info

#3C9313 contains mainly green color. Web safe color of #3C9313 is #339900 (or #390).

RGB color model

#3C9313 color RGB value is (60,147,19).

RGB: (60,147,19) (24%, 58%, 7%)

RGB channels and saturation

R 60 of 255 = 24%
G 147 of 255 = 58%
B 19 of 255 = 7%

60
147
19

R + G + B ~ 30%. #3C9313 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 147 + 19 = 226 (100%)
R 60 of 226 ~ 26.55%
G 147 of 226 ~ 65.04%
B 19 of 226 ~ 8.41'%

%26.55
%65.04

CMYK color model

#3C9313 color CMYK value is (59,0,87,42).

  • cyan value is 59.18%
  • magenta value is 0.00%
  • yellow value is 87.07%
  • key color value is 42.35%

CMYK: (59,0,87,42)
C59M0Y87K42 (59%, 0%, 87%, 42%)
(0.59 / 0.00 / 0.87 / 0.42)

CMYK percentages

%59.18
%0
%87.07
%42.35

Codes

Color #3C9313 in popluar color models

3C 93 13
RGB 60 147 19
HSL 101° 77.11% 32.55%
HSB/HSV 101° 87.07% 57.65%
CMYK 59.18% 0.00% 87.07%
42.35%

Color #3C9313 in popluar number systems.

HEX 3C 93 13
Decimal 60 147 19
Binary 111100 10010011 10011
Octal 74 223 23

Shades and tints

Shades of #3C9313

#3C9313
(60,147,19)
#378612
(55,134,18)
#327911
(50,121,17)
#2D6C10
(45,108,16)
#285F0F
(40,95,15)
#23520E
(35,82,14)
#1E450D
(30,69,13)
#19380C
(25,56,12)
#142B0B
(20,43,11)
#0F1E0A
(15,30,10)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #3C9313

#3C9313
(60,147,19)
#4D9C28
(77,156,40)
#5EA53D
(94,165,61)
#6FAE52
(111,174,82)
#80B767
(128,183,103)
#91C07C
(145,192,124)
#A2C991
(162,201,145)
#B3D2A6
(179,210,166)
#C4DBBB
(196,219,187)
#D5E4D0
(213,228,208)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C9313; }

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

This text font color is #3C9313.

Background Color

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

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

This div background color is #3C9313.

Border color

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

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

This div border color is #3C9313.

Opacity

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

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

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

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

This text has shadow with #3C9313 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C9313.

Preview

Color preview on black background

This text has color #3C9313 on black background.


Color preview on white background

This text has color #3C9313 on white background.


Black color preview on #3C9313 background

This text has black color on #3C9313 background.


White color preview on #3C9313 background

This text has white color on #3C9313 background.


Related colors

Complementary color

Complementary color for #hex is #C36CEC.


I love getcolorcode.com

Triadic colors

1 #133C93 and #93133C with #3C9313 are triadic colors.

2 #13933C and #933C13 with #3C9313 are triadic colors.