COLOR #3C965E

HEX: #3C965E
RGB: (60,150,94)

Color info

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

RGB color model

#3C965E color RGB value is (60,150,94).

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

RGB channels and saturation

R 60 of 255 = 24%
G 150 of 255 = 59%
B 94 of 255 = 37%

60
150
94

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

Portions of RGB colors in percentages

R + G + B =
60 + 150 + 94 = 304 (100%)
R 60 of 304 ~ 19.74%
G 150 of 304 ~ 49.34%
B 94 of 304 ~ 30.92%

%19.74
%49.34
%30.92

CMYK color model

#3C965E color CMYK value is (60,0,37,41).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 37.33%
  • key color value is 41.18%
CMYK:
(60,0,37,41)
C60M0Y37K41 
(60%,0%,37%,41%)
(0.60/0.00/0.37/0.41)	

CMYK percentages

%60
%0
%37.33
%41.18

Codes

Color #3C965E in popluar color models

3C965E
RGB6015094
HSL143°42.86%41.18%
HSB/HSV143°60.00%58.82%
CMYK60.00%0.00%37.33%
41.18%

Color #3C965E in popluar number systems.

HEX3C965E
Decimal6015094
Binary111100100101101011110
Octal74226136

Shades and tints

Shades of #3C965E

#3C965E
(60,150,94)
#378956
(55,137,86)
#327C4E
(50,124,78)
#2D6F46
(45,111,70)
#28623E
(40,98,62)
#235536
(35,85,54)
#1E482E
(30,72,46)
#193B26
(25,59,38)
#142E1E
(20,46,30)
#0F2116
(15,33,22)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #3C965E

#3C965E
(60,150,94)
#4D9F6C
(77,159,108)
#5EA87A
(94,168,122)
#6FB188
(111,177,136)
#80BA96
(128,186,150)
#91C3A4
(145,195,164)
#A2CCB2
(162,204,178)
#B3D5C0
(179,213,192)
#C4DECE
(196,222,206)
#D5E7DC
(213,231,220)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C965E; }

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

This text font color is #3C965E.


Background Color

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

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

This div background color is #3C965E.


Border color

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

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

This div border color is #3C965E.


Opacity

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

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

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

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

This text has shadow with #3C965E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C965E on black background.


Color preview on white background

This text has color #3C965E on white background.



Black color preview on #3C965E background

This text has black color on #3C965E background.


White color preview on #3C965E background

This text has white color on #3C965E background.