COLOR #3CA787

HEX: #3CA787
RGB: (60,167,135)

Color info

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

RGB color model

#3CA787 color RGB value is (60,167,135).

  • red value is 60;
  • green value is 167;
  • blue value is 135.
RGB:
(60,167,135)
(24%,65%,53%)

RGB channels and saturation

R 60 of 255 = 24%
G 167 of 255 = 65%
B 135 of 255 = 53%

60
167
135

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

Portions of RGB colors in percentages

R + G + B =
60 + 167 + 135 = 362 (100%)
R 60 of 362 ~ 16.57%
G 167 of 362 ~ 46.13%
B 135 of 362 ~ 37.29%

%16.57
%46.13
%37.29

CMYK color model

#3CA787 color CMYK value is (64,0,19,35).

  • cyan value is 64.07%
  • magenta value is 0.00%
  • yellow value is 19.16%
  • key color value is 34.51%
CMYK:
(64,0,19,35)
C64M0Y19K35 
(64%,0%,19%,35%)
(0.64/0.00/0.19/0.35)	

CMYK percentages

%64.07
%0
%19.16
%34.51

Codes

Color #3CA787 in popluar color models

3CA787
RGB60167135
HSL162°47.14%44.51%
HSB/HSV162°64.07%65.49%
CMYK64.07%0.00%19.16%
34.51%

Color #3CA787 in popluar number systems.

HEX3CA787
Decimal60167135
Binary1111001010011110000111
Octal74247207

Shades and tints

Shades of #3CA787

#3CA787
(60,167,135)
#37987B
(55,152,123)
#32896F
(50,137,111)
#2D7A63
(45,122,99)
#286B57
(40,107,87)
#235C4B
(35,92,75)
#1E4D3F
(30,77,63)
#193E33
(25,62,51)
#142F27
(20,47,39)
#0F201B
(15,32,27)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #3CA787

#3CA787
(60,167,135)
#4DAF91
(77,175,145)
#5EB79B
(94,183,155)
#6FBFA5
(111,191,165)
#80C7AF
(128,199,175)
#91CFB9
(145,207,185)
#A2D7C3
(162,215,195)
#B3DFCD
(179,223,205)
#C4E7D7
(196,231,215)
#D5EFE1
(213,239,225)
#E6F7EB
(230,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CA787 color. Also use rgb(60,167,135) instead hex code.

Text Font Color

.myTextColor { color: #3CA787; }

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

This text font color is #3CA787.


Background Color

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

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

This div background color is #3CA787.


Border color

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

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

This div border color is #3CA787.


Opacity

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

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

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

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

This text has shadow with #3CA787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CA787 on black background.


Color preview on white background

This text has color #3CA787 on white background.



Black color preview on #3CA787 background

This text has black color on #3CA787 background.


White color preview on #3CA787 background

This text has white color on #3CA787 background.