COLOR #3C988F

HEX: #3C988F
RGB: (60,152,143)

Color info

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

RGB color model

#3C988F color RGB value is (60,152,143).

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

RGB channels and saturation

R 60 of 255 = 24%
G 152 of 255 = 60%
B 143 of 255 = 56%

60
152
143

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

Portions of RGB colors in percentages

R + G + B =
60 + 152 + 143 = 355 (100%)
R 60 of 355 ~ 16.9%
G 152 of 355 ~ 42.82%
B 143 of 355 ~ 40.28%

%16.9
%42.82
%40.28

CMYK color model

#3C988F color CMYK value is (61,0,6,40).

  • cyan value is 60.53%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK:
(61,0,6,40)
C61M0Y6K40 
(61%,0%,6%,40%)
(0.61/0.00/0.06/0.40)	

CMYK percentages

%60.53
%0
%5.92
%40.39

Codes

Color #3C988F in popluar color models

3C988F
RGB60152143
HSL174°43.40%41.57%
HSB/HSV174°60.53%59.61%
CMYK60.53%0.00%5.92%
40.39%

Color #3C988F in popluar number systems.

HEX3C988F
Decimal60152143
Binary1111001001100010001111
Octal74230217

Shades and tints

Shades of #3C988F

#3C988F
(60,152,143)
#378B82
(55,139,130)
#327E75
(50,126,117)
#2D7168
(45,113,104)
#28645B
(40,100,91)
#23574E
(35,87,78)
#1E4A41
(30,74,65)
#193D34
(25,61,52)
#143027
(20,48,39)
#0F231A
(15,35,26)
#0A160D
(10,22,13)
#000000
(0,0,0)

Tints of #3C988F

#3C988F
(60,152,143)
#4DA199
(77,161,153)
#5EAAA3
(94,170,163)
#6FB3AD
(111,179,173)
#80BCB7
(128,188,183)
#91C5C1
(145,197,193)
#A2CECB
(162,206,203)
#B3D7D5
(179,215,213)
#C4E0DF
(196,224,223)
#D5E9E9
(213,233,233)
#E6F2F3
(230,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C988F; }

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

This text font color is #3C988F.


Background Color

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

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

This div background color is #3C988F.


Border color

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

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

This div border color is #3C988F.


Opacity

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

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

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

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

This text has shadow with #3C988F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C988F on black background.


Color preview on white background

This text has color #3C988F on white background.



Black color preview on #3C988F background

This text has black color on #3C988F background.


White color preview on #3C988F background

This text has white color on #3C988F background.