COLOR #3CB492

HEX: #3CB492
RGB: (60,180,146)

Color info

#3CB492 contains mainly green and blue colors. Web safe color of #3CB492 is #33CC99 (or #3C9).

RGB color model

#3CB492 color RGB value is (60,180,146).

  • red value is 60;
  • green value is 180;
  • blue value is 146.
RGB:
(60,180,146)
(24%,71%,57%)

RGB channels and saturation

R 60 of 255 = 24%
G 180 of 255 = 71%
B 146 of 255 = 57%

60
180
146

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

Portions of RGB colors in percentages

R + G + B =
60 + 180 + 146 = 386 (100%)
R 60 of 386 ~ 15.54%
G 180 of 386 ~ 46.63%
B 146 of 386 ~ 37.82%

%15.54
%46.63
%37.82

CMYK color model

#3CB492 color CMYK value is (67,0,19,29).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 18.89%
  • key color value is 29.41%
CMYK:
(67,0,19,29)
C67M0Y19K29 
(67%,0%,19%,29%)
(0.67/0.00/0.19/0.29)	

CMYK percentages

%66.67
%0
%18.89
%29.41

Codes

Color #3CB492 in popluar color models

3CB492
RGB60180146
HSL163°50.00%47.06%
HSB/HSV163°66.67%70.59%
CMYK66.67%0.00%18.89%
29.41%

Color #3CB492 in popluar number systems.

HEX3CB492
Decimal60180146
Binary1111001011010010010010
Octal74264222

Shades and tints

Shades of #3CB492

#3CB492
(60,180,146)
#37A485
(55,164,133)
#329478
(50,148,120)
#2D846B
(45,132,107)
#28745E
(40,116,94)
#236451
(35,100,81)
#1E5444
(30,84,68)
#194437
(25,68,55)
#14342A
(20,52,42)
#0F241D
(15,36,29)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #3CB492

#3CB492
(60,180,146)
#4DBA9B
(77,186,155)
#5EC0A4
(94,192,164)
#6FC6AD
(111,198,173)
#80CCB6
(128,204,182)
#91D2BF
(145,210,191)
#A2D8C8
(162,216,200)
#B3DED1
(179,222,209)
#C4E4DA
(196,228,218)
#D5EAE3
(213,234,227)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3CB492; }

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

This text font color is #3CB492.


Background Color

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

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

This div background color is #3CB492.


Border color

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

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

This div border color is #3CB492.


Opacity

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

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

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

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

This text has shadow with #3CB492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CB492 on black background.


Color preview on white background

This text has color #3CB492 on white background.



Black color preview on #3CB492 background

This text has black color on #3CB492 background.


White color preview on #3CB492 background

This text has white color on #3CB492 background.