COLOR #3C6616

HEX: #3C6616
RGB: (60,102,22)

Color info

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

RGB color model

#3C6616 color RGB value is (60,102,22).

  • red value is 60;
  • green value is 102;
  • blue value is 22.
RGB:
(60,102,22)
(24%,40%,9%)

RGB channels and saturation

R 60 of 255 = 24%
G 102 of 255 = 40%
B 22 of 255 = 9%

60
102
22

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

Portions of RGB colors in percentages

R + G + B =
60 + 102 + 22 = 184 (100%)
R 60 of 184 ~ 32.61%
G 102 of 184 ~ 55.43%
B 22 of 184 ~ 11.96%

%32.61
%55.43
%11.96

CMYK color model

#3C6616 color CMYK value is (41,0,78,60).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 78.43%
  • key color value is 60.00%
CMYK:
(41,0,78,60)
C41M0Y78K60 
(41%,0%,78%,60%)
(0.41/0.00/0.78/0.60)	

CMYK percentages

%41.18
%0
%78.43
%60

Codes

Color #3C6616 in popluar color models

3C6616
RGB6010222
HSL92°64.52%24.31%
HSB/HSV92°78.43%40.00%
CMYK41.18%0.00%78.43%
60.00%

Color #3C6616 in popluar number systems.

HEX3C6616
Decimal6010222
Binary111100110011010110
Octal7414626

Shades and tints

Shades of #3C6616

#3C6616
(60,102,22)
#375D14
(55,93,20)
#325412
(50,84,18)
#2D4B10
(45,75,16)
#28420E
(40,66,14)
#23390C
(35,57,12)
#1E300A
(30,48,10)
#192708
(25,39,8)
#141E06
(20,30,6)
#0F1504
(15,21,4)
#0A0C02
(10,12,2)
#000000
(0,0,0)

Tints of #3C6616

#3C6616
(60,102,22)
#4D732B
(77,115,43)
#5E8040
(94,128,64)
#6F8D55
(111,141,85)
#809A6A
(128,154,106)
#91A77F
(145,167,127)
#A2B494
(162,180,148)
#B3C1A9
(179,193,169)
#C4CEBE
(196,206,190)
#D5DBD3
(213,219,211)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6616 color. Also use rgb(60,102,22) instead hex code.

Text Font Color

.myTextColor { color: #3C6616; }

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

This text font color is #3C6616.


Background Color

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

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

This div background color is #3C6616.


Border color

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

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

This div border color is #3C6616.


Opacity

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

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

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

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

This text has shadow with #3C6616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6616 on black background.


Color preview on white background

This text has color #3C6616 on white background.



Black color preview on #3C6616 background

This text has black color on #3C6616 background.


White color preview on #3C6616 background

This text has white color on #3C6616 background.