COLOR #3C6657

HEX: #3C6657
RGB: (60,102,87)

Color info

#3C6657 contains red, green and blue colors in about the same proportion. Web safe color of #3C6657 is #336666 (or #366).

RGB color model

#3C6657 color RGB value is (60,102,87).

  • red value is 60;
  • green value is 102;
  • blue value is 87.
RGB:
(60,102,87)
(24%,40%,34%)

RGB channels and saturation

R 60 of 255 = 24%
G 102 of 255 = 40%
B 87 of 255 = 34%

60
102
87

R + G + B ~ 33%. #3C6657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 102 + 87 = 249 (100%)
R 60 of 249 ~ 24.1%
G 102 of 249 ~ 40.96%
B 87 of 249 ~ 34.94%

%24.1
%40.96
%34.94

CMYK color model

#3C6657 color CMYK value is (41,0,15,60).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 60.00%
CMYK:
(41,0,15,60)
C41M0Y15K60 
(41%,0%,15%,60%)
(0.41/0.00/0.15/0.60)	

CMYK percentages

%41.18
%0
%14.71
%60

Codes

Color #3C6657 in popluar color models

3C6657
RGB6010287
HSL159°25.93%31.76%
HSB/HSV159°41.18%40.00%
CMYK41.18%0.00%14.71%
60.00%

Color #3C6657 in popluar number systems.

HEX3C6657
Decimal6010287
Binary11110011001101010111
Octal74146127

Shades and tints

Shades of #3C6657

#3C6657
(60,102,87)
#375D50
(55,93,80)
#325449
(50,84,73)
#2D4B42
(45,75,66)
#28423B
(40,66,59)
#233934
(35,57,52)
#1E302D
(30,48,45)
#192726
(25,39,38)
#141E1F
(20,30,31)
#0F1518
(15,21,24)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #3C6657

#3C6657
(60,102,87)
#4D7366
(77,115,102)
#5E8075
(94,128,117)
#6F8D84
(111,141,132)
#809A93
(128,154,147)
#91A7A2
(145,167,162)
#A2B4B1
(162,180,177)
#B3C1C0
(179,193,192)
#C4CECF
(196,206,207)
#D5DBDE
(213,219,222)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6657 color. Also use rgb(60,102,87) instead hex code.

Text Font Color

.myTextColor { color: #3C6657; }

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

This text font color is #3C6657.


Background Color

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

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

This div background color is #3C6657.


Border color

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

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

This div border color is #3C6657.


Opacity

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

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

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

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

This text has shadow with #3C6657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6657 on black background.


Color preview on white background

This text has color #3C6657 on white background.



Black color preview on #3C6657 background

This text has black color on #3C6657 background.


White color preview on #3C6657 background

This text has white color on #3C6657 background.