COLOR #3C8689

HEX: #3C8689
RGB: (60,134,137)

Color info

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

RGB color model

#3C8689 color RGB value is (60,134,137).

  • red value is 60;
  • green value is 134;
  • blue value is 137.
RGB:
(60,134,137)
(24%,53%,54%)

RGB channels and saturation

R 60 of 255 = 24%
G 134 of 255 = 53%
B 137 of 255 = 54%

60
134
137

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

Portions of RGB colors in percentages

R + G + B =
60 + 134 + 137 = 331 (100%)
R 60 of 331 ~ 18.13%
G 134 of 331 ~ 40.48%
B 137 of 331 ~ 41.39%

%18.13
%40.48
%41.39

CMYK color model

#3C8689 color CMYK value is (56,2,0,46).

  • cyan value is 56.20%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(56,2,0,46)
C56M2Y0K46 
(56%,2%,0%,46%)
(0.56/0.02/0.00/0.46)	

CMYK percentages

%56.2
%2.19
%0
%46.27

Codes

Color #3C8689 in popluar color models

3C8689
RGB60134137
HSL182°39.09%38.63%
HSB/HSV182°56.20%53.73%
CMYK56.20%2.19%0.00%
46.27%

Color #3C8689 in popluar number systems.

HEX3C8689
Decimal60134137
Binary1111001000011010001001
Octal74206211

Shades and tints

Shades of #3C8689

#3C8689
(60,134,137)
#377A7D
(55,122,125)
#326E71
(50,110,113)
#2D6265
(45,98,101)
#285659
(40,86,89)
#234A4D
(35,74,77)
#1E3E41
(30,62,65)
#193235
(25,50,53)
#142629
(20,38,41)
#0F1A1D
(15,26,29)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #3C8689

#3C8689
(60,134,137)
#4D9193
(77,145,147)
#5E9C9D
(94,156,157)
#6FA7A7
(111,167,167)
#80B2B1
(128,178,177)
#91BDBB
(145,189,187)
#A2C8C5
(162,200,197)
#B3D3CF
(179,211,207)
#C4DED9
(196,222,217)
#D5E9E3
(213,233,227)
#E6F4ED
(230,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8689 color. Also use rgb(60,134,137) instead hex code.

Text Font Color

.myTextColor { color: #3C8689; }

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

This text font color is #3C8689.


Background Color

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

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

This div background color is #3C8689.


Border color

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

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

This div border color is #3C8689.


Opacity

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

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

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

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

This text has shadow with #3C8689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C8689 on black background.


Color preview on white background

This text has color #3C8689 on white background.



Black color preview on #3C8689 background

This text has black color on #3C8689 background.


White color preview on #3C8689 background

This text has white color on #3C8689 background.