COLOR #3CB55A

HEX: #3CB55A
RGB: (60,181,90)

Color info

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

RGB color model

#3CB55A color RGB value is (60,181,90).

  • red value is 60;
  • green value is 181;
  • blue value is 90.
RGB:
(60,181,90)
(24%,71%,35%)

RGB channels and saturation

R 60 of 255 = 24%
G 181 of 255 = 71%
B 90 of 255 = 35%

60
181
90

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

Portions of RGB colors in percentages

R + G + B =
60 + 181 + 90 = 331 (100%)
R 60 of 331 ~ 18.13%
G 181 of 331 ~ 54.68%
B 90 of 331 ~ 27.19%

%18.13
%54.68
%27.19

CMYK color model

#3CB55A color CMYK value is (67,0,50,29).

  • cyan value is 66.85%
  • magenta value is 0.00%
  • yellow value is 50.28%
  • key color value is 29.02%
CMYK:
(67,0,50,29)
C67M0Y50K29 
(67%,0%,50%,29%)
(0.67/0.00/0.50/0.29)	

CMYK percentages

%66.85
%0
%50.28
%29.02

Codes

Color #3CB55A in popluar color models

3CB55A
RGB6018190
HSL135°50.21%47.25%
HSB/HSV135°66.85%70.98%
CMYK66.85%0.00%50.28%
29.02%

Color #3CB55A in popluar number systems.

HEX3CB55A
Decimal6018190
Binary111100101101011011010
Octal74265132

Shades and tints

Shades of #3CB55A

#3CB55A
(60,181,90)
#37A552
(55,165,82)
#32954A
(50,149,74)
#2D8542
(45,133,66)
#28753A
(40,117,58)
#236532
(35,101,50)
#1E552A
(30,85,42)
#194522
(25,69,34)
#14351A
(20,53,26)
#0F2512
(15,37,18)
#0A150A
(10,21,10)
#000000
(0,0,0)

Tints of #3CB55A

#3CB55A
(60,181,90)
#4DBB69
(77,187,105)
#5EC178
(94,193,120)
#6FC787
(111,199,135)
#80CD96
(128,205,150)
#91D3A5
(145,211,165)
#A2D9B4
(162,217,180)
#B3DFC3
(179,223,195)
#C4E5D2
(196,229,210)
#D5EBE1
(213,235,225)
#E6F1F0
(230,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CB55A color. Also use rgb(60,181,90) instead hex code.

Text Font Color

.myTextColor { color: #3CB55A; }

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

This text font color is #3CB55A.


Background Color

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

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

This div background color is #3CB55A.


Border color

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

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

This div border color is #3CB55A.


Opacity

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

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

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

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

This text has shadow with #3CB55A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CB55A on black background.


Color preview on white background

This text has color #3CB55A on white background.



Black color preview on #3CB55A background

This text has black color on #3CB55A background.


White color preview on #3CB55A background

This text has white color on #3CB55A background.