COLOR #3C6629

HEX: #3C6629
RGB: (60,102,41)

Color info

#3C6629 contains mainly red and green colors. Web safe color of #3C6629 is #336633 (or #363).

RGB color model

#3C6629 color RGB value is (60,102,41).

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

RGB channels and saturation

R 60 of 255 = 24%
G 102 of 255 = 40%
B 41 of 255 = 16%

60
102
41

R + G + B ~ 27%. #3C6629 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 102 + 41 = 203 (100%)
R 60 of 203 ~ 29.56%
G 102 of 203 ~ 50.25%
B 41 of 203 ~ 20.2%

%29.56
%50.25
%20.2

CMYK color model

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

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 59.80%
  • key color value is 60.00%
CMYK:
(41,0,60,60)
C41M0Y60K60 
(41%,0%,60%,60%)
(0.41/0.00/0.60/0.60)	

CMYK percentages

%41.18
%0
%59.8
%60

Codes

Color #3C6629 in popluar color models

3C6629
RGB6010241
HSL101°42.66%28.04%
HSB/HSV101°59.80%40.00%
CMYK41.18%0.00%59.80%
60.00%

Color #3C6629 in popluar number systems.

HEX3C6629
Decimal6010241
Binary1111001100110101001
Octal7414651

Shades and tints

Shades of #3C6629

#3C6629
(60,102,41)
#375D26
(55,93,38)
#325423
(50,84,35)
#2D4B20
(45,75,32)
#28421D
(40,66,29)
#23391A
(35,57,26)
#1E3017
(30,48,23)
#192714
(25,39,20)
#141E11
(20,30,17)
#0F150E
(15,21,14)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #3C6629

#3C6629
(60,102,41)
#4D733C
(77,115,60)
#5E804F
(94,128,79)
#6F8D62
(111,141,98)
#809A75
(128,154,117)
#91A788
(145,167,136)
#A2B49B
(162,180,155)
#B3C1AE
(179,193,174)
#C4CEC1
(196,206,193)
#D5DBD4
(213,219,212)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6629; }

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

This text font color is #3C6629.


Background Color

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

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

This div background color is #3C6629.


Border color

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

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

This div border color is #3C6629.


Opacity

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

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

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

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

This text has shadow with #3C6629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6629 on black background.


Color preview on white background

This text has color #3C6629 on white background.



Black color preview on #3C6629 background

This text has black color on #3C6629 background.


White color preview on #3C6629 background

This text has white color on #3C6629 background.