COLOR #3C6002

HEX: #3C6002 RGB: (60,96,2)

Color info

#3C6002 contains mainly red and green colors. Web safe color of #3C6002 is #336600 (or #360).

RGB color model

#3C6002 color RGB value is (60,96,2).

RGB: (60,96,2) (24%, 38%, 1%)

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 2 of 255 = 1%

60
96
2

R + G + B ~ 21%. #3C6002 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 96 + 2 = 158 (100%)
R 60 of 158 ~ 37.97%
G 96 of 158 ~ 60.76%
B 2 of 158 ~ 1.27'%

%37.97
%60.76

CMYK color model

#3C6002 color CMYK value is (38,0,98,62).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 97.92%
  • key color value is 62.35%

CMYK: (38,0,98,62)
C38M0Y98K62 (38%, 0%, 98%, 62%)
(0.38 / 0.00 / 0.98 / 0.62)

CMYK percentages

%37.5
%0
%97.92
%62.35

Codes

Color #3C6002 in popluar color models

3C 60 02
RGB 60 96 2
HSL 83° 95.92% 19.22%
HSB/HSV 83° 97.92% 37.65%
CMYK 37.50% 0.00% 97.92%
62.35%

Color #3C6002 in popluar number systems.

HEX 3C 60 02
Decimal 60 96 2
Binary 111100 1100000 10
Octal 74 140 2

Shades and tints

Shades of #3C6002

#3C6002
(60,96,2)
#375802
(55,88,2)
#325002
(50,80,2)
#2D4802
(45,72,2)
#284002
(40,64,2)
#233802
(35,56,2)
#1E3002
(30,48,2)
#192802
(25,40,2)
#142002
(20,32,2)
#0F1802
(15,24,2)
#0A1002
(10,16,2)
#000000
(0,0,0)

Tints of #3C6002

#3C6002
(60,96,2)
#4D6E19
(77,110,25)
#5E7C30
(94,124,48)
#6F8A47
(111,138,71)
#80985E
(128,152,94)
#91A675
(145,166,117)
#A2B48C
(162,180,140)
#B3C2A3
(179,194,163)
#C4D0BA
(196,208,186)
#D5DED1
(213,222,209)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6002; }

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

This text font color is #3C6002.

Background Color

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

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

This div background color is #3C6002.

Border color

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

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

This div border color is #3C6002.

Opacity

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

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

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

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

This text has shadow with #3C6002 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6002.

Preview

Color preview on black background

This text has color #3C6002 on black background.


Color preview on white background

This text has color #3C6002 on white background.


Black color preview on #3C6002 background

This text has black color on #3C6002 background.


White color preview on #3C6002 background

This text has white color on #3C6002 background.


Related colors

Complementary color

Complementary color for #hex is #C39FFD.


I love getcolorcode.com

Triadic colors

1 #023C60 and #60023C with #3C6002 are triadic colors.

2 #02603C and #603C02 with #3C6002 are triadic colors.