COLOR #3CB076

HEX: #3CB076
RGB: (60,176,118)

Color info

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

RGB color model

#3CB076 color RGB value is (60,176,118).

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

RGB channels and saturation

R 60 of 255 = 24%
G 176 of 255 = 69%
B 118 of 255 = 46%

60
176
118

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

Portions of RGB colors in percentages

R + G + B =
60 + 176 + 118 = 354 (100%)
R 60 of 354 ~ 16.95%
G 176 of 354 ~ 49.72%
B 118 of 354 ~ 33.33%

%16.95
%49.72
%33.33

CMYK color model

#3CB076 color CMYK value is (66,0,33,31).

  • cyan value is 65.91%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(66,0,33,31)
C66M0Y33K31 
(66%,0%,33%,31%)
(0.66/0.00/0.33/0.31)	

CMYK percentages

%65.91
%0
%32.95
%30.98

Codes

Color #3CB076 in popluar color models

3CB076
RGB60176118
HSL150°49.15%46.27%
HSB/HSV150°65.91%69.02%
CMYK65.91%0.00%32.95%
30.98%

Color #3CB076 in popluar number systems.

HEX3CB076
Decimal60176118
Binary111100101100001110110
Octal74260166

Shades and tints

Shades of #3CB076

#3CB076
(60,176,118)
#37A06C
(55,160,108)
#329062
(50,144,98)
#2D8058
(45,128,88)
#28704E
(40,112,78)
#236044
(35,96,68)
#1E503A
(30,80,58)
#194030
(25,64,48)
#143026
(20,48,38)
#0F201C
(15,32,28)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #3CB076

#3CB076
(60,176,118)
#4DB782
(77,183,130)
#5EBE8E
(94,190,142)
#6FC59A
(111,197,154)
#80CCA6
(128,204,166)
#91D3B2
(145,211,178)
#A2DABE
(162,218,190)
#B3E1CA
(179,225,202)
#C4E8D6
(196,232,214)
#D5EFE2
(213,239,226)
#E6F6EE
(230,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3CB076; }

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

This text font color is #3CB076.


Background Color

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

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

This div background color is #3CB076.


Border color

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

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

This div border color is #3CB076.


Opacity

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

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

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

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

This text has shadow with #3CB076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CB076 on black background.


Color preview on white background

This text has color #3CB076 on white background.



Black color preview on #3CB076 background

This text has black color on #3CB076 background.


White color preview on #3CB076 background

This text has white color on #3CB076 background.