COLOR #3C6D43

HEX: #3C6D43
RGB: (60,109,67)

Color info

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

RGB color model

#3C6D43 color RGB value is (60,109,67).

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

RGB channels and saturation

R 60 of 255 = 24%
G 109 of 255 = 43%
B 67 of 255 = 26%

60
109
67

R + G + B ~ 31%. #3C6D43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 109 + 67 = 236 (100%)
R 60 of 236 ~ 25.42%
G 109 of 236 ~ 46.19%
B 67 of 236 ~ 28.39%

%25.42
%46.19
%28.39

CMYK color model

#3C6D43 color CMYK value is (45,0,39,57).

  • cyan value is 44.95%
  • magenta value is 0.00%
  • yellow value is 38.53%
  • key color value is 57.25%
CMYK:
(45,0,39,57)
C45M0Y39K57 
(45%,0%,39%,57%)
(0.45/0.00/0.39/0.57)	

CMYK percentages

%44.95
%0
%38.53
%57.25

Codes

Color #3C6D43 in popluar color models

3C6D43
RGB6010967
HSL129°28.99%33.14%
HSB/HSV129°44.95%42.75%
CMYK44.95%0.00%38.53%
57.25%

Color #3C6D43 in popluar number systems.

HEX3C6D43
Decimal6010967
Binary11110011011011000011
Octal74155103

Shades and tints

Shades of #3C6D43

#3C6D43
(60,109,67)
#37643D
(55,100,61)
#325B37
(50,91,55)
#2D5231
(45,82,49)
#28492B
(40,73,43)
#234025
(35,64,37)
#1E371F
(30,55,31)
#192E19
(25,46,25)
#142513
(20,37,19)
#0F1C0D
(15,28,13)
#0A1307
(10,19,7)
#000000
(0,0,0)

Tints of #3C6D43

#3C6D43
(60,109,67)
#4D7A54
(77,122,84)
#5E8765
(94,135,101)
#6F9476
(111,148,118)
#80A187
(128,161,135)
#91AE98
(145,174,152)
#A2BBA9
(162,187,169)
#B3C8BA
(179,200,186)
#C4D5CB
(196,213,203)
#D5E2DC
(213,226,220)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6D43; }

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

This text font color is #3C6D43.


Background Color

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

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

This div background color is #3C6D43.


Border color

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

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

This div border color is #3C6D43.


Opacity

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

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

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

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

This text has shadow with #3C6D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6D43 on black background.


Color preview on white background

This text has color #3C6D43 on white background.



Black color preview on #3C6D43 background

This text has black color on #3C6D43 background.


White color preview on #3C6D43 background

This text has white color on #3C6D43 background.