COLOR #3CA392

HEX: #3CA392
RGB: (60,163,146)

Color info

#3CA392 contains mainly green and blue colors. Web safe color of #3CA392 is #339999 (or #399).

RGB color model

#3CA392 color RGB value is (60,163,146).

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

RGB channels and saturation

R 60 of 255 = 24%
G 163 of 255 = 64%
B 146 of 255 = 57%

60
163
146

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

Portions of RGB colors in percentages

R + G + B =
60 + 163 + 146 = 369 (100%)
R 60 of 369 ~ 16.26%
G 163 of 369 ~ 44.17%
B 146 of 369 ~ 39.57%

%16.26
%44.17
%39.57

CMYK color model

#3CA392 color CMYK value is (63,0,10,36).

  • cyan value is 63.19%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 36.08%
CMYK:
(63,0,10,36)
C63M0Y10K36 
(63%,0%,10%,36%)
(0.63/0.00/0.10/0.36)	

CMYK percentages

%63.19
%0
%10.43
%36.08

Codes

Color #3CA392 in popluar color models

3CA392
RGB60163146
HSL170°46.19%43.73%
HSB/HSV170°63.19%63.92%
CMYK63.19%0.00%10.43%
36.08%

Color #3CA392 in popluar number systems.

HEX3CA392
Decimal60163146
Binary1111001010001110010010
Octal74243222

Shades and tints

Shades of #3CA392

#3CA392
(60,163,146)
#379585
(55,149,133)
#328778
(50,135,120)
#2D796B
(45,121,107)
#286B5E
(40,107,94)
#235D51
(35,93,81)
#1E4F44
(30,79,68)
#194137
(25,65,55)
#14332A
(20,51,42)
#0F251D
(15,37,29)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #3CA392

#3CA392
(60,163,146)
#4DAB9B
(77,171,155)
#5EB3A4
(94,179,164)
#6FBBAD
(111,187,173)
#80C3B6
(128,195,182)
#91CBBF
(145,203,191)
#A2D3C8
(162,211,200)
#B3DBD1
(179,219,209)
#C4E3DA
(196,227,218)
#D5EBE3
(213,235,227)
#E6F3EC
(230,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3CA392; }

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

This text font color is #3CA392.


Background Color

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

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

This div background color is #3CA392.


Border color

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

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

This div border color is #3CA392.


Opacity

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

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

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

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

This text has shadow with #3CA392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CA392 on black background.


Color preview on white background

This text has color #3CA392 on white background.



Black color preview on #3CA392 background

This text has black color on #3CA392 background.


White color preview on #3CA392 background

This text has white color on #3CA392 background.