COLOR #3C6F4E

HEX: #3C6F4E
RGB: (60,111,78)

Color info

#3C6F4E contains red, green and blue colors in about the same proportion. Web safe color of #3C6F4E is #336666 (or #366).

RGB color model

#3C6F4E color RGB value is (60,111,78).

  • red value is 60;
  • green value is 111;
  • blue value is 78.
RGB:
(60,111,78)
(24%,44%,31%)

RGB channels and saturation

R 60 of 255 = 24%
G 111 of 255 = 44%
B 78 of 255 = 31%

60
111
78

R + G + B ~ 33%. #3C6F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 111 + 78 = 249 (100%)
R 60 of 249 ~ 24.1%
G 111 of 249 ~ 44.58%
B 78 of 249 ~ 31.33%

%24.1
%44.58
%31.33

CMYK color model

#3C6F4E color CMYK value is (46,0,30,56).

  • cyan value is 45.95%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 56.47%
CMYK:
(46,0,30,56)
C46M0Y30K56 
(46%,0%,30%,56%)
(0.46/0.00/0.30/0.56)	

CMYK percentages

%45.95
%0
%29.73
%56.47

Codes

Color #3C6F4E in popluar color models

3C6F4E
RGB6011178
HSL141°29.82%33.53%
HSB/HSV141°45.95%43.53%
CMYK45.95%0.00%29.73%
56.47%

Color #3C6F4E in popluar number systems.

HEX3C6F4E
Decimal6011178
Binary11110011011111001110
Octal74157116

Shades and tints

Shades of #3C6F4E

#3C6F4E
(60,111,78)
#376547
(55,101,71)
#325B40
(50,91,64)
#2D5139
(45,81,57)
#284732
(40,71,50)
#233D2B
(35,61,43)
#1E3324
(30,51,36)
#19291D
(25,41,29)
#141F16
(20,31,22)
#0F150F
(15,21,15)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #3C6F4E

#3C6F4E
(60,111,78)
#4D7C5E
(77,124,94)
#5E896E
(94,137,110)
#6F967E
(111,150,126)
#80A38E
(128,163,142)
#91B09E
(145,176,158)
#A2BDAE
(162,189,174)
#B3CABE
(179,202,190)
#C4D7CE
(196,215,206)
#D5E4DE
(213,228,222)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6F4E color. Also use rgb(60,111,78) instead hex code.

Text Font Color

.myTextColor { color: #3C6F4E; }

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

This text font color is #3C6F4E.


Background Color

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

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

This div background color is #3C6F4E.


Border color

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

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

This div border color is #3C6F4E.


Opacity

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

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

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

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

This text has shadow with #3C6F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6F4E on black background.


Color preview on white background

This text has color #3C6F4E on white background.



Black color preview on #3C6F4E background

This text has black color on #3C6F4E background.


White color preview on #3C6F4E background

This text has white color on #3C6F4E background.