COLOR #3C6411

HEX: #3C6411 RGB: (60,100,17)

Color info

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

RGB color model

#3C6411 color RGB value is (60,100,17).

RGB: (60,100,17) (24%, 39%, 7%)

RGB channels and saturation

R 60 of 255 = 24%
G 100 of 255 = 39%
B 17 of 255 = 7%

60
100
17

R + G + B ~ 23%. #3C6411 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 100 + 17 = 177 (100%)
R 60 of 177 ~ 33.9%
G 100 of 177 ~ 56.5%
B 17 of 177 ~ 9.6'%

%33.9
%56.5

CMYK color model

#3C6411 color CMYK value is (40,0,83,61).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 83.00%
  • key color value is 60.78%

CMYK: (40,0,83,61)
C40M0Y83K61 (40%, 0%, 83%, 61%)
(0.40 / 0.00 / 0.83 / 0.61)

CMYK percentages

%40
%0
%83
%60.78

Codes

Color #3C6411 in popluar color models

3C 64 11
RGB 60 100 17
HSL 89° 70.94% 22.94%
HSB/HSV 89° 83.00% 39.22%
CMYK 40.00% 0.00% 83.00%
60.78%

Color #3C6411 in popluar number systems.

HEX 3C 64 11
Decimal 60 100 17
Binary 111100 1100100 10001
Octal 74 144 21

Shades and tints

Shades of #3C6411

#3C6411
(60,100,17)
#375B10
(55,91,16)
#32520F
(50,82,15)
#2D490E
(45,73,14)
#28400D
(40,64,13)
#23370C
(35,55,12)
#1E2E0B
(30,46,11)
#19250A
(25,37,10)
#141C09
(20,28,9)
#0F1308
(15,19,8)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #3C6411

#3C6411
(60,100,17)
#4D7226
(77,114,38)
#5E803B
(94,128,59)
#6F8E50
(111,142,80)
#809C65
(128,156,101)
#91AA7A
(145,170,122)
#A2B88F
(162,184,143)
#B3C6A4
(179,198,164)
#C4D4B9
(196,212,185)
#D5E2CE
(213,226,206)
#E6F0E3
(230,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6411 color. Also use rgb(60,100,17) instead hex code.

Text Font Color

.myTextColor { color: #3C6411; }

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

This text font color is #3C6411.

Background Color

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

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

This div background color is #3C6411.

Border color

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

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

This div border color is #3C6411.

Opacity

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

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

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

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

This text has shadow with #3C6411 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6411.

Preview

Color preview on black background

This text has color #3C6411 on black background.


Color preview on white background

This text has color #3C6411 on white background.


Black color preview on #3C6411 background

This text has black color on #3C6411 background.


White color preview on #3C6411 background

This text has white color on #3C6411 background.


Related colors

Complementary color

Complementary color for #hex is #C39BEE.


I love getcolorcode.com

Triadic colors

1 #113C64 and #64113C with #3C6411 are triadic colors.

2 #11643C and #643C11 with #3C6411 are triadic colors.