COLOR #3C6728

HEX: #3C6728
RGB: (60,103,40)

Color info

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

RGB color model

#3C6728 color RGB value is (60,103,40).

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

RGB channels and saturation

R 60 of 255 = 24%
G 103 of 255 = 40%
B 40 of 255 = 16%

60
103
40

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

Portions of RGB colors in percentages

R + G + B =
60 + 103 + 40 = 203 (100%)
R 60 of 203 ~ 29.56%
G 103 of 203 ~ 50.74%
B 40 of 203 ~ 19.7%

%29.56
%50.74
%19.7

CMYK color model

#3C6728 color CMYK value is (42,0,61,60).

  • cyan value is 41.75%
  • magenta value is 0.00%
  • yellow value is 61.17%
  • key color value is 59.61%
CMYK:
(42,0,61,60)
C42M0Y61K60 
(42%,0%,61%,60%)
(0.42/0.00/0.61/0.60)	

CMYK percentages

%41.75
%0
%61.17
%59.61

Codes

Color #3C6728 in popluar color models

3C6728
RGB6010340
HSL101°44.06%28.04%
HSB/HSV101°61.17%40.39%
CMYK41.75%0.00%61.17%
59.61%

Color #3C6728 in popluar number systems.

HEX3C6728
Decimal6010340
Binary1111001100111101000
Octal7414750

Shades and tints

Shades of #3C6728

#3C6728
(60,103,40)
#375E25
(55,94,37)
#325522
(50,85,34)
#2D4C1F
(45,76,31)
#28431C
(40,67,28)
#233A19
(35,58,25)
#1E3116
(30,49,22)
#192813
(25,40,19)
#141F10
(20,31,16)
#0F160D
(15,22,13)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #3C6728

#3C6728
(60,103,40)
#4D743B
(77,116,59)
#5E814E
(94,129,78)
#6F8E61
(111,142,97)
#809B74
(128,155,116)
#91A887
(145,168,135)
#A2B59A
(162,181,154)
#B3C2AD
(179,194,173)
#C4CFC0
(196,207,192)
#D5DCD3
(213,220,211)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6728 color. Also use rgb(60,103,40) instead hex code.

Text Font Color

.myTextColor { color: #3C6728; }

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

This text font color is #3C6728.


Background Color

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

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

This div background color is #3C6728.


Border color

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

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

This div border color is #3C6728.


Opacity

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

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

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

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

This text has shadow with #3C6728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6728 on black background.


Color preview on white background

This text has color #3C6728 on white background.



Black color preview on #3C6728 background

This text has black color on #3C6728 background.


White color preview on #3C6728 background

This text has white color on #3C6728 background.