COLOR #3C966F

HEX: #3C966F
RGB: (60,150,111)

Color info

#3C966F contains mainly green and blue colors. Web safe color of #3C966F is #339966 (or #396).

RGB color model

#3C966F color RGB value is (60,150,111).

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

RGB channels and saturation

R 60 of 255 = 24%
G 150 of 255 = 59%
B 111 of 255 = 44%

60
150
111

R + G + B ~ 42%. #3C966F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 150 + 111 = 321 (100%)
R 60 of 321 ~ 18.69%
G 150 of 321 ~ 46.73%
B 111 of 321 ~ 34.58%

%18.69
%46.73
%34.58

CMYK color model

#3C966F color CMYK value is (60,0,26,41).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 41.18%
CMYK:
(60,0,26,41)
C60M0Y26K41 
(60%,0%,26%,41%)
(0.60/0.00/0.26/0.41)	

CMYK percentages

%60
%0
%26
%41.18

Codes

Color #3C966F in popluar color models

3C966F
RGB60150111
HSL154°42.86%41.18%
HSB/HSV154°60.00%58.82%
CMYK60.00%0.00%26.00%
41.18%

Color #3C966F in popluar number systems.

HEX3C966F
Decimal60150111
Binary111100100101101101111
Octal74226157

Shades and tints

Shades of #3C966F

#3C966F
(60,150,111)
#378965
(55,137,101)
#327C5B
(50,124,91)
#2D6F51
(45,111,81)
#286247
(40,98,71)
#23553D
(35,85,61)
#1E4833
(30,72,51)
#193B29
(25,59,41)
#142E1F
(20,46,31)
#0F2115
(15,33,21)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #3C966F

#3C966F
(60,150,111)
#4D9F7C
(77,159,124)
#5EA889
(94,168,137)
#6FB196
(111,177,150)
#80BAA3
(128,186,163)
#91C3B0
(145,195,176)
#A2CCBD
(162,204,189)
#B3D5CA
(179,213,202)
#C4DED7
(196,222,215)
#D5E7E4
(213,231,228)
#E6F0F1
(230,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C966F; }

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

This text font color is #3C966F.


Background Color

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

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

This div background color is #3C966F.


Border color

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

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

This div border color is #3C966F.


Opacity

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

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

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

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

This text has shadow with #3C966F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C966F on black background.


Color preview on white background

This text has color #3C966F on white background.



Black color preview on #3C966F background

This text has black color on #3C966F background.


White color preview on #3C966F background

This text has white color on #3C966F background.