COLOR #3C6D00

HEX: #3C6D00 RGB: (60,109,0)

Color info

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

RGB color model

#3C6D00 color RGB value is (60,109,0).

RGB: (60,109,0) (24%, 43%, 0%)

RGB channels and saturation

R 60 of 255 = 24%
G 109 of 255 = 43%
B 0 of 255 = 0%

60
109
0

R + G + B ~ 22%. #3C6D00 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 109 + 0 = 169 (100%)
R 60 of 169 ~ 35.5%
G 109 of 169 ~ 64.5%
B 0 of 169 ~ 0'%

%35.5
%64.5

CMYK color model

#3C6D00 color CMYK value is (45,0,100,57).

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

CMYK: (45,0,100,57)
C45M0Y100K57 (45%, 0%, 100%, 57%)
(0.45 / 0.00 / 1.00 / 0.57)

CMYK percentages

%44.95
%0
%100
%57.25

Codes

Color #3C6D00 in popluar color models

3C 6D 00
RGB 60 109 0
HSL 87° 100.00% 21.37%
HSB/HSV 87° 100.00% 42.75%
CMYK 44.95% 0.00% 100.00%
57.25%

Color #3C6D00 in popluar number systems.

HEX 3C 6D 00
Decimal 60 109 0
Binary 111100 1101101 0
Octal 74 155 0

Shades and tints

Shades of #3C6D00

#3C6D00
(60,109,0)
#376400
(55,100,0)
#325B00
(50,91,0)
#2D5200
(45,82,0)
#284900
(40,73,0)
#234000
(35,64,0)
#1E3700
(30,55,0)
#192E00
(25,46,0)
#142500
(20,37,0)
#0F1C00
(15,28,0)
#0A1300
(10,19,0)
#000000
(0,0,0)

Tints of #3C6D00

#3C6D00
(60,109,0)
#4D7A17
(77,122,23)
#5E872E
(94,135,46)
#6F9445
(111,148,69)
#80A15C
(128,161,92)
#91AE73
(145,174,115)
#A2BB8A
(162,187,138)
#B3C8A1
(179,200,161)
#C4D5B8
(196,213,184)
#D5E2CF
(213,226,207)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6D00; }

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

This text font color is #3C6D00.

Background Color

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

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

This div background color is #3C6D00.

Border color

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

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

This div border color is #3C6D00.

Opacity

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

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

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

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

This text has shadow with #3C6D00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6D00.

Preview

Color preview on black background

This text has color #3C6D00 on black background.


Color preview on white background

This text has color #3C6D00 on white background.


Black color preview on #3C6D00 background

This text has black color on #3C6D00 background.


White color preview on #3C6D00 background

This text has white color on #3C6D00 background.


Related colors

Complementary color

Complementary color for #hex is #C392FF.


I love getcolorcode.com

Triadic colors

1 #003C6D and #6D003C with #3C6D00 are triadic colors.

2 #006D3C and #6D3C00 with #3C6D00 are triadic colors.