COLOR #3CA591

HEX: #3CA591
RGB: (60,165,145)

Color info

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

RGB color model

#3CA591 color RGB value is (60,165,145).

  • red value is 60;
  • green value is 165;
  • blue value is 145.
RGB:
(60,165,145)
(24%,65%,57%)

RGB channels and saturation

R 60 of 255 = 24%
G 165 of 255 = 65%
B 145 of 255 = 57%

60
165
145

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

Portions of RGB colors in percentages

R + G + B =
60 + 165 + 145 = 370 (100%)
R 60 of 370 ~ 16.22%
G 165 of 370 ~ 44.59%
B 145 of 370 ~ 39.19%

%16.22
%44.59
%39.19

CMYK color model

#3CA591 color CMYK value is (64,0,12,35).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(64,0,12,35)
C64M0Y12K35 
(64%,0%,12%,35%)
(0.64/0.00/0.12/0.35)	

CMYK percentages

%63.64
%0
%12.12
%35.29

Codes

Color #3CA591 in popluar color models

3CA591
RGB60165145
HSL169°46.67%44.12%
HSB/HSV169°63.64%64.71%
CMYK63.64%0.00%12.12%
35.29%

Color #3CA591 in popluar number systems.

HEX3CA591
Decimal60165145
Binary1111001010010110010001
Octal74245221

Shades and tints

Shades of #3CA591

#3CA591
(60,165,145)
#379684
(55,150,132)
#328777
(50,135,119)
#2D786A
(45,120,106)
#28695D
(40,105,93)
#235A50
(35,90,80)
#1E4B43
(30,75,67)
#193C36
(25,60,54)
#142D29
(20,45,41)
#0F1E1C
(15,30,28)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #3CA591

#3CA591
(60,165,145)
#4DAD9B
(77,173,155)
#5EB5A5
(94,181,165)
#6FBDAF
(111,189,175)
#80C5B9
(128,197,185)
#91CDC3
(145,205,195)
#A2D5CD
(162,213,205)
#B3DDD7
(179,221,215)
#C4E5E1
(196,229,225)
#D5EDEB
(213,237,235)
#E6F5F5
(230,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CA591 color. Also use rgb(60,165,145) instead hex code.

Text Font Color

.myTextColor { color: #3CA591; }

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

This text font color is #3CA591.


Background Color

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

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

This div background color is #3CA591.


Border color

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

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

This div border color is #3CA591.


Opacity

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

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

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

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

This text has shadow with #3CA591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CA591 on black background.


Color preview on white background

This text has color #3CA591 on white background.



Black color preview on #3CA591 background

This text has black color on #3CA591 background.


White color preview on #3CA591 background

This text has white color on #3CA591 background.