COLOR #3C6827

HEX: #3C6827
RGB: (60,104,39)

Color info

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

RGB color model

#3C6827 color RGB value is (60,104,39).

  • red value is 60;
  • green value is 104;
  • blue value is 39.
RGB:
(60,104,39)
(24%,41%,15%)

RGB channels and saturation

R 60 of 255 = 24%
G 104 of 255 = 41%
B 39 of 255 = 15%

60
104
39

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

Portions of RGB colors in percentages

R + G + B =
60 + 104 + 39 = 203 (100%)
R 60 of 203 ~ 29.56%
G 104 of 203 ~ 51.23%
B 39 of 203 ~ 19.21%

%29.56
%51.23
%19.21

CMYK color model

#3C6827 color CMYK value is (42,0,63,59).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 59.22%
CMYK:
(42,0,63,59)
C42M0Y63K59 
(42%,0%,63%,59%)
(0.42/0.00/0.63/0.59)	

CMYK percentages

%42.31
%0
%62.5
%59.22

Codes

Color #3C6827 in popluar color models

3C6827
RGB6010439
HSL101°45.45%28.04%
HSB/HSV101°62.50%40.78%
CMYK42.31%0.00%62.50%
59.22%

Color #3C6827 in popluar number systems.

HEX3C6827
Decimal6010439
Binary1111001101000100111
Octal7415047

Shades and tints

Shades of #3C6827

#3C6827
(60,104,39)
#375F24
(55,95,36)
#325621
(50,86,33)
#2D4D1E
(45,77,30)
#28441B
(40,68,27)
#233B18
(35,59,24)
#1E3215
(30,50,21)
#192912
(25,41,18)
#14200F
(20,32,15)
#0F170C
(15,23,12)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #3C6827

#3C6827
(60,104,39)
#4D753A
(77,117,58)
#5E824D
(94,130,77)
#6F8F60
(111,143,96)
#809C73
(128,156,115)
#91A986
(145,169,134)
#A2B699
(162,182,153)
#B3C3AC
(179,195,172)
#C4D0BF
(196,208,191)
#D5DDD2
(213,221,210)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6827 color. Also use rgb(60,104,39) instead hex code.

Text Font Color

.myTextColor { color: #3C6827; }

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

This text font color is #3C6827.


Background Color

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

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

This div background color is #3C6827.


Border color

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

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

This div border color is #3C6827.


Opacity

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

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

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

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

This text has shadow with #3C6827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6827 on black background.


Color preview on white background

This text has color #3C6827 on white background.



Black color preview on #3C6827 background

This text has black color on #3C6827 background.


White color preview on #3C6827 background

This text has white color on #3C6827 background.