COLOR #3C6065

HEX: #3C6065
RGB: (60,96,101)

Color info

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

RGB color model

#3C6065 color RGB value is (60,96,101).

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

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 101 of 255 = 40%

60
96
101

R + G + B ~ 34%. #3C6065 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 96 + 101 = 257 (100%)
R 60 of 257 ~ 23.35%
G 96 of 257 ~ 37.35%
B 101 of 257 ~ 39.3%

%23.35
%37.35
%39.3

CMYK color model

#3C6065 color CMYK value is (41,5,0,60).

  • cyan value is 40.59%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(41,5,0,60)
C41M5Y0K60 
(41%,5%,0%,60%)
(0.41/0.05/0.00/0.60)	

CMYK percentages

%40.59
%4.95
%0
%60.39

Codes

Color #3C6065 in popluar color models

3C6065
RGB6096101
HSL187°25.47%31.57%
HSB/HSV187°40.59%39.61%
CMYK40.59%4.95%0.00%
60.39%

Color #3C6065 in popluar number systems.

HEX3C6065
Decimal6096101
Binary11110011000001100101
Octal74140145

Shades and tints

Shades of #3C6065

#3C6065
(60,96,101)
#37585C
(55,88,92)
#325053
(50,80,83)
#2D484A
(45,72,74)
#284041
(40,64,65)
#233838
(35,56,56)
#1E302F
(30,48,47)
#192826
(25,40,38)
#14201D
(20,32,29)
#0F1814
(15,24,20)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #3C6065

#3C6065
(60,96,101)
#4D6E73
(77,110,115)
#5E7C81
(94,124,129)
#6F8A8F
(111,138,143)
#80989D
(128,152,157)
#91A6AB
(145,166,171)
#A2B4B9
(162,180,185)
#B3C2C7
(179,194,199)
#C4D0D5
(196,208,213)
#D5DEE3
(213,222,227)
#E6ECF1
(230,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6065; }

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

This text font color is #3C6065.


Background Color

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

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

This div background color is #3C6065.


Border color

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

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

This div border color is #3C6065.


Opacity

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

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

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

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

This text has shadow with #3C6065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6065 on black background.


Color preview on white background

This text has color #3C6065 on white background.



Black color preview on #3C6065 background

This text has black color on #3C6065 background.


White color preview on #3C6065 background

This text has white color on #3C6065 background.