COLOR #3CB460

HEX: #3CB460 RGB: (60,180,96)

Color info

#3CB460 contains mainly green color. Web safe color of #3CB460 is #33CC66 (or #3C6).

RGB color model

#3CB460 color RGB value is (60,180,96).

RGB: (60,180,96) (24%, 71%, 38%)

RGB channels and saturation

R 60 of 255 = 24%
G 180 of 255 = 71%
B 96 of 255 = 38%

60
180
96

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

Portions of RGB colors in percentages

R + G + B = 60 + 180 + 96 = 336 (100%)
R 60 of 336 ~ 17.86%
G 180 of 336 ~ 53.57%
B 96 of 336 ~ 28.57'%

%17.86
%53.57
%28.57

CMYK color model

#3CB460 color CMYK value is (67,0,47,29).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 29.41%

CMYK: (67,0,47,29)
C67M0Y47K29 (67%, 0%, 47%, 29%)
(0.67 / 0.00 / 0.47 / 0.29)

CMYK percentages

%66.67
%0
%46.67
%29.41

Codes

Color #3CB460 in popluar color models

3C B4 60
RGB 60 180 96
HSL 138° 50.00% 47.06%
HSB/HSV 138° 66.67% 70.59%
CMYK 66.67% 0.00% 46.67%
29.41%

Color #3CB460 in popluar number systems.

HEX 3C B4 60
Decimal 60 180 96
Binary 111100 10110100 1100000
Octal 74 264 140

Shades and tints

Shades of #3CB460

#3CB460
(60,180,96)
#37A458
(55,164,88)
#329450
(50,148,80)
#2D8448
(45,132,72)
#287440
(40,116,64)
#236438
(35,100,56)
#1E5430
(30,84,48)
#194428
(25,68,40)
#143420
(20,52,32)
#0F2418
(15,36,24)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #3CB460

#3CB460
(60,180,96)
#4DBA6E
(77,186,110)
#5EC07C
(94,192,124)
#6FC68A
(111,198,138)
#80CC98
(128,204,152)
#91D2A6
(145,210,166)
#A2D8B4
(162,216,180)
#B3DEC2
(179,222,194)
#C4E4D0
(196,228,208)
#D5EADE
(213,234,222)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CB460 color. Also use rgb(60,180,96) instead hex code.

Text Font Color

.myTextColor { color: #3CB460; }

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

This text font color is #3CB460.

Background Color

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

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

This div background color is #3CB460.

Border color

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

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

This div border color is #3CB460.

Opacity

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

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

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

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

This text has shadow with #3CB460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3CB460.

Preview

Color preview on black background

This text has color #3CB460 on black background.


Color preview on white background

This text has color #3CB460 on white background.


Black color preview on #3CB460 background

This text has black color on #3CB460 background.


White color preview on #3CB460 background

This text has white color on #3CB460 background.


Related colors

Complementary color

Complementary color for #hex is #C34B9F.


I love getcolorcode.com

Triadic colors

1 #603CB4 and #B4603C with #3CB460 are triadic colors.

2 #60B43C and #B43C60 with #3CB460 are triadic colors.