COLOR #3C9764

HEX: #3C9764
RGB: (60,151,100)

Color info

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

RGB color model

#3C9764 color RGB value is (60,151,100).

  • red value is 60;
  • green value is 151;
  • blue value is 100.
RGB:
(60,151,100)
(24%,59%,39%)

RGB channels and saturation

R 60 of 255 = 24%
G 151 of 255 = 59%
B 100 of 255 = 39%

60
151
100

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

Portions of RGB colors in percentages

R + G + B =
60 + 151 + 100 = 311 (100%)
R 60 of 311 ~ 19.29%
G 151 of 311 ~ 48.55%
B 100 of 311 ~ 32.15%

%19.29
%48.55
%32.15

CMYK color model

#3C9764 color CMYK value is (60,0,34,41).

  • cyan value is 60.26%
  • magenta value is 0.00%
  • yellow value is 33.77%
  • key color value is 40.78%
CMYK:
(60,0,34,41)
C60M0Y34K41 
(60%,0%,34%,41%)
(0.60/0.00/0.34/0.41)	

CMYK percentages

%60.26
%0
%33.77
%40.78

Codes

Color #3C9764 in popluar color models

3C9764
RGB60151100
HSL146°43.13%41.37%
HSB/HSV146°60.26%59.22%
CMYK60.26%0.00%33.77%
40.78%

Color #3C9764 in popluar number systems.

HEX3C9764
Decimal60151100
Binary111100100101111100100
Octal74227144

Shades and tints

Shades of #3C9764

#3C9764
(60,151,100)
#378A5B
(55,138,91)
#327D52
(50,125,82)
#2D7049
(45,112,73)
#286340
(40,99,64)
#235637
(35,86,55)
#1E492E
(30,73,46)
#193C25
(25,60,37)
#142F1C
(20,47,28)
#0F2213
(15,34,19)
#0A150A
(10,21,10)
#000000
(0,0,0)

Tints of #3C9764

#3C9764
(60,151,100)
#4DA072
(77,160,114)
#5EA980
(94,169,128)
#6FB28E
(111,178,142)
#80BB9C
(128,187,156)
#91C4AA
(145,196,170)
#A2CDB8
(162,205,184)
#B3D6C6
(179,214,198)
#C4DFD4
(196,223,212)
#D5E8E2
(213,232,226)
#E6F1F0
(230,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C9764 color. Also use rgb(60,151,100) instead hex code.

Text Font Color

.myTextColor { color: #3C9764; }

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

This text font color is #3C9764.


Background Color

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

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

This div background color is #3C9764.


Border color

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

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

This div border color is #3C9764.


Opacity

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

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

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

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

This text has shadow with #3C9764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C9764 on black background.


Color preview on white background

This text has color #3C9764 on white background.



Black color preview on #3C9764 background

This text has black color on #3C9764 background.


White color preview on #3C9764 background

This text has white color on #3C9764 background.