COLOR #3C9658

HEX: #3C9658
RGB: (60,150,88)

Color info

#3C9658 contains mainly green color. Web safe color of #3C9658 is #339966 (or #396).

RGB color model

#3C9658 color RGB value is (60,150,88).

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

RGB channels and saturation

R 60 of 255 = 24%
G 150 of 255 = 59%
B 88 of 255 = 35%

60
150
88

R + G + B ~ 39%. #3C9658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 150 + 88 = 298 (100%)
R 60 of 298 ~ 20.13%
G 150 of 298 ~ 50.34%
B 88 of 298 ~ 29.53%

%20.13
%50.34
%29.53

CMYK color model

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

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 41.33%
  • key color value is 41.18%
CMYK:
(60,0,41,41)
C60M0Y41K41 
(60%,0%,41%,41%)
(0.60/0.00/0.41/0.41)	

CMYK percentages

%60
%0
%41.33
%41.18

Codes

Color #3C9658 in popluar color models

3C9658
RGB6015088
HSL139°42.86%41.18%
HSB/HSV139°60.00%58.82%
CMYK60.00%0.00%41.33%
41.18%

Color #3C9658 in popluar number systems.

HEX3C9658
Decimal6015088
Binary111100100101101011000
Octal74226130

Shades and tints

Shades of #3C9658

#3C9658
(60,150,88)
#378950
(55,137,80)
#327C48
(50,124,72)
#2D6F40
(45,111,64)
#286238
(40,98,56)
#235530
(35,85,48)
#1E4828
(30,72,40)
#193B20
(25,59,32)
#142E18
(20,46,24)
#0F2110
(15,33,16)
#0A1408
(10,20,8)
#000000
(0,0,0)

Tints of #3C9658

#3C9658
(60,150,88)
#4D9F67
(77,159,103)
#5EA876
(94,168,118)
#6FB185
(111,177,133)
#80BA94
(128,186,148)
#91C3A3
(145,195,163)
#A2CCB2
(162,204,178)
#B3D5C1
(179,213,193)
#C4DED0
(196,222,208)
#D5E7DF
(213,231,223)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C9658; }

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

This text font color is #3C9658.


Background Color

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

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

This div background color is #3C9658.


Border color

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

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

This div border color is #3C9658.


Opacity

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

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

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

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

This text has shadow with #3C9658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C9658 on black background.


Color preview on white background

This text has color #3C9658 on white background.



Black color preview on #3C9658 background

This text has black color on #3C9658 background.


White color preview on #3C9658 background

This text has white color on #3C9658 background.