COLOR #3CB062

HEX: #3CB062
RGB: (60,176,98)

Color info

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

RGB color model

#3CB062 color RGB value is (60,176,98).

  • red value is 60;
  • green value is 176;
  • blue value is 98.
RGB:
(60,176,98)
(24%,69%,38%)

RGB channels and saturation

R 60 of 255 = 24%
G 176 of 255 = 69%
B 98 of 255 = 38%

60
176
98

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

Portions of RGB colors in percentages

R + G + B =
60 + 176 + 98 = 334 (100%)
R 60 of 334 ~ 17.96%
G 176 of 334 ~ 52.69%
B 98 of 334 ~ 29.34%

%17.96
%52.69
%29.34

CMYK color model

#3CB062 color CMYK value is (66,0,44,31).

  • cyan value is 65.91%
  • magenta value is 0.00%
  • yellow value is 44.32%
  • key color value is 30.98%
CMYK:
(66,0,44,31)
C66M0Y44K31 
(66%,0%,44%,31%)
(0.66/0.00/0.44/0.31)	

CMYK percentages

%65.91
%0
%44.32
%30.98

Codes

Color #3CB062 in popluar color models

3CB062
RGB6017698
HSL140°49.15%46.27%
HSB/HSV140°65.91%69.02%
CMYK65.91%0.00%44.32%
30.98%

Color #3CB062 in popluar number systems.

HEX3CB062
Decimal6017698
Binary111100101100001100010
Octal74260142

Shades and tints

Shades of #3CB062

#3CB062
(60,176,98)
#37A05A
(55,160,90)
#329052
(50,144,82)
#2D804A
(45,128,74)
#287042
(40,112,66)
#23603A
(35,96,58)
#1E5032
(30,80,50)
#19402A
(25,64,42)
#143022
(20,48,34)
#0F201A
(15,32,26)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #3CB062

#3CB062
(60,176,98)
#4DB770
(77,183,112)
#5EBE7E
(94,190,126)
#6FC58C
(111,197,140)
#80CC9A
(128,204,154)
#91D3A8
(145,211,168)
#A2DAB6
(162,218,182)
#B3E1C4
(179,225,196)
#C4E8D2
(196,232,210)
#D5EFE0
(213,239,224)
#E6F6EE
(230,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CB062 color. Also use rgb(60,176,98) instead hex code.

Text Font Color

.myTextColor { color: #3CB062; }

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

This text font color is #3CB062.


Background Color

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

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

This div background color is #3CB062.


Border color

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

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

This div border color is #3CB062.


Opacity

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

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

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

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

This text has shadow with #3CB062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CB062 on black background.


Color preview on white background

This text has color #3CB062 on white background.



Black color preview on #3CB062 background

This text has black color on #3CB062 background.


White color preview on #3CB062 background

This text has white color on #3CB062 background.