COLOR #3C6D3D

HEX: #3C6D3D
RGB: (60,109,61)

Color info

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

RGB color model

#3C6D3D color RGB value is (60,109,61).

  • red value is 60;
  • green value is 109;
  • blue value is 61.
RGB:
(60,109,61)
(24%,43%,24%)

RGB channels and saturation

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

60
109
61

R + G + B ~ 30%. #3C6D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 109 + 61 = 230 (100%)
R 60 of 230 ~ 26.09%
G 109 of 230 ~ 47.39%
B 61 of 230 ~ 26.52%

%26.09
%47.39
%26.52

CMYK color model

#3C6D3D color CMYK value is (45,0,44,57).

  • cyan value is 44.95%
  • magenta value is 0.00%
  • yellow value is 44.04%
  • key color value is 57.25%
CMYK:
(45,0,44,57)
C45M0Y44K57 
(45%,0%,44%,57%)
(0.45/0.00/0.44/0.57)	

CMYK percentages

%44.95
%0
%44.04
%57.25

Codes

Color #3C6D3D in popluar color models

3C6D3D
RGB6010961
HSL121°28.99%33.14%
HSB/HSV121°44.95%42.75%
CMYK44.95%0.00%44.04%
57.25%

Color #3C6D3D in popluar number systems.

HEX3C6D3D
Decimal6010961
Binary1111001101101111101
Octal7415575

Shades and tints

Shades of #3C6D3D

#3C6D3D
(60,109,61)
#376438
(55,100,56)
#325B33
(50,91,51)
#2D522E
(45,82,46)
#284929
(40,73,41)
#234024
(35,64,36)
#1E371F
(30,55,31)
#192E1A
(25,46,26)
#142515
(20,37,21)
#0F1C10
(15,28,16)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #3C6D3D

#3C6D3D
(60,109,61)
#4D7A4E
(77,122,78)
#5E875F
(94,135,95)
#6F9470
(111,148,112)
#80A181
(128,161,129)
#91AE92
(145,174,146)
#A2BBA3
(162,187,163)
#B3C8B4
(179,200,180)
#C4D5C5
(196,213,197)
#D5E2D6
(213,226,214)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6D3D; }

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

This text font color is #3C6D3D.


Background Color

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

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

This div background color is #3C6D3D.


Border color

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

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

This div border color is #3C6D3D.


Opacity

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

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

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

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

This text has shadow with #3C6D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6D3D on black background.


Color preview on white background

This text has color #3C6D3D on white background.



Black color preview on #3C6D3D background

This text has black color on #3C6D3D background.


White color preview on #3C6D3D background

This text has white color on #3C6D3D background.