COLOR #3C5E20

HEX: #3C5E20
RGB: (60,94,32)

Color info

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

RGB color model

#3C5E20 color RGB value is (60,94,32).

  • red value is 60;
  • green value is 94;
  • blue value is 32.
RGB:
(60,94,32)
(24%,37%,13%)

RGB channels and saturation

R 60 of 255 = 24%
G 94 of 255 = 37%
B 32 of 255 = 13%

60
94
32

R + G + B ~ 25%. #3C5E20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 94 + 32 = 186 (100%)
R 60 of 186 ~ 32.26%
G 94 of 186 ~ 50.54%
B 32 of 186 ~ 17.2%

%32.26
%50.54
%17.2

CMYK color model

#3C5E20 color CMYK value is (36,0,66,63).

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 65.96%
  • key color value is 63.14%
CMYK:
(36,0,66,63)
C36M0Y66K63 
(36%,0%,66%,63%)
(0.36/0.00/0.66/0.63)	

CMYK percentages

%36.17
%0
%65.96
%63.14

Codes

Color #3C5E20 in popluar color models

3C5E20
RGB609432
HSL93°49.21%24.71%
HSB/HSV93°65.96%36.86%
CMYK36.17%0.00%65.96%
63.14%

Color #3C5E20 in popluar number systems.

HEX3C5E20
Decimal609432
Binary1111001011110100000
Octal7413640

Shades and tints

Shades of #3C5E20

#3C5E20
(60,94,32)
#37561E
(55,86,30)
#324E1C
(50,78,28)
#2D461A
(45,70,26)
#283E18
(40,62,24)
#233616
(35,54,22)
#1E2E14
(30,46,20)
#192612
(25,38,18)
#141E10
(20,30,16)
#0F160E
(15,22,14)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #3C5E20

#3C5E20
(60,94,32)
#4D6C34
(77,108,52)
#5E7A48
(94,122,72)
#6F885C
(111,136,92)
#809670
(128,150,112)
#91A484
(145,164,132)
#A2B298
(162,178,152)
#B3C0AC
(179,192,172)
#C4CEC0
(196,206,192)
#D5DCD4
(213,220,212)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5E20 color. Also use rgb(60,94,32) instead hex code.

Text Font Color

.myTextColor { color: #3C5E20; }

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

This text font color is #3C5E20.


Background Color

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

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

This div background color is #3C5E20.


Border color

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

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

This div border color is #3C5E20.


Opacity

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

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

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

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

This text has shadow with #3C5E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5E20 on black background.


Color preview on white background

This text has color #3C5E20 on white background.



Black color preview on #3C5E20 background

This text has black color on #3C5E20 background.


White color preview on #3C5E20 background

This text has white color on #3C5E20 background.