COLOR #3C6D27

HEX: #3C6D27 RGB: (60,109,39)

Color info

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

RGB color model

#3C6D27 color RGB value is (60,109,39).

RGB: (60,109,39) (24%, 43%, 15%)

RGB channels and saturation

R 60 of 255 = 24%
G 109 of 255 = 43%
B 39 of 255 = 15%

60
109
39

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

Portions of RGB colors in percentages

R + G + B = 60 + 109 + 39 = 208 (100%)
R 60 of 208 ~ 28.85%
G 109 of 208 ~ 52.4%
B 39 of 208 ~ 18.75'%

%28.85
%52.4
%18.75

CMYK color model

#3C6D27 color CMYK value is (45,0,64,57).

  • cyan value is 44.95%
  • magenta value is 0.00%
  • yellow value is 64.22%
  • key color value is 57.25%

CMYK: (45,0,64,57)
C45M0Y64K57 (45%, 0%, 64%, 57%)
(0.45 / 0.00 / 0.64 / 0.57)

CMYK percentages

%44.95
%0
%64.22
%57.25

Codes

Color #3C6D27 in popluar color models

3C 6D 27
RGB 60 109 39
HSL 102° 47.30% 29.02%
HSB/HSV 102° 64.22% 42.75%
CMYK 44.95% 0.00% 64.22%
57.25%

Color #3C6D27 in popluar number systems.

HEX 3C 6D 27
Decimal 60 109 39
Binary 111100 1101101 100111
Octal 74 155 47

Shades and tints

Shades of #3C6D27

#3C6D27
(60,109,39)
#376424
(55,100,36)
#325B21
(50,91,33)
#2D521E
(45,82,30)
#28491B
(40,73,27)
#234018
(35,64,24)
#1E3715
(30,55,21)
#192E12
(25,46,18)
#14250F
(20,37,15)
#0F1C0C
(15,28,12)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #3C6D27

#3C6D27
(60,109,39)
#4D7A3A
(77,122,58)
#5E874D
(94,135,77)
#6F9460
(111,148,96)
#80A173
(128,161,115)
#91AE86
(145,174,134)
#A2BB99
(162,187,153)
#B3C8AC
(179,200,172)
#C4D5BF
(196,213,191)
#D5E2D2
(213,226,210)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6D27; }

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

This text font color is #3C6D27.

Background Color

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

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

This div background color is #3C6D27.

Border color

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

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

This div border color is #3C6D27.

Opacity

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

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

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

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

This text has shadow with #3C6D27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6D27.

Preview

Color preview on black background

This text has color #3C6D27 on black background.


Color preview on white background

This text has color #3C6D27 on white background.


Black color preview on #3C6D27 background

This text has black color on #3C6D27 background.


White color preview on #3C6D27 background

This text has white color on #3C6D27 background.


Related colors

Complementary color

Complementary color for #hex is #C392D8.


I love getcolorcode.com

Triadic colors

1 #273C6D and #6D273C with #3C6D27 are triadic colors.

2 #276D3C and #6D3C27 with #3C6D27 are triadic colors.