COLOR #3CB130

HEX: #3CB130
RGB: (60,177,48)

Color info

#3CB130 contains mainly green color. Web safe color of #3CB130 is #339933 (or #393).

RGB color model

#3CB130 color RGB value is (60,177,48).

  • red value is 60;
  • green value is 177;
  • blue value is 48.
RGB:
(60,177,48)
(24%,69%,19%)

RGB channels and saturation

R 60 of 255 = 24%
G 177 of 255 = 69%
B 48 of 255 = 19%

60
177
48

R + G + B ~ 37%. #3CB130 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 177 + 48 = 285 (100%)
R 60 of 285 ~ 21.05%
G 177 of 285 ~ 62.11%
B 48 of 285 ~ 16.84%

%21.05
%62.11
%16.84

CMYK color model

#3CB130 color CMYK value is (66,0,73,31).

  • cyan value is 66.10%
  • magenta value is 0.00%
  • yellow value is 72.88%
  • key color value is 30.59%
CMYK:
(66,0,73,31)
C66M0Y73K31 
(66%,0%,73%,31%)
(0.66/0.00/0.73/0.31)	

CMYK percentages

%66.1
%0
%72.88
%30.59

Codes

Color #3CB130 in popluar color models

3CB130
RGB6017748
HSL114°57.33%44.12%
HSB/HSV114°72.88%69.41%
CMYK66.10%0.00%72.88%
30.59%

Color #3CB130 in popluar number systems.

HEX3CB130
Decimal6017748
Binary11110010110001110000
Octal7426160

Shades and tints

Shades of #3CB130

#3CB130
(60,177,48)
#37A12C
(55,161,44)
#329128
(50,145,40)
#2D8124
(45,129,36)
#287120
(40,113,32)
#23611C
(35,97,28)
#1E5118
(30,81,24)
#194114
(25,65,20)
#143110
(20,49,16)
#0F210C
(15,33,12)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #3CB130

#3CB130
(60,177,48)
#4DB842
(77,184,66)
#5EBF54
(94,191,84)
#6FC666
(111,198,102)
#80CD78
(128,205,120)
#91D48A
(145,212,138)
#A2DB9C
(162,219,156)
#B3E2AE
(179,226,174)
#C4E9C0
(196,233,192)
#D5F0D2
(213,240,210)
#E6F7E4
(230,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CB130 color. Also use rgb(60,177,48) instead hex code.

Text Font Color

.myTextColor { color: #3CB130; }

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

This text font color is #3CB130.


Background Color

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

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

This div background color is #3CB130.


Border color

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

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

This div border color is #3CB130.


Opacity

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

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

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

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

This text has shadow with #3CB130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CB130 on black background.


Color preview on white background

This text has color #3CB130 on white background.



Black color preview on #3CB130 background

This text has black color on #3CB130 background.


White color preview on #3CB130 background

This text has white color on #3CB130 background.