COLOR #3C6342

HEX: #3C6342
RGB: (60,99,66)

Color info

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

RGB color model

#3C6342 color RGB value is (60,99,66).

  • red value is 60;
  • green value is 99;
  • blue value is 66.
RGB:
(60,99,66)
(24%,39%,26%)

RGB channels and saturation

R 60 of 255 = 24%
G 99 of 255 = 39%
B 66 of 255 = 26%

60
99
66

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

Portions of RGB colors in percentages

R + G + B =
60 + 99 + 66 = 225 (100%)
R 60 of 225 ~ 26.67%
G 99 of 225 ~ 44%
B 66 of 225 ~ 29.33%

%26.67
%44
%29.33

CMYK color model

#3C6342 color CMYK value is (39,0,33,61).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 61.18%
CMYK:
(39,0,33,61)
C39M0Y33K61 
(39%,0%,33%,61%)
(0.39/0.00/0.33/0.61)	

CMYK percentages

%39.39
%0
%33.33
%61.18

Codes

Color #3C6342 in popluar color models

3C6342
RGB609966
HSL129°24.53%31.18%
HSB/HSV129°39.39%38.82%
CMYK39.39%0.00%33.33%
61.18%

Color #3C6342 in popluar number systems.

HEX3C6342
Decimal609966
Binary11110011000111000010
Octal74143102

Shades and tints

Shades of #3C6342

#3C6342
(60,99,66)
#375A3C
(55,90,60)
#325136
(50,81,54)
#2D4830
(45,72,48)
#283F2A
(40,63,42)
#233624
(35,54,36)
#1E2D1E
(30,45,30)
#192418
(25,36,24)
#141B12
(20,27,18)
#0F120C
(15,18,12)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #3C6342

#3C6342
(60,99,66)
#4D7153
(77,113,83)
#5E7F64
(94,127,100)
#6F8D75
(111,141,117)
#809B86
(128,155,134)
#91A997
(145,169,151)
#A2B7A8
(162,183,168)
#B3C5B9
(179,197,185)
#C4D3CA
(196,211,202)
#D5E1DB
(213,225,219)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6342 color. Also use rgb(60,99,66) instead hex code.

Text Font Color

.myTextColor { color: #3C6342; }

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

This text font color is #3C6342.


Background Color

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

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

This div background color is #3C6342.


Border color

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

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

This div border color is #3C6342.


Opacity

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

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

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

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

This text has shadow with #3C6342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6342 on black background.


Color preview on white background

This text has color #3C6342 on white background.



Black color preview on #3C6342 background

This text has black color on #3C6342 background.


White color preview on #3C6342 background

This text has white color on #3C6342 background.