COLOR #3C7660

HEX: #3C7660
RGB: (60,118,96)

Color info

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

RGB color model

#3C7660 color RGB value is (60,118,96).

  • red value is 60;
  • green value is 118;
  • blue value is 96.
RGB:
(60,118,96)
(24%,46%,38%)

RGB channels and saturation

R 60 of 255 = 24%
G 118 of 255 = 46%
B 96 of 255 = 38%

60
118
96

R + G + B ~ 36%. #3C7660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 118 + 96 = 274 (100%)
R 60 of 274 ~ 21.9%
G 118 of 274 ~ 43.07%
B 96 of 274 ~ 35.04%

%21.9
%43.07
%35.04

CMYK color model

#3C7660 color CMYK value is (49,0,19,54).

  • cyan value is 49.15%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 53.73%
CMYK:
(49,0,19,54)
C49M0Y19K54 
(49%,0%,19%,54%)
(0.49/0.00/0.19/0.54)	

CMYK percentages

%49.15
%0
%18.64
%53.73

Codes

Color #3C7660 in popluar color models

3C7660
RGB6011896
HSL157°32.58%34.90%
HSB/HSV157°49.15%46.27%
CMYK49.15%0.00%18.64%
53.73%

Color #3C7660 in popluar number systems.

HEX3C7660
Decimal6011896
Binary11110011101101100000
Octal74166140

Shades and tints

Shades of #3C7660

#3C7660
(60,118,96)
#376C58
(55,108,88)
#326250
(50,98,80)
#2D5848
(45,88,72)
#284E40
(40,78,64)
#234438
(35,68,56)
#1E3A30
(30,58,48)
#193028
(25,48,40)
#142620
(20,38,32)
#0F1C18
(15,28,24)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #3C7660

#3C7660
(60,118,96)
#4D826E
(77,130,110)
#5E8E7C
(94,142,124)
#6F9A8A
(111,154,138)
#80A698
(128,166,152)
#91B2A6
(145,178,166)
#A2BEB4
(162,190,180)
#B3CAC2
(179,202,194)
#C4D6D0
(196,214,208)
#D5E2DE
(213,226,222)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7660 color. Also use rgb(60,118,96) instead hex code.

Text Font Color

.myTextColor { color: #3C7660; }

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

This text font color is #3C7660.


Background Color

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

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

This div background color is #3C7660.


Border color

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

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

This div border color is #3C7660.


Opacity

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

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

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

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

This text has shadow with #3C7660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7660 on black background.


Color preview on white background

This text has color #3C7660 on white background.



Black color preview on #3C7660 background

This text has black color on #3C7660 background.


White color preview on #3C7660 background

This text has white color on #3C7660 background.