COLOR #3C7644

HEX: #3C7644
RGB: (60,118,68)

Color info

#3C7644 contains red, green and blue colors in about the same proportion. Web safe color of #3C7644 is #336633 (or #363).

RGB color model

#3C7644 color RGB value is (60,118,68).

  • red value is 60;
  • green value is 118;
  • blue value is 68.
RGB:
(60,118,68)
(24%,46%,27%)

RGB channels and saturation

R 60 of 255 = 24%
G 118 of 255 = 46%
B 68 of 255 = 27%

60
118
68

R + G + B ~ 32%. #3C7644 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 118 + 68 = 246 (100%)
R 60 of 246 ~ 24.39%
G 118 of 246 ~ 47.97%
B 68 of 246 ~ 27.64%

%24.39
%47.97
%27.64

CMYK color model

#3C7644 color CMYK value is (49,0,42,54).

  • cyan value is 49.15%
  • magenta value is 0.00%
  • yellow value is 42.37%
  • key color value is 53.73%
CMYK:
(49,0,42,54)
C49M0Y42K54 
(49%,0%,42%,54%)
(0.49/0.00/0.42/0.54)	

CMYK percentages

%49.15
%0
%42.37
%53.73

Codes

Color #3C7644 in popluar color models

3C7644
RGB6011868
HSL128°32.58%34.90%
HSB/HSV128°49.15%46.27%
CMYK49.15%0.00%42.37%
53.73%

Color #3C7644 in popluar number systems.

HEX3C7644
Decimal6011868
Binary11110011101101000100
Octal74166104

Shades and tints

Shades of #3C7644

#3C7644
(60,118,68)
#376C3E
(55,108,62)
#326238
(50,98,56)
#2D5832
(45,88,50)
#284E2C
(40,78,44)
#234426
(35,68,38)
#1E3A20
(30,58,32)
#19301A
(25,48,26)
#142614
(20,38,20)
#0F1C0E
(15,28,14)
#0A1208
(10,18,8)
#000000
(0,0,0)

Tints of #3C7644

#3C7644
(60,118,68)
#4D8255
(77,130,85)
#5E8E66
(94,142,102)
#6F9A77
(111,154,119)
#80A688
(128,166,136)
#91B299
(145,178,153)
#A2BEAA
(162,190,170)
#B3CABB
(179,202,187)
#C4D6CC
(196,214,204)
#D5E2DD
(213,226,221)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7644 color. Also use rgb(60,118,68) instead hex code.

Text Font Color

.myTextColor { color: #3C7644; }

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

This text font color is #3C7644.


Background Color

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

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

This div background color is #3C7644.


Border color

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

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

This div border color is #3C7644.


Opacity

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

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

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

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

This text has shadow with #3C7644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7644 on black background.


Color preview on white background

This text has color #3C7644 on white background.



Black color preview on #3C7644 background

This text has black color on #3C7644 background.


White color preview on #3C7644 background

This text has white color on #3C7644 background.