COLOR #3CAB61

HEX: #3CAB61
RGB: (60,171,97)

Color info

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

RGB color model

#3CAB61 color RGB value is (60,171,97).

  • red value is 60;
  • green value is 171;
  • blue value is 97.
RGB:
(60,171,97)
(24%,67%,38%)

RGB channels and saturation

R 60 of 255 = 24%
G 171 of 255 = 67%
B 97 of 255 = 38%

60
171
97

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

Portions of RGB colors in percentages

R + G + B =
60 + 171 + 97 = 328 (100%)
R 60 of 328 ~ 18.29%
G 171 of 328 ~ 52.13%
B 97 of 328 ~ 29.57%

%18.29
%52.13
%29.57

CMYK color model

#3CAB61 color CMYK value is (65,0,43,33).

  • cyan value is 64.91%
  • magenta value is 0.00%
  • yellow value is 43.27%
  • key color value is 32.94%
CMYK:
(65,0,43,33)
C65M0Y43K33 
(65%,0%,43%,33%)
(0.65/0.00/0.43/0.33)	

CMYK percentages

%64.91
%0
%43.27
%32.94

Codes

Color #3CAB61 in popluar color models

3CAB61
RGB6017197
HSL140°48.05%45.29%
HSB/HSV140°64.91%67.06%
CMYK64.91%0.00%43.27%
32.94%

Color #3CAB61 in popluar number systems.

HEX3CAB61
Decimal6017197
Binary111100101010111100001
Octal74253141

Shades and tints

Shades of #3CAB61

#3CAB61
(60,171,97)
#379C59
(55,156,89)
#328D51
(50,141,81)
#2D7E49
(45,126,73)
#286F41
(40,111,65)
#236039
(35,96,57)
#1E5131
(30,81,49)
#194229
(25,66,41)
#143321
(20,51,33)
#0F2419
(15,36,25)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #3CAB61

#3CAB61
(60,171,97)
#4DB26F
(77,178,111)
#5EB97D
(94,185,125)
#6FC08B
(111,192,139)
#80C799
(128,199,153)
#91CEA7
(145,206,167)
#A2D5B5
(162,213,181)
#B3DCC3
(179,220,195)
#C4E3D1
(196,227,209)
#D5EADF
(213,234,223)
#E6F1ED
(230,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CAB61 color. Also use rgb(60,171,97) instead hex code.

Text Font Color

.myTextColor { color: #3CAB61; }

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

This text font color is #3CAB61.


Background Color

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

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

This div background color is #3CAB61.


Border color

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

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

This div border color is #3CAB61.


Opacity

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

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

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

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

This text has shadow with #3CAB61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CAB61 on black background.


Color preview on white background

This text has color #3CAB61 on white background.



Black color preview on #3CAB61 background

This text has black color on #3CAB61 background.


White color preview on #3CAB61 background

This text has white color on #3CAB61 background.