COLOR #3C602A

HEX: #3C602A
RGB: (60,96,42)

Color info

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

RGB color model

#3C602A color RGB value is (60,96,42).

  • red value is 60;
  • green value is 96;
  • blue value is 42.
RGB:
(60,96,42)
(24%,38%,16%)

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 42 of 255 = 16%

60
96
42

R + G + B ~ 26%. #3C602A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 96 + 42 = 198 (100%)
R 60 of 198 ~ 30.3%
G 96 of 198 ~ 48.48%
B 42 of 198 ~ 21.21%

%30.3
%48.48
%21.21

CMYK color model

#3C602A color CMYK value is (38,0,56,62).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 62.35%
CMYK:
(38,0,56,62)
C38M0Y56K62 
(38%,0%,56%,62%)
(0.38/0.00/0.56/0.62)	

CMYK percentages

%37.5
%0
%56.25
%62.35

Codes

Color #3C602A in popluar color models

3C602A
RGB609642
HSL100°39.13%27.06%
HSB/HSV100°56.25%37.65%
CMYK37.50%0.00%56.25%
62.35%

Color #3C602A in popluar number systems.

HEX3C602A
Decimal609642
Binary1111001100000101010
Octal7414052

Shades and tints

Shades of #3C602A

#3C602A
(60,96,42)
#375827
(55,88,39)
#325024
(50,80,36)
#2D4821
(45,72,33)
#28401E
(40,64,30)
#23381B
(35,56,27)
#1E3018
(30,48,24)
#192815
(25,40,21)
#142012
(20,32,18)
#0F180F
(15,24,15)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #3C602A

#3C602A
(60,96,42)
#4D6E3D
(77,110,61)
#5E7C50
(94,124,80)
#6F8A63
(111,138,99)
#809876
(128,152,118)
#91A689
(145,166,137)
#A2B49C
(162,180,156)
#B3C2AF
(179,194,175)
#C4D0C2
(196,208,194)
#D5DED5
(213,222,213)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C602A color. Also use rgb(60,96,42) instead hex code.

Text Font Color

.myTextColor { color: #3C602A; }

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

This text font color is #3C602A.


Background Color

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

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

This div background color is #3C602A.


Border color

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

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

This div border color is #3C602A.


Opacity

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

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

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

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

This text has shadow with #3C602A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C602A on black background.


Color preview on white background

This text has color #3C602A on white background.



Black color preview on #3C602A background

This text has black color on #3C602A background.


White color preview on #3C602A background

This text has white color on #3C602A background.