COLOR #3CB913

HEX: #3CB913
RGB: (60,185,19)

Color info

#3CB913 contains mainly green color. Web safe color of #3CB913 is #33CC00 (or #3C0).

RGB color model

#3CB913 color RGB value is (60,185,19).

  • red value is 60;
  • green value is 185;
  • blue value is 19.
RGB:
(60,185,19)
(24%,73%,7%)

RGB channels and saturation

R 60 of 255 = 24%
G 185 of 255 = 73%
B 19 of 255 = 7%

60
185
19

R + G + B ~ 35%. #3CB913 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 185 + 19 = 264 (100%)
R 60 of 264 ~ 22.73%
G 185 of 264 ~ 70.08%
B 19 of 264 ~ 7.2%

%22.73
%70.08

CMYK color model

#3CB913 color CMYK value is (68,0,90,27).

  • cyan value is 67.57%
  • magenta value is 0.00%
  • yellow value is 89.73%
  • key color value is 27.45%
CMYK:
(68,0,90,27)
C68M0Y90K27 
(68%,0%,90%,27%)
(0.68/0.00/0.90/0.27)	

CMYK percentages

%67.57
%0
%89.73
%27.45

Codes

Color #3CB913 in popluar color models

3CB913
RGB6018519
HSL105°81.37%40.00%
HSB/HSV105°89.73%72.55%
CMYK67.57%0.00%89.73%
27.45%

Color #3CB913 in popluar number systems.

HEX3CB913
Decimal6018519
Binary1111001011100110011
Octal7427123

Shades and tints

Shades of #3CB913

#3CB913
(60,185,19)
#37A912
(55,169,18)
#329911
(50,153,17)
#2D8910
(45,137,16)
#28790F
(40,121,15)
#23690E
(35,105,14)
#1E590D
(30,89,13)
#19490C
(25,73,12)
#14390B
(20,57,11)
#0F290A
(15,41,10)
#0A1909
(10,25,9)
#000000
(0,0,0)

Tints of #3CB913

#3CB913
(60,185,19)
#4DBF28
(77,191,40)
#5EC53D
(94,197,61)
#6FCB52
(111,203,82)
#80D167
(128,209,103)
#91D77C
(145,215,124)
#A2DD91
(162,221,145)
#B3E3A6
(179,227,166)
#C4E9BB
(196,233,187)
#D5EFD0
(213,239,208)
#E6F5E5
(230,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CB913 color. Also use rgb(60,185,19) instead hex code.

Text Font Color

.myTextColor { color: #3CB913; }

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

This text font color is #3CB913.


Background Color

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

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

This div background color is #3CB913.


Border color

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

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

This div border color is #3CB913.


Opacity

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

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

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

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

This text has shadow with #3CB913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CB913 on black background.


Color preview on white background

This text has color #3CB913 on white background.



Black color preview on #3CB913 background

This text has black color on #3CB913 background.


White color preview on #3CB913 background

This text has white color on #3CB913 background.