COLOR #3C987E

HEX: #3C987E
RGB: (60,152,126)

Color info

#3C987E contains mainly green and blue colors. Web safe color of #3C987E is #339966 (or #396).

RGB color model

#3C987E color RGB value is (60,152,126).

  • red value is 60;
  • green value is 152;
  • blue value is 126.
RGB:
(60,152,126)
(24%,60%,49%)

RGB channels and saturation

R 60 of 255 = 24%
G 152 of 255 = 60%
B 126 of 255 = 49%

60
152
126

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

Portions of RGB colors in percentages

R + G + B =
60 + 152 + 126 = 338 (100%)
R 60 of 338 ~ 17.75%
G 152 of 338 ~ 44.97%
B 126 of 338 ~ 37.28%

%17.75
%44.97
%37.28

CMYK color model

#3C987E color CMYK value is (61,0,17,40).

  • cyan value is 60.53%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 40.39%
CMYK:
(61,0,17,40)
C61M0Y17K40 
(61%,0%,17%,40%)
(0.61/0.00/0.17/0.40)	

CMYK percentages

%60.53
%0
%17.11
%40.39

Codes

Color #3C987E in popluar color models

3C987E
RGB60152126
HSL163°43.40%41.57%
HSB/HSV163°60.53%59.61%
CMYK60.53%0.00%17.11%
40.39%

Color #3C987E in popluar number systems.

HEX3C987E
Decimal60152126
Binary111100100110001111110
Octal74230176

Shades and tints

Shades of #3C987E

#3C987E
(60,152,126)
#378B73
(55,139,115)
#327E68
(50,126,104)
#2D715D
(45,113,93)
#286452
(40,100,82)
#235747
(35,87,71)
#1E4A3C
(30,74,60)
#193D31
(25,61,49)
#143026
(20,48,38)
#0F231B
(15,35,27)
#0A1610
(10,22,16)
#000000
(0,0,0)

Tints of #3C987E

#3C987E
(60,152,126)
#4DA189
(77,161,137)
#5EAA94
(94,170,148)
#6FB39F
(111,179,159)
#80BCAA
(128,188,170)
#91C5B5
(145,197,181)
#A2CEC0
(162,206,192)
#B3D7CB
(179,215,203)
#C4E0D6
(196,224,214)
#D5E9E1
(213,233,225)
#E6F2EC
(230,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C987E color. Also use rgb(60,152,126) instead hex code.

Text Font Color

.myTextColor { color: #3C987E; }

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

This text font color is #3C987E.


Background Color

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

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

This div background color is #3C987E.


Border color

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

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

This div border color is #3C987E.


Opacity

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

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

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

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

This text has shadow with #3C987E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C987E on black background.


Color preview on white background

This text has color #3C987E on white background.



Black color preview on #3C987E background

This text has black color on #3C987E background.


White color preview on #3C987E background

This text has white color on #3C987E background.